Scenario:you will create an interactive card to send to someone on a particular occasion (e.g. Mother’s day, friend’s birthday, or graduation; feel free to learn about a new holiday for this assignment:
https://en.wikipedia.org/wiki/Lists_of_holidays
) using the Scratch online editor. You will use the free online
Scratch software
:
Log in to Scratch (you should have already created an account to complete the Create Your Virtual Pet activity).
You can look up some exampleshere
Your card should include at least two sprites. The interaction between the sprites should be created using the following programming constructs:
Starting event. For example
Conditionals (if statement) . Remember, you have to add a condition in this block.
Repetition (looping). For example
Effects (looks, color, …etc). For example
Events (‘broadcast’ and ‘when I receive events’) – at least one.
You should turn in the following deliverables:
A brief description about your card – how your sprites interact. Please include repetition and IF statements (also called Selection). Write this up in a document using Microsoft Word.