
Welcome Guest
|
#1
|
|||
|
|||
|
movie clips as buttons
Hi
I want to use a series of movie clips as buttons to lionk to other scenes in my main movie . I can get on rollOver and on rollOut to work but on release just won't work at all. I have tried many different ways of writing the script, below are a few I have tried so far: on (rollOver) { this.gotoAndPlay("start"); } on (rollOut) { this.gotoAndPlay("back"); } on (release) { _parent.gotoAndPlay("test", 1); } AND on (rollOver) { this.gotoAndPlay("start"); } on (rollOut) { this.gotoAndPlay("back"); } on (release) { _root.gotoAndPlay("test", 1); } any help gratefully received Jon. |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Draggable stopped movie clips | vertmonkee | Actionscript 2.0 |
0 | 01-07-2009 04:42 PM |
| buttons inside movie clips | bober911 | Flash 8 |
2 | 10-30-2006 10:24 PM |
| movie clips that preview? | nix | Newbies |
3 | 12-24-2004 10:02 AM |
| Dynamically Import and Attach AS to Movie Clips | thebeige | Flash MX ActionScript |
2 | 09-26-2003 03:57 AM |
| Antialis & alias movie clips in one movie scene | camron | Flash MX |
5 | 03-19-2003 02:06 PM |




