Re: lingo-l flash 5 / director 8.5

2001-08-08 Thread John Dowdell
At 10:47 PM 8/7/1, [EMAIL PROTECTED] wrote: Ok, I see no mention of telltarget in both the pulldown lingo menus nor the director help lingo by feature for flash, yet it's in the 'what's new' area...so what's up? See What's New manual, Appendix. (The D8 docs were not changed, but new material was

Re: lingo-l flash 5 / director 8.5

2001-08-07 Thread Terry R. Schussler
At 12:47 AM -0500 8/8/01, [EMAIL PROTECTED] wrote: Ok, I see no mention of telltarget in both the pulldown lingo menus nor the director help lingo by feature for flash, yet it's in the 'what's new' area...so what's up? None of the new Flash 5 specific Lingo features made it into the popup menus.

RE: lingo-l flash inside director with cursor

2001-08-01 Thread Brian Romanko
Hi Mark, DOUG just recently did an article on exactly this. Basically, you have to use flash's getURL() function to pass lingo to director. The syntax would read: getURL(lingo: cursor 280); This tells Director that the incoming string is lingo, and should execute the following syntax

Re: lingo-l flash inside director with cursor

2001-07-31 Thread grimmwerks
Sure, do this property pFlash on beginsprite me pFlash=sprite(me.spritenum) end beginsprite me on enterframe me if pFlash.mouseOverButton then pFlash.cursor = 280 end if end enterframe me [To remove yourself from this list, or to change to digest

RE: lingo-l FLASH to DIRECTOR

2001-07-24 Thread Al Hospers
I have made some object prototypes for various objects in flash to make them more Director friendly. Would this list be appropriate to post them on? IMNSHO I would say yes. I think that there a lot of folken who are using Flash Director. Al Hospers CamberSoft, Inc. alatcambersoftdotcom

RE: lingo-l Flash and Director

2001-06-26 Thread Chris Aernoudt
--Make a string with your vars in director, send them and separate them into an array in flash. --Something like this: on transmitVars stringVar = var1,var2,var3 setVariable(sprite(1),stringInFlash,stringVar) sprite(1).play() end --in your flash movie, put an action on

RE: lingo-l Flash and Director

2001-06-26 Thread Chris Aernoudt
Oops, got the question wrong %} just reverse the whole thing ... use + to concatenate and pass the string as a parameter in getURL(event: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Horn Sent: Monday, June 25, 2001 5:41 PM To: Lingo

RE: lingo-l Flash and Director

2001-06-25 Thread Al Hospers
I need to pass about 10 different variables from Flash into Director any suggestions as to how to accomplish this without having to send each one seperately? put them in a string that is formatted like a list then parse them in Director? Al Hospers CamberSoft, Inc. alatcambersoftdotcom

Re: lingo-l Flash and Director

2001-06-25 Thread Terry R. Schussler
At 11:40 AM -0400 6/25/01, John Horn wrote: I need to pass about 10 different variables from Flash into Director any suggestions as to how to accomplish this without having to send each one seperately? Use the Flash ActionScript getURL function. In Director, attach a behavior to your Flash

RE: lingo-l Flash in Director...

2001-04-19 Thread Leon McComish
Is Director-Online down ??? I haven't been able to go to the site today at all...I get the "This Page Cannot Be Displayed Message" ... no, you need to add .com to the link on the email from Victor. Leon [To remove yourself from this list, or to change to digest mode, go to

RE: lingo-l Flash in Director...

2001-04-19 Thread b_douglas
just a thought. put stops on every frame of your flash animation and have director control the flash animation Flash/Director/JavaScript GUY Imaginary Studio http://www.imaginarystudio.com [To remove yourself from this list, or to change to digest mode,

RE: lingo-l Flash in Director...

2001-04-19 Thread Boyd Speer
Is Director-Online down ??? I haven't been able to go to the site today at all...I get the This Page Cannot Be Displayed Message ... -Boyd Speer Touchstone Digital Design At 11:02 PM 4/19/01 +0700, you wrote: There're 2 articles in www.director-online with this topic... Please read it

RE: lingo-l Flash and Director

2000-09-26 Thread Robert Wingate
Can lingo be used to set variables inside a Flash movie like Javascript can? setVariable( sprite X , variableName , newValue ) getVariable( sprite X , variableName ) For more info, search for TechNote #13986. HTH, Rob /* * Rob Wingate, Software Human* *