good
its good
theres no way you can blam an "advanced" game!
1 suggestion
onClipEvent(enterFrame){ if(Key.isdown(Key.RIGHT){ //code that mkes block move here } }
attachthat to a movieclip and delete the on(keypress<"right">){....and so on
that will make so that as soon as you hold down right it will move and there wont be any delays...
good luck! :)
^^ Thanks for the review, and help!
Recent Game Reviews
Rated 2.5 / 5 stars September 1, 2006
good
its good
theres no way you can blam an "advanced" game!
1 suggestion
onClipEvent(enterFrame){
if(Key.isdown(Key.RIGHT){
//code that mkes block move here
}
}
attachthat to a movieclip
and delete the on(keypress<"right">){....and so on
that will make so that as soon as you hold down right it will move and there
wont be any delays...
good luck! :)
^^ Thanks for the review, and help!