Flash 8 Star cursor tutorial

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
1,188
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Feb 11, 2009

there is a small tutorial of : how make a star cursor . thats a really nice cursor who make style to yours web site or rpgs games

Thanks for watching -- By Ben --

script :

var i:Number = 0;

this.createEmptyMovieClip("canvas_mc",50);

var myListener:Object = new Object ();
Mouse.addListener(myListener);

myListener.onMouseMove = function() {
var t:MovieClip = canvas_mc.attachMovie("star","star"+i,canvas_mc.getNextHighestDepth())
i++;
t._x = _xmouse;
t._y = _ymouse;
t._xscale = t._yscale = (Math.random()*80)+20; }

copy and paste all the script at the end * i show in the vid *

Category:

Education

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:
see all

All Comments (2)

Sign In or Sign Up now to post a comment!
  • how do you do it so all of the stars are the same size?

  • wow cool 5/5

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more