Thread: X-Mas House
View Single Post
  #16  
Old 12-16-2001, 03:09 AM
Beowulf2 Beowulf2 is offline
leggo my eggo :(
Beowulf2's Avatar
Join Date: Nov 2001
Posts: 1,173
Beowulf2 is on a distinguished road
Send a message via ICQ to Beowulf2 Send a message via AIM to Beowulf2
Quote:
Originally posted by AlexH
if (created) {
drawaslight;
dontblock;
setzoomeffect 1;
setcoloreffect 1,0,0,.99;
}

if (timeout) {
sleep 0.1;
y=37.5;
sprite=1;
dir=2;
sleep 0.05;........

.........sleep 0.05;
sprite=0;
}

timeout = 0.1
No. You need a timeout inside the timeout for it to loop, and another to initialize the timeout before the timeout code.
Reply With Quote