Advanced Flash Button, Help??
i want create button 3 states (basically same buttons on left hand of opening page of website www.bleed.no) have kind have got working code below problem have when button clicked not remain highlighted. im struggling on this. im sure there better way im doing this. amazing. (basically want create button same on bleed.no site , im not sure how.) have uploaded button have made onto www.myworksofar.co.uk can see problem (plus have added screen shot of timeline can see im doing) other thing want happen when button highlighted , button clicked want motion revese (the yellow bar deselect in way selected) again when click button on bleed website way deselects there.
thank so help!!
stop ();
work.onenterframe = function() {
if (rewind == true) {
prevframe();
}
};
this.onrollover = function(){
rewind = false;
play();
}
this.onrollout = function(){
rewind = true;
}
this.onrelease = function(){
gotoandplay(15);
}
thank so help!!
stop ();
work.onenterframe = function() {
if (rewind == true) {
prevframe();
}
};
this.onrollover = function(){
rewind = false;
play();
}
this.onrollout = function(){
rewind = true;
}
this.onrelease = function(){
gotoandplay(15);
}
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment