Flash ActionScript button prob
Linc
OwnerDetroit Icrontian
Using Flash MX 2004 I wrote some text, converted it to a symbol (behavior: button) and now I want it to go to frame 315 when it's clicked so I added this script to the keyframe it's in:
on (press) {
gotoAndPlay(315);
}
When I check it, it says:
Mouse events are permitted only for button instances
on (release){
I find this very perplexing, since it definitely is a button instance Any thoughts?
Screenshot:
on (press) {
gotoAndPlay(315);
}
When I check it, it says:
Mouse events are permitted only for button instances
on (release){
I find this very perplexing, since it definitely is a button instance Any thoughts?
Screenshot:
0
Comments
Look closely at that screenshot... particularly which tab is highlighted under the actionscript. Definitely not the button tab.
:banghead:
5 hours of my life... wasted.