Account Create, deposit money in the account, withdraw money, display the account, and delete/close the account. This can be used as a project by adding some more functionalities
Change the name from where it says untitled to “Cat Travels the World”
3. Add the mall and the beach backdrop.
4. Go to the events tab and drag “when the green flag is clicked” to the code window. Go to the control tab and connect Forever loop to the previous code.
5. Go to the control tab and put “wait 0.1 sec” inside the forever loop. Go to the looks tab and connect “next costume” under it.
6. Go to the events tab and drag “when the green flag is clicked” to the code window. Go to the control tab and connect Forever loop to the previous code. Go to the sound tab and put “play sound boop bing pop” inside the forever loop.
7. Go to the events tab and drag “when the green flag is clicked” to the code window. Go to the control tab and connect Forever loop to the previous code. Go to the motion tab and put “move 10 steps” inside the forever loop.
8. Go to the control tab and insert if then statement below the move code inside the forever loop. Go to the sensing tab and put “touching edge” between if and then.
9. Go to the motion tab and connect “go to x= and y=” to it. Click on the backdrop under where it says stage.
Code for the cat
10. Go to the events tab and drag “when the green flag is clicked” to the code window. Go to the control tab and connect Forever loop to the previous code.
11. Go to the control tab and put “wait 3 sec” inside the forever loop. Go to the looks tab and connect “next backdrop” to it.
You must be logged in to post a comment.