00:00
00:00
View Profile BrainToast
Bye Bye! -Signing Off. -BrainToast

Age 31, Male

Flash, Gaming Info

A School

United States of No Touch

Joined on 1/12/09

Level:
8
Exp Points:
610 / 710
Exp Rank:
> 100,000
Vote Power:
5.02 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
19
Saves:
20
B/P Bonus:
0%
Whistle:
Normal
Medals:
59

Nice Nap!

Posted by BrainToast - January 18th, 2009


I am a bit sick and took a 2 hour nap. That delayed skate: Flash Version. Anyway, I am announcing the sequel to AS3 Button Tut will be AS3 Cursor Tut. If you just wanna see the actionscript (without explanation) now, here it is (on frame):
import flash.events.MouseEvent;
stage.addEventListener(MouseEvent.MOUS E_MOVE , movecrs);
function movecrs(event:MouseEvent) {
cursor.x = mouseX;
cursor.y = mouseY;
cursor.visible = true;
Mouse.hide();
}

You have to figure out how to do this. For an explained actionscript with animation, check out the AS3 Cursor Tut tomorrow.


Comments

Comments ain't a thing here.