Flash Buttons
Flash Buttons
Out of context: Reply #2
- Started
- Last post
- 15 Responses
- TResudek0
on (rollOver) {
tellTarget ("Next") {
gotoAndPlay (2);
}
}
on (rollOut) {
tellTarget ("Next") {
gotoAndPlay (3);
}
}
on (press) {
tellTarget ("Next") {
gotoAndPlay (4);
}
}
on (release) {
tellTarget ("Next") {
gotoAndPlay (5);
}
}
on (release) {
getURL ("url.html");
}