To all professional scriptures out there, I really need your help..
My first post here in this great and wonderful forum, newbie at scripts..No problem making a movie or scenes..Scripts got me confused, I try for 3 days, my brain hurts just trying to get this to work.
Both are movie clips.
Here's my problem:
I have scene1 and scene2. scene1 continues and jumps into scene2 and continues on looping back to scene1 and jumps into scene2 again and continues on..
Here's I wanted to do..Scene1 as a introduction until a mouse passes over scene1 (roll over) to scene2.
on roll out, back to scene1 continues until mouse passes over to scene2..
Here's what I've done so far..
scene1:
Scene2:Code:on (rollOver) { nextSceneAndPlay(); } on (rollOut) { nextSceneAndPlay(); }
I hope you can help me..Code:on (rollOver) { playSound("music",true); } on (rollOut) { stopAllSounds(); _root.gotoAndPlay("Scene_1"); }
I can posted here or email..
Thanks In Advance..




Reply With Quote