I have anther question : How can you make an array work? I built an code but it keeps saying its not defined even though it is
but this is an script that im using it for. But when i run it it says it is not Defined (Though it is incomplete, once i have the array fixed it will be finished) . I'll look on the forums to fix this array. But if i dont find any answers this is my last resort.
Thanks for the help though!
function GetVirtualCordinates(Virtx,Virty)
spriteWidith = 32
spriteHeight = 32
for xpos=0 to 20
Blockx[xpos] = Blockx[xpos - 1] + spriteHeight
next xpos
endfunction