00:00
00:00
View Profile SketchistGames
Hey. Message me sometime! :)

Age 26, Male

Game Programmer

MIT when i grow up (i hope)

Joined on 3/2/12

Level:
5
Exp Points:
240 / 280
Exp Rank:
> 100,000
Vote Power:
4.37 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
3
Saves:
6
B/P Bonus:
0%
Whistle:
Normal
Medals:
447

D:

Posted by SketchistGames - March 29th, 2012


As2:
-------
on(release){
gotoAndPlay(2);
}

As3:
-------
buttonname.addEventListener(MouseEvent.CLICK, eventname);

function eventname(event:MouseEvent):void
gotoAndPlay(2);
}
The code is "better" but it takes SO much longer lol. *Lazy Face*


Comments

Comments ain't a thing here.