Posted by Disrupter 152.163.194.203 using Mozilla/4.0 (compatible; MSIE 5.0; MSN 2.6; AOL 5.0; Windows 95; DigExt) on April 08, 2000 at 13:10:56:
OK, here is a program for a special move. But for some reasons the graphics do not show up, and I do not get an error message when I test it. If you know why, please tell me. Here is the program:
#MWin("FLAME!")
#Delay(1)
#wav("bang.wav")
TargetLocation(x!,y!)
#Put(x!,y!,"fire1a.gph")
#Delay(.25)
#Put(x!,y!,"fire1b.gph")
#Return()
*Thanks*