Jun 18, 2001 #1 Ivan1 Programmer Joined Jun 18, 2001 Messages 113 Location US Maybe I'm doing something wrong, but I cannot produce the same code in Flash. I have Flash 4, does that matter? If not then...I'm lost.
Maybe I'm doing something wrong, but I cannot produce the same code in Flash. I have Flash 4, does that matter? If not then...I'm lost.
Jun 18, 2001 1 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA What code? If you kept using the same thread, it would be easier! And yes! There's a different syntax for Flash 4! ;-) Upvote 0 Downvote
What code? If you kept using the same thread, it would be easier! And yes! There's a different syntax for Flash 4! ;-)
Jun 18, 2001 Thread starter #3 Ivan1 Programmer Joined Jun 18, 2001 Messages 113 Location US You wrote: on (press) { unloadMovieNum (1); _level0.gotoAndPlay (10); } I cannot find a way of getting "_level0.gotoAndPlay(10)" into the actionscript. Upvote 0 Downvote
You wrote: on (press) { unloadMovieNum (1); _level0.gotoAndPlay (10); } I cannot find a way of getting "_level0.gotoAndPlay(10)" into the actionscript.
Jun 18, 2001 1 #4 coldfused Technical User Joined Jan 27, 2001 Messages 2,442 Location US click on expert mode in the actions menu and write it in your self! carlsatterwhite@endangeredgraphics.com Upvote 0 Downvote
click on expert mode in the actions menu and write it in your self! carlsatterwhite@endangeredgraphics.com
Jun 18, 2001 Thread starter #5 Ivan1 Programmer Joined Jun 18, 2001 Messages 113 Location US I did not know about the expert mode. I'll keep that in mind. I figured out another way of doing that just a second ago. Whoo-hoo. Thank you both. Upvote 0 Downvote
I did not know about the expert mode. I'll keep that in mind. I figured out another way of doing that just a second ago. Whoo-hoo. Thank you both.
Jun 18, 2001 #6 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA That won't work either Carl! We're talkin' Flash 4 here! LOL Hang on Ivan, working back in 4 for you, just testing it now... So I don't post something that won't work. Be right back! Upvote 0 Downvote
That won't work either Carl! We're talkin' Flash 4 here! LOL Hang on Ivan, working back in 4 for you, just testing it now... So I don't post something that won't work. Be right back!
Jun 18, 2001 #7 coldfused Technical User Joined Jan 27, 2001 Messages 2,442 Location US sorry wasn't paying attention..4 doesn't have that option huh? carlsatterwhite@endangeredgraphics.com Upvote 0 Downvote
sorry wasn't paying attention..4 doesn't have that option huh? carlsatterwhite@endangeredgraphics.com
Jun 18, 2001 #8 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Ivan, This should work with Flash 4: On (Press) Unload Movie (1) Begin Tell Target ("_level0" Go to and Stop (10) End Tell Target End On ;-) Upvote 0 Downvote
Ivan, This should work with Flash 4: On (Press) Unload Movie (1) Begin Tell Target ("_level0" Go to and Stop (10) End Tell Target End On ;-)
Jun 18, 2001 Thread starter #9 Ivan1 Programmer Joined Jun 18, 2001 Messages 113 Location US I already figured it out. On (Press) Unload Movie (1) Go to and Stop (90) End On That works. Thanks anyway. And yeah...I could not find "expert mode" in Flash 4. No wonder! I should upgrade, I guess. Upvote 0 Downvote
I already figured it out. On (Press) Unload Movie (1) Go to and Stop (90) End On That works. Thanks anyway. And yeah...I could not find "expert mode" in Flash 4. No wonder! I should upgrade, I guess.
Jun 18, 2001 Thread starter #10 Ivan1 Programmer Joined Jun 18, 2001 Messages 113 Location US I guess your solution works as well. Interesting... Thanks Upvote 0 Downvote
Jun 18, 2001 #11 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Works without Begin Tell Target? ;-) Upvote 0 Downvote