Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH:action script --pls help! |
From: | Wil Roboly |
Date: | Mon, 10 Apr 2000 21:09:41 +0100 |
The simple way around this problem is have each movie unload itself when its
done, set a variable to FALSE and then have a loop check to see the state of
the variable and LOAD the next movie, set the state to TRUE and wait for it
too finish.
Or, just let the movie, once its done, load the next movie into is own
layer, removing the old movie and playing the new one.
Wil
> From: "Ilia Pasymansky" <iliap75hotmail [dot] com>
> Reply-To: flasherchinwag [dot] com
> Date: Mon, 10 Apr 2000 12:24:58 -0700
> To: <flasherchinwag [dot] com>
> Subject: FLASH:action script --pls help!
>
> Hi, now i am on the most important part of my project
> and I really need your help guys!
> All i want is to load and unload 10 different movies(newmovie1.swf,
> newmovie2.swf...) into one level of my main movie.
> Each movie will play for 30 sec or so and then will be unloaded and the
> next movie will be loaded on his place.
> My logic says that it should look something like this:
>
> First frame of the main movie:
>
> set variable: nextmovie=1
> -- here is the first problem --how would I change the url ??
> set variable: "newmovie"="newmovie&'nextmovie'.swf"
> set variable: framecount = 1
>
> Second frame :
>
> set variable framecount = framecount+1
>
>
> Third frame:
>
> If framecount =50
> set variable: nextmovie=nextmovie+1
> Load Movie (newmovie, "/levelnm")
> set variable: framecount=1
> end if
> go to and play 2
>
> I would really appriciate any help here guys --it is very important for me
> Ilia
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Get the last 100 messages from the flasher list NOW
> http://www.chinwag.com/flasher/last100.shtml
>
> Flash books http://www.chinwag.com/flasher/books.shtml
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
>
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH:action script --pls help!, Ilia Pasymansky
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]