np, this thread should be asnwered quickly so no big deal if u hijack it
heres the code and image
sync on : hide mouse
load image "C:\Documents and Settings\User1\My Documents\My Pictures\Farm-Town-Tileset1.PNG",1
make matrix 1,100,100,10,10
prepare matrix texture 1,1,2,2
fill matrix 1,0,3
update matrix 1
create bitmap 1,256,256
paste image 1,0,0
get image 101,0,0,128,128
get image 102,128,0,256,128
set current bitmap 0
`sprite 1,10,10,101 : sprite 2,10,150,102
`hide all sprites
position camera 50,80,50 : xrotate camera 90
do
if shiftkey()=1
`show all sprites
show mouse
else
hide mouse
`hide all sprites
endif
sync
wait 1000
loop
There are only 10 kinds of people in the world, those who understand binary and those who dont