Ask a Question related to Macromedia Director Lingo, Design and Development.
-
FunkyJunk webforumsuser@macromedia.com #1
Wait for Flash
Hi I am using this script to play a flash movie then display some objects in director.
at the moment the objects come on staight away while the flash movie is still animating. What I what is to wait for the flash movie to stop play (or get to frame 11) then show the sprites in director.
on NameInput_Open me , opSprite
member("ClientName_Field").text = cName
sprite(opSprite).member = member"option_false"
sprite(70).visible = true
sprite(70).frame = 2
sprite(71).visible = true
sprite(72).visible = true
sprite(73).visible = true
end
Thanks.
Kaan
FunkyJunk webforumsuser@macromedia.com Guest
-
If we wait one year....
Will we see DSLRs incorporating all elements available only across many different manufacturers as of now? For instance, Olympus has ultrasonic... -
Please wait...
Hello, I'm trying to add a message "Please Wait..." while my front page loads, so I pasted the following code in index.php but is not working... -
wait loop
Hello, How do I pause my application for a given number of seconds without blocking any other application or user input? I've found the sleep... -
wait some time
Hi David, as you probably guessed I'm still trying to get my head around this squish game. I put: if keyPressed(space) then sendsprite(15,... -
wait until flash is done
I have a flash file in director. I want director to wait until the flash movie is done playing before it continues on. Any ideas? -
vispo webforumsuser@macromedia.com #2
Re: Wait for Flash
Hi Kaan,
[url]http://www.macromedia.com/support/director/programs_fl.html[/url]
should have what you're looking for.
ja
Windows for Shockwave
[url]http://vispo.com/wfs4[/url]
vispo webforumsuser@macromedia.com Guest
-
Loren Schwarz #3
Re: Wait for Flash
I would simply put
stop();
getURL("event: lingoHandler");
in the last frame of your flash movie. "lingoHandler" has to be a function
within a Director movie script and can contain the code to make all your
other sprites visible. That function will only be called, when the flash
movie enters its last frame and sends the command to Director.
Hope it helps!
L.S:
Loren Schwarz Guest



Reply With Quote

