what am I doing wrong?I'm getting a null image.I know the file is there,I've even renamed it six times making sure the name was right.
Graphics 800,600 Global image:timage Global frame Global x=0 image=LoadAnimImage( "crash.png",240,40,0,5) Repeat DrawImage(image,400,300,x) x:+1 If x=5 x=0 Until KeyDown(key_escape)