Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH:action script --pls help! |
From: | Ilia Pasymansky |
Date: | Mon, 10 Apr 2000 20:37:48 +0100 |
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
Replies
Re: FLASH:action script --pls help!, Wil Roboly
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]