Spiderman Saves Mary Jane
Game Project
Choose the sprite Teen :
������Paint Teen Boy in Paint with Red and Blue dress to look like �Spiderman �
Create the ‘SPIDERMAN’ look for the sprite
Draw and Paint an Orange Block in Paint
Draw and Paint a Red Block in Paint
Draw and Paint a Yellow Block in Paint
Draw and Paint a Green Block in Paint
Add these sprites on the screen
Character sprites move the ‘Spiderman’ in different directions
Teen boy
sprite is
‘Spiderman’
and Teen girl
Sprite is
‘Mary Jane’
Select the below Background
Select the
same
background
2 times
to have 2
different
backgrounds
There are two Backgrounds
Add the
‘Apartment ‘
‘Spiderman’
‘Mary’ and the 4 block
sprites
in the
first
background
NOTE that the Mary sprite SHOULD be on top of the Apartment sprite but SHOULD NOT touch the Apartment sprite
Second Background
Add the
‘Spiderman’
and ‘Mary’
sprites
in the
second
background
Let us start coding for sprites��Note that code will be different for sprites in each background�
Code For Spiderman in First Background
Code Explanation
On Orange message : Spiderman moves up(4), down(1) turns left (2), turns right (2)
On Yellow message : Spiderman moves left(1)
On Green message : Spiderman moves right(1)
On Red message : Spiderman moves up(4),down(1)
Code for the Orange Block in the First Background
When Orange block is tapped, a message is sent
Code for the Red Block in the First Background
When Red block is tapped, a message is sent
Code for the Yellow Block in the First Background
When Yellow block is tapped, a message is sent
Code for the Green Block in the First Background
When Green block is tapped, a message is sent
Code For Mary in the First �Background
When Spiderman saves Mary , (Spiderman sprite bumps into
Mary sprite in the first background).
Mary sprite is shown on the second background.
Code for Mary in the Second Background
When Spiderman saves Mary, she says
“ Thank you for saving me Spiderman”
Code for Spiderman in the Second Background
When Spiderman saves Mary,
she thanks him
and Spiderman replies
“Anytime”
On the First background move Spiderman in any direction using red, green, yellow, or orange blocks to reach Mary
�When Spiderman saves Mary , she thanks him and Spiderman replies “Anytime”.
Second Background : When Spiderman sprite bumps into Mary sprite
Thank You