Be a Supporter!
Response to: Reaction command Posted August 18th, 2009 in Game Development

it's like, quickly tap this button to go to a cut scene and then in that cut scene its says some thing like "Tap {D}". When that command pops up you have to either continuously tap that button to fill up the bar or quickly input the keys that u see on the screen. Like kingdom hearts 2.

Reaction command Posted August 18th, 2009 in Game Development

Can somebody tell me how to create reaction commands for movies and games?

Response to: Playstation Collab Posted June 9th, 2009 in Game Development

I'd like to join! Sounds like fun ^__^

Game: Kingdom Hearts

Response to: Code help!!! Posted May 28th, 2009 in Game Development

Thank you so much for your help guys!

Response to: Code help!!! Posted May 28th, 2009 in Game Development

onClipEvent(enterframe){
if (Key.isDown(Key.RIGHT)){
_x+=1.5
this.gotoAndStop("rightrun")
}
if (Key.isDown(Key.LEFT)){
_x-=1.5
this.gotoAndStop("leftrun")
}else{
gotoAndStop("stance")
}
}

Sorry, i worte some thing wrong on the last one, but it still doesn't work.

Response to: Code help!!! Posted May 28th, 2009 in Game Development

Lol, yeah i stopped copying and pasting a while ago. I tried making my own code , but still there are some errors when the test say there are no errors. I tried using the code that was fixed and now the animation doesn't play when i press right.

onClipEvent(enterframe){
if (Key.isDown(Key.RIGHT)){
_x+=1.5
this.gotoAndPlay("rightrun")
}
if (Key.isDown(Key.LEFT)){
_x-=1.5
this.gotoAndStop("leftrun")
}else{
gotoAndStop("stance")
}
}

Code help!!! Posted May 27th, 2009 in Game Development

Okay i wrote this code for a character i made and it works but, when i press the left button, it moves without the animation. Here's the code: onClipEvent(enterframe){
if (Key.isDown(Key.RIGHT)){
this.gotoAndstop(" right run")
}
}
if (Key.isDown(Key.LEFT)){
this.gotoAndstop(" left run")
}
else gotoAndStop("stance")
}

Please, someone help me find out what is wrong with this code.

Code Help!!! Posted May 27th, 2009 in Programming

Okay i wrote this code for a character i made and it works but, when i press the left button, it moves without the animation. Here's the code: onClipEvent(enterframe){
if (Key.isDown(Key.RIGHT)){
this.gotoAndstop(" right run")
}
}
if (Key.isDown(Key.LEFT)){
this.gotoAndstop(" left run")
}
else gotoAndStop("stance")
}

Please, someone help me find out what is wrong with this code.

Character for Team Of Three Posted May 26th, 2009 in Art

Hey guys, im back with a new drawing! This is my character for Team of Three. Right now i gots a programer and i need a musician. If you are interested, PM me.

Character for Team Of Three

Response to: New Drawing: Game Over Posted November 29th, 2008 in Art

THANKS!!

Response to: New Drawing: Game Over Posted November 28th, 2008 in Art

lol, naw. I hate copyrighting.

Response to: New Drawing: Game Over Posted November 28th, 2008 in Art

no, it was just from thought

New Drawing: Game Over Posted November 28th, 2008 in Art

This is one of my favorite drawings that i created. I was listening to music and then BAM!!!! i got the idea of an awesome fight scene. Hope you enjoy!

New Drawing: Game Over


Can somebody help use the vCam in flash games???