All i'm trying to initially do is create an animated sprite that displays on the screen. I have a sprite sheet that is four frames across by four frames down and i've searched the forums for help but can't find the help i'm looking for. I'm certain it's something very simple and stupid that i'm doing but I'm not sure what.
sync on : sync rate 60
hide mouse : set display mode 1024, 768, 32
set window on
rem load character
create animated sprite 1, "images/char01.jpg", 4, 4, 16
sprite 1, 100, 100, 16
do
play sprite 1, 1, 4, 100
sync
loop
I have such a headache from this.
keep the addiction healthy