NaN:NaN
NaN:NaN
--:-- / --:--
Newgrounds Background Image Theme

67hawk just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Custom Cursor Tut (CS4)

Share Collapse

Custom Cursor Tut (CS4)

Play Game
A Tutorial On How To Make Your Own Custom Cursors In Flash Pro CS4!
  • » Suitable For All Audiences

Author Comments

Hello. Hope You Like My Tutorial And For You Guys In The Game Heres The Codes:


A1:
onClipEvent(load)
{
Mouse.hide();
}
onClipEvent(enterFrame)
{
this._x = _root._xmouse; this._y = _root._ymouse;


B1:(moves once clicked)
on(release)
{
gotoAndPlay(2)
}


B2: (moves once scrolled over)
on(rollOver)
{
gotoAndPlay(2)
}


Theres Something I forgot to add in the tutorial, MAKE SURE ALL
YOUR FRAMES YOU MAKE HAVE THIS CODE IN THEM:


stop()


makes the frame stop until another code makes it go forward. (the B codes)

Log in / sign up to vote & review!

ClipEvents?

Are you seriously using ClipEvents? And teaching others to use them too?
ClipEvents are worthless except for some certain problems (like when applying actions to multiple MCs and a loop function will slow the file too much).

If anything to improve besides the approach of teaching - that'll be the presentation.
I don't many who want to learn from something that looks very amateur. Even if the tutorial can't be find elsewhere, presentation is crucial. This includes interface, graphics, structure, environment and language.

Eh...

Not bad tutorial wise, but it could be spruced up a bit. Plus you should make it so that the page changes when you CLICK the button, not just pass over it, cause that gets really annoying.

deathmember responds:

Yeah, I Was Tired When I Was Doing tHis, And It Was My First tutorial. xD

Credits & Info

Views
3,394
Faves:
1
Votes
2
Score
1.25 / 5.00

Uploaded
Apr 21, 2009
8:37 AM EDT