TheConeHead
Programmer
I have actionscript that is dying and I can not figure for the life why... I am have:
enter.onRelease = function() {
gotoAndPlay(5);
}
stop();
on frame 1 and it works fine....
later I do:
bPublic.onRelease = function() {
trace("here");
pix.gotoAndPlay(5);
}
stop();
And I can not even get the figure cursor to show up to show it is not even acknowledging it as a button... any reason why that would happen? Everything is named properly...
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
enter.onRelease = function() {
gotoAndPlay(5);
}
stop();
on frame 1 and it works fine....
later I do:
bPublic.onRelease = function() {
trace("here");
pix.gotoAndPlay(5);
}
stop();
And I can not even get the figure cursor to show up to show it is not even acknowledging it as a button... any reason why that would happen? Everything is named properly...
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)