siphon
03-04-2006, 03:00 AM
insted of making a sequence of buttons on diffrent frames and then haveing it say
_____________________
on (press) {
gotoAndStop(21);
}
on (press) {
gotoAndStop(22);
}
on (press) {
gotoAndStop(23);
}
_____________________
can i say something like
____________________
on (press) {
goto NEXT FRAME
}
____________________
}
_____________________
on (press) {
gotoAndStop(21);
}
on (press) {
gotoAndStop(22);
}
on (press) {
gotoAndStop(23);
}
_____________________
can i say something like
____________________
on (press) {
goto NEXT FRAME
}
____________________
}