avatar for kungfugoo

kungfugoo's profile

About me

class Ship extends MovieClip
{
var velocity;

function onLoad()
{
velocity = 10;
}

function onEnterFrame()
{
if( Key.isDown(Key.RIGHT))
{
_x = _x + velocity;
}
if( Key.isDown(Key.LEFT))
{
_x = _x – velocity;
}
if( Key.isDown(Key.UP))
{
_y = _y – velocity;
}
if( Key.isDown(Key.DOWN))
{
_y = _y + velocity;
}
}
}

  • Age: 18
  • Sex: Male
Latest Achievements (view all badges)
Flip Flop (completed)
Badge earned
Badge Of The Day
Flip Flop Badge (medium - 15 points)

Complete the first 15 levels in Electric Box 2

Acquired Jan. 22, 2011

kungfugoo's shouts

avatar for kais246
kais246

Apr 21, 2011 4:18am

Seem*

avatar for kais246
kais246

Apr 21, 2011 4:18am

Not really. You seen pretty happy.

avatar for kais246
kais246

Apr 24, 2009 6:06pm

Yeah he wasnt. He said i was aswell didnt he?

avatar for kais246
kais246

Apr 24, 2009 1:50am

Are you being sarcastic or was i right?

avatar for kais246
kais246

Apr 23, 2009 11:19pm

When we past you were you going off to see Sam? I just want to know if my investigating skills prooved usefull =P

view all »