
Welcome Guest
|
|
|
#1
|
|||
|
|||
|
Sorry for my english, how can i do a movieclip to follow the mouse but like in a mirror, when i move the mouse to the left my movie clip(a circle) move to the right. Thank's a lot. Ule
|
|
#2
|
||||
|
||||
|
Ok this should do the trick!
Code:
onClipEvent (enterFrame) {
_root.mirrorcursor._x = this._x -_root._xmouse;
_root.mirrorcursor._y = this._y -_root._ymouse;
}http://www.atlantic.net/~tapeon/FMSamples/sampleFM6.fla Source And here is a zipped version http://www.atlantic.net/~tapeon/FMSamples/FMsample6.zip Zipped Files |
|
#3
|
||||
|
||||
|
Oops! Didn't post right.
FLA Source address is: http://www.atlantic.net/~tapeon/FMSamples/sampleFM6.fla And Zipped Version: http://www.atlantic.net/~tapeon/FMSamples/FMsample6.zip Need more help let me know! |
|
#4
|
||||
|
||||
|
make sure you give the movieclip the instance name mirrorcursor, or change the code to your personal settings.
__________________
Play me in QUADRADIUS It's like checkers with powerups, the perfect "bored at work" game. Challenge Gusto |
|
#5
|
||||
|
||||
|
make sure you give the movieclip the instance name mirrorcursor, or change the code to your personal settings.
__________________
Play me in QUADRADIUS It's like checkers with powerups, the perfect "bored at work" game. Challenge Gusto |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|



