Pawn Game |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
User
Join Date: Oct 2007
Clan Name: SG (StarGaming)
Posts: 9
|
This is some code I wrote! What it does is makes it so that the eyes I drew in flash follow your mouse so it looks like it is looking at your mouse!
Feel Free to use it if you want! It might need a little bit of change to fit your movie! import flash.events.MouseEvent; stage.addEventListener (MouseEvent.MOUSE_MOVE, updateEyes); function updateEyes(e:MouseEvent) { if (currentScene.name == "Main Menu") { eye_l.mouseMovedTo ((e.stageX - eye_l.x) / eye_l.scaleX, (e.stageY - eye_l.y) / eye_l.scaleY, false); eye_r.mouseMovedTo ((e.stageX - eye_r.x) / eye_r.scaleX, (e.stageY - eye_r.y) / eye_r.scaleY, true); } }
__________________
-- slasho |
|
|
|
|
#2 |
|
kornfuzzed
Guest
Posts: n/a
|
its not working on the page, use a link to get to a page where you need to post it or something, its what i use.
|
| kornfuzzed |
|
|
#3 |
|
User
|
nice, i had to change it up some though
__________________
![]()
|
|
|
|
|
#4 |
|
Pawn Assistant
|
Are the pupils moving only? If so, I HIGHLY recommend adding a hitTest.
__________________
Click the spoiler for my songs Spoiler
![]() |
|
|
| Eiliosdraye |
| View Public Profile |
| Send a private message to Eiliosdraye |
| Find More Posts by Eiliosdraye |
|
|
#5 |
|
User
Join Date: Nov 2008
Posts: 96
|
that's surely not your code, you got it from a flash site.
__________________
|
|
|
|
|
#6 |
|
User
Join Date: Nov 2008
Location: kent
Posts: 76
|
im learning actionscript and this may prove handy
|
|
|
|
|
#7 |
|
User
Join Date: Nov 2008
Location: Look Down
Clan Name: La La La Song Singers
Posts: 221
|
Yeah . Getting A link wud be an easier and faster way to link to it.
|
|
|
|
|
#8 |
|
User
Join Date: Nov 2008
Location: In the small state.. Of IOWA!
Clan Name: THH
Posts: 305
|
Thank you for allowing others with that idea.
Next time add a link. Much easier to access.
__________________
|
|
|
|
|
#9 |
|
User
Join Date: Jul 2008
Posts: 1,095
|
Nice......
__________________
|
|
|
|
|
#10 |
|
User
Join Date: Jul 2007
Location: New York City, New York Favorite Gun: M4A1 S.O.C.O.M
Clan Name: Enter a clan name here...
Posts: 840
|
Dude. I found this on Google. Lol.
__________________
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|