00:00
00:00
Newgrounds Background Image Theme

Someone gifted MetalSlayer69 supporter status!

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!

Cursor ActionScript [help]

580 Views | 2 Replies
New Topic Respond to this Topic

Cursor ActionScript [help] 2006-08-07 15:57:17


i need to know the code for
on rollover gotoandstop on frame 2 of root_cursor


fag.

BBS Signature

Response to Cursor ActionScript [help] 2006-08-07 15:59:28


say you have a cursor named cursor on the _level0 (_root), go like this on the button

on(rollOver)
{
_root.cursor.gotoAndStop(2);
}
on(rollOut)
{
_root.cursor.gotoAndStop(1);
}

Response to Cursor ActionScript [help] 2006-08-07 16:04:50


thank you


fag.

BBS Signature