Greetings,
I want to make a button that when you roll over it, the stage goes to a new scene (this seems to work fine)
and when you roll off it, it goes to another scene (main scene)(this is not going so well)
any insight?
Thanx
![]()
Greetings,
I want to make a button that when you roll over it, the stage goes to a new scene (this seems to work fine)
and when you roll off it, it goes to another scene (main scene)(this is not going so well)
any insight?
Thanx
![]()
Hi,
Maybe something like this.....
HTHCode:buttonName.onRollOver = function() { _root.gotoAndPlay("frameLabel"); } buttonName.onRollOut = function() { _root.gotoAndPlay("frameLabel"); }
NTD
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks