Introduction: Photo Shooting Game
I am just beginning to learn Scratch Programming, hence I have remixed the original Ghost Shooting game to Photo Shooting Game to make something personal and interactive. Here is my game, feel free to play! https://scratch.mit.edu/projects/74444678/
Maker : Deepak
Location : Banjaraplya E4D Makerspace
I did this photo shooting game in Banjaraplya E4D Makerspace.
Step 1: Choose Your Own Backgound
Choose your own background.
Click data -->points then--> timer
in background put the -->when green flag cliked --> set points to 0.
Step 2: Put Photos for Each of the 2 Costume
Put your happy face photo for costume1.
Put the first photo program:
When green flag clicked --> switch costume to costume1--> show --> Forever-->move 10 steps
--> if on edge, bounce
Next program:
Put your crying face photo for costume2.
When space key pressed --> if --> this touching mouse-pointer -->switch costume to costume 2-->Wait 3 secs
-->change points by 11
Step 3: Put the 2nd Person Photo
Put your happy face photo for costume1.
Put the first photo program:
When green flag clicked --> switch costume to costume1--> show --> Forever-->move 10 steps --> if on edge, bounce
Next program:
Put your crying face photo for costume2.
When space key pressed --> if --> this touching mouse-pointer -->switch costume to costume 2 -->Wait 3 secs --> change points by 11
Similarly, program the next 2 character photos.
Step 4: Draw a Gun Pointer
Draw a gun draw a Circle and draw a Straight line in center and draw a sleeping line make program put
--> when green flag clicked --> forever --> go to mouse-pointer
Step 5: Put Gameover
Lets make programing of gameover put data timer --> when greenflage clicked-->hide-->set timer to 30
--> repeat 30-->wait 1 sece-->change time by-1-->show-->stop all.
Step 6: Put You Win
Put you win when you win the game -->when green flag clicked-->hide-->repeat10-->wait 1 sece-->show-->stop all . Ineed suggestions to fix the program, so that You Win only comes when the user actually kills all pictures.