The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 Viewsit'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.
Can somebody tell me how to create reaction commands for movies and games?
I'd like to join! Sounds like fun ^__^
Game: Kingdom Hearts
Thank you so much for your help guys!
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.
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")
}
}
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.
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.
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.
lol, naw. I hate copyrighting.
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!
Can somebody help use the vCam in flash games???