Creator: Arihant dubey This is a shooter ,Here you have to click on stage the shooter will shoot to enemy and you will be have a score ,but if you don't shoot to enemy then it will be touch you and then your one live will be gone .In this game there are 150 lives.
1.I made bomb shooter, Then i make a rectangular red sprite (enemy) ,Then i chose another sprite, button , then i name it Bullet. 2.Then code my shooter when green flag clicked(WGC), forever(FR) and point towards mouse pointer(PTMP) , then i again used WGC and FR , if then (IT) then Mouse down(MD),create clone of bullet (CCB) and then wait 0.2 seconds (WO2sc). 3.In Bullet, I use WGC Then hide then when i start as a clone (WISC) then show then go to player (GTP) then PTS POINT TOWARDS SHOOTER Then repeat until (RU) then or then touching edge and touching enemy then move 20 steps and then delete this clone.