This doesn't work properly
onClipEvent(enterFrame){
if(falling == true){
velocity += gravity
_y += velocity
}
}
The above Action|Script, featured in the tutorial, doesn't work properly. I've tried everything and nothing's working. I'm getting pissed off now. Does anybody know what I'm doing wrong, and what the correct ActionScript is? If so, PM me.