View Single Post
  #24  
Old 01-06-2011, 03:24 AM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
so something like

PHP Code:
function newmove() {
  if ( 
this.moved == false move(..);
  
this.moved true;
}

function 
onMovementFinished() {
  
this.moved false;
  
newmove();

is what your saying?
Reply With Quote