do you mean to have it warp to another section of code??? or to move the image to another location of the screen??? if it's the first one try...
if mouseclick()=1 and mousex() <= [width of image + x position of image] and mousex() >= [x position of image]
if mousey() <= [height of image + y position of image] and mousey() >= [y position of image]
...code...
goto [LabelName]
endif
endif
...morecode...
[LabelName]:
...evenmorecode...
...or if it's the second one try...
paste image [image number],[new x position],[new y position]
...remember there are several methods for programming something... like if you are using sprites instead of just pasteing image, use BloodShot's code...
Sprite [sprite number], [new x position], [new y position], [image number]
...and like i said before, you do need to be more descriptive about your question...it will help us and you out alot...well...i hope that also helps...
Anyone Can Destroy...But Few Can Create...