The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsI want my man to jump and this is his code.
I want to hit up and hit jump so im expecting this needs to go in there somewhere.
} else if (not (Key.isDown(Key.UP))) {
Plz dont tell me theres easier ways to do this or w/e cause i just want to do it this way for now.. i dont want to start from scratch... can anyone help me
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
this._xscale = 100;
this.gotoAndStop("walk");
this._x -= 5;
}
if (Key.isDown(Key.RIGHT)) {
this._xscale = -100;
this.gotoAndStop("walk");
this._x += 5;
} else if (not (Key.isDown(Key.LEFT))) {
this.gotoAndStop(1);
}
}
At 2/16/06 04:31 PM, faillekid wrote: Can any1 provide help?
bump
i got my jump to work but the code is different to urs, u want it anyway?
Woop my first ever Quad post, thankyou for letting me see this MASTERPIECE>
.