
Welcome Guest
|
#1
|
|||
|
|||
|
I'm using attachMovie to replace my mouse pointer . When I use the below code my mouse pointer goes underneath the duplicated movie clip. I need to keep my attached mouse pointer on the top level at all times. Can anyone help?
Actionscript:
//duplicated movie clip
on (press){
i++;
duplicateMovieClip("pattern_fish", "pattern_fish" + i, i);
_root["pattern_fish"+i]._x = 170;
_root["pattern_fish"+i]._xscale = 45;
_root["pattern_fish"+i]._yscale = 45;
}
//attached mouse pointer
followMouse.attachMovie("mouse_target", "mouse_target01", 2);Last edited by Scottae : 02-10-2005 at 10:43 PM Reason: Format with AS tags |
«
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 |
| Brainstorm: Making mouse pointer work as a flashlight | maxM | Flash CS3 / Flash 9 |
2 | 09-26-2008 09:53 AM |
| Movement relative to the Mouse Pointer | kof98se | Game Programming |
1 | 08-29-2007 03:12 PM |
| Defining mouse pointer speed when dragging an object? Please help! | intermario_gr | Flash MX ActionScript |
1 | 12-15-2004 09:41 AM |
| Changing Mouse Pointer When User Roles Over List Box | RRaj | Actionscript 2.0 |
1 | 11-29-2004 12:01 PM |
| Mouse pointer change | sac | Client Side | 4 | 08-29-2000 09:45 AM |





