#24845 - strider - Thu Aug 12, 2004 8:51 am
Hi! I just went through a.v. ebbesen's tutorial on making pong. I decided to try out making a game on my own and i was thinking of making an arkanoid clone. Since arkanoid has many of the same blocks i was wondering if you could just load in a sprite once but draw it multiple times each frame? ie. instead of having
OAMEntry sprites[128]
sprites[0], sprites[1], sprites[2].... etc. for each block could i just use one slot in the array to draw the same picutre of a block many times in different positions on the screen? i hope this makes sense....any help would be greatly appreciated! thanks
OAMEntry sprites[128]
sprites[0], sprites[1], sprites[2].... etc. for each block could i just use one slot in the array to draw the same picutre of a block many times in different positions on the screen? i hope this makes sense....any help would be greatly appreciated! thanks