err i think i have done it right i just copy pasted your code and did what u said but it doesent work pls help
load image "explode1.bmp",1
load image "explode2.bmp",2
make object plain 110,10,10
position object 110,0,0,15
lock object on 110
rem where 1 is the first image ID
texture=1
texture object 110,texture
set sprite 1,1,0
set sprite 2,1,0
`*******************************************************
`*********************MAIN LOOP*************************
`*******************************************************
position camera 3000,floor,5500
do
if mouseclick()=1
inc texture,1
endif
if texture = 2
texture = 1
endif
current projects
codename : tasgarad