avatar for xXNovaLifeXx

xXNovaLifeXx's profile

About me

- Average Animator, Programmer(Visual Basic, Java, AS2)
  • Member Since: Nov. 19, 2008
  • Last Login: Jan. 10, 2011
  • Current Points: 395
  • Comments: 19
  • Forum posts: 4
  • Location: North Las Vegas, NV
  • Age: 19
  • Sex: Male
Latest Achievements (view all badges)
Clearing the Way (completed)
Badge earned
Badge Of The Day
Clearing the Way Badge (easy - 5 points)

Destroy 500 enemies in any of the episodes in Frantic 2

Acquired Oct. 10, 2009

Games by xXNovaLifeXx

xXNovaLifeXx's awards

xXNovaLifeXx's shouts

avatar for GreenDemon980
GreenDemon980

Nov 29, 2008 11:31pm

Idk, I’m not into shooter games except for centipede and space invaders and I just thought yours wasn’t good. So in my case it was crap.

avatar for r4d102
r4d102

Nov 23, 2008 9:02am

class Ship# extends MovieClip
{
var velocity;
}
function onLoad()
{
velocity = 10;
}
function onEnterFrame()
{
if( Key.isDown(Key.RIGHT) )
{
_x = _x + velocity;
}
}
{
_x = _x + velocity;
}

avatar for r4d102
r4d102

Nov 22, 2008 11:24am

the onli bit that dosnt go blue is
valocity = 10 what eva it is and it dont work any help?

avatar for r4d102
r4d102

Nov 21, 2008 7:39am

i do that but it still wont fly ?? any ideas

view all »