Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

...and again. 2

Status
Not open for further replies.

Ivan1

Programmer
Jun 18, 2001
113
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.
 
What code? If you kept using the same thread, it would be easier! And yes! There's a different syntax for Flash 4!

;-)
 
You wrote:

on (press) {
unloadMovieNum (1);
_level0.gotoAndPlay (10);
}

I cannot find a way of getting "_level0.gotoAndPlay(10)" into the actionscript.
 
click on expert mode in the actions menu and write it in your self!
e.gif


carlsatterwhite@endangeredgraphics.com
 
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.
 
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!
 
sorry wasn't paying attention..4 doesn't have that option huh?
e.gif


carlsatterwhite@endangeredgraphics.com
 
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

;-)
 
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.
 
I guess your solution works as well.
Interesting...
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top