Hi all how are you today?
This is really my first time working with sprites and I've run across an interesting problem. I can make my sprite show up but then I am given a runtime error, I will have a picture and my code attached for you all to see it. So I was wondering if you good folks might be able to point me in the right direction as to what the heck is going on.
Thanks in advance,
Zomb
sync on:cls:sync rate 30
load image "C:\Documents and Settings\Zombie\My Documents\My Pictures\Sprite Example.jpg",1
get image 1,30,20,20,10
paste image 1,100,100
sprite 1,100,100,1