ok so help with collision: im going to assume that you will know how to load maps and make a code to move the sprite around.
SPRITE COLLISION.
step one: creat the sprite you want to collide with, for example, SPSET 2,(num),(num) (spofs stuff)
step 2: make a SPCOL for every sprite you want to collide with, example: SPCOL 0:SPCOL 2
Step 3: use SPHITSP. example:
IF SPHITSP(0,2) THEN
(stuff)
ENDIF
0そうだね 未プレイ