Search tutorials
'After you enter that code you've finshished the hard part now enter this code for each of the buttons.
for Button 1 enter this:
on (rollOver) {
b1run = "run";
}
on (rollOut, dragOut) {
b1run = 0;
}
for Button 2 enter this:
on (rollOver) {
b2run = "go";
}
on (rollOut, dragOver, dragOut) {
b2run = "0";
}
for Button 3 enter this:
on (rollOver) {
b3run = "go";
}
on (rollOut, dragOut) {
b3run = "0";
}
for Button 4 enter this:
on (rollOver) {
b4run = "go";
}
on (rollOut, dragOut) {
b4run = "0";
}
for Button 5 enter this:
on (rollOver) {
b5run = "go";
}
on (rollOut, dragOut) {
b5run = "0";
}
- '
| » Level Advanced |
|
Added: 2007-11-13 Rating: 5 Votes: 12 |
| » Author |
| Flash mx |
| » Download |
| Download the files used in this tutorial. |
| Download (1416 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!