View Single Post
  #330  
Old 06-04-2010, 03:35 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Could just use a simple script like this..

PHP Code:
//#CLIENTSIDE

function onCreated() {
  
setTimer(0.05);
}

function 
onTimeout() {
  
with (findimg(200)) {
    
+= 4;
    if (
screenwidth= -32;
    
screenwidth 2;
    
layer 4;
    
image "block.png";
  }
  
setTimer(0.05);

The block's movement will become noticeably jerky when the timeout glitch starts happening.
__________________
Quote:
Reply With Quote