| Author |
How do you pause a scene for say 15secs?
|
|
| antonioconte 2005-06-22, 11:18 pm |
| I have 4 scenes and I wish to pause each scene for say 15 secs for it to then automatically go to the next scene. how is this done please? thank you.
| |
| Jeckyl 2005-06-23, 4:32 am |
| put this script in your last frame of the scene (where you want the pause)
stop(); pause = setInterval( function() { play(); clearInterval(pause); },
15*1000);
--
Jeckyl
| |
| antonioconte 2005-06-23, 7:15 am |
| fantastic! thanks for that!
| |
| posted.by\(Vern\); 2005-06-23, 7:28 pm |
| Some time ago you asked about QTVR in Flash. I have not found the article I
had once seen about doing this, but I did find this, it may of help if you
still need it:
http://www.qtvr2flash.com/quicktime-vr-flash.html
--
--
Regards,
--Vern
===========================
onClipEvent(doSomethingStupid){
setProperty("Face", color, #FF0000);
_root.audio = "uh oh!";
}
| |
| antonioconte 2005-06-23, 7:28 pm |
| thanks for that, it appeard to be only PC compatible and I am Mac Based
unfortunately.
I have another question you might be able to help me with, I need to call in
an swf file from another website, is this possible in flash. I need to call it
in at the end of a scene. thanks again for your help!
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |