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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rollOver directs to keyframe error

Status
Not open for further replies.

burntswi

Technical User
Mar 13, 2005
10
US
okay... code for button in frame one:
Code:
on(rollOver){
	gotoAndStop( "prt2base" );
}
on(press){
	gotoAndStop( "prt2base" );
}
THe problem is that, well, it isn't going to "prt2base" It stays on the original keyframe as before but has the hand cursor on the button. it does nothing on press.... is there some bug spray for this?
 
which reminds me... what if I use gotoAndPlay but in the directed frame it holds stop(); ?
 
Question 1: Do you have a frame label "prt2base" on frame 2? If so is the button on the same timeline as the frame label?

Question 2: It stops. :)

Hope it helps.

Wow JT that almost looked like you knew what you were doing!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top