hey
i think i noticed that but no, i didnt mention it., thanks for bringing this :beam:
well i’ll come over this bug when i get it to work by clicking the blocks rather than clicking the ‘go’ button which apparently is causing the dude to go off course
thanks :beam:
well now im still trying to figure out that equation… i dunno why the heck cant i get it lol… i should’ve gotten that easily…
anyways… i’ll head to work, and i’ll be back with more
MovieClip.prototype.isoMove = function(isoX, isoY, isoSpeed)
{
this._x += (isoX - isoY) * isoSpeed;
this._y += (isoX + isoY) * isoSpeed;
}
// Make the above prototype and throw it in the main
// timeline somewhere... And then below that put
// this handler code.. It uses the numPad to move it
isoMan.onEnterFrame = function()
{
if(Key.isDown(97)){this.isoMove(-1,0,5);}
if(Key.isDown(98)){this.isoMove(-1,-1,5);}
if(Key.isDown(99)){this.isoMove(0,-1,5);}
if(Key.isDown(100)){this.isoMove(-1,1,5);}
if(Key.isDown(102)){this.isoMove(1,-1,5);}
if(Key.isDown(103)){this.isoMove(0,1,5);}
if(Key.isDown(104)){this.isoMove(1,1,5);}
if(Key.isDown(105)){this.isoMove(1,0,5);}
}
There ya go man… Hope this line of code gets you out of your stump
so this one is keyboard controlled… doesnt work as soul suggested, which is still okay :beam:
well since this is the case i’ll have to redesign my code to work like yours
ray, are you gonna live on a tropical beach…or maybe even a nude beach? i would think living in texas you would wanna get away from the hot hot temperatures every now and then?..i mean why would you wear that hawiaan shirt all the time right?
Quick off-topic - does anyone have any idea how <i>confusing</i> it is for non-Americans with all this ‘PA’ stuff?!? I have no idea where anyone’s talking about…
*Originally posted by Kitiara *
**Quick off-topic - does anyone have any idea how <i>confusing</i> it is for non-Americans with all this ‘PA’ stuff?!? I have no idea where anyone’s talking about… **
*Originally posted by Kitiara *
**Quick off-topic - does anyone have any idea how <i>confusing</i> it is for non-Americans with all this ‘PA’ stuff?!? I have no idea where anyone’s talking about… **
Hey Kit, at least you have enghish for first language…
*Originally posted by Kitiara *
**Quick off-topic - does anyone have any idea how <i>confusing</i> it is for non-Americans with all this ‘PA’ stuff?!? I have no idea where anyone’s talking about… **