LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-10-2005, 06:42 PM
skinnyfingers skinnyfingers is offline
Registered User
 
Join Date: Feb 2005
Posts: 4
Rep Power: 0
skinnyfingers is on a distinguished road
Question Trying to keep my replaced mouse pointer on the highest level

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
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 06:57 AM.