problem with fireing in action game

Hi
I am new to j2me i am developing action game in j2me with MIDP1.0 plz help how can i visible more than one bullet at a time ???

use an array of “bullet” objects (or only an array if you want) and iterater over it to update and draw them

array would be good enough if you dont want bullet spreading around your game screen.
do not for get to set visible false when ever it reaches end of the screen or hit your npc else bullet will be “finish”…
;D ;D ;D