t1hodges
MIS
- May 8, 2003
- 54
When I enable "simple frame actions" and "simple buttons" while designing, my button objects, which are coded to move from one scene to another, work fine, but when I export the movie to a .swf the buttons don't move from one scene to the other as coded. I will add that in the .swf the cusor changes from pointer to index finger pointer, but the roll over instance of the button does not activate.
each button has the following code:
on (release) {
gotoAndStop("About NCC", 1);
}
Any help will be appreciated.
each button has the following code:
on (release) {
gotoAndStop("About NCC", 1);
}
Any help will be appreciated.