Search tutorials
Instead of writing:
on (release) {
gotoAndStop(*);
}
Write:
on (release) {
_root.gotoAndStop(*);
}
* = any frame number.
| » Level Basic |
|
Added: 2005-05-07 Rating: 7 Votes: 7 |
| » Author |
| Im Cool |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!