These are eight of the features that i chose to do to experiment with the Scractch software.
1.) Glidng: Ghost
I made a ghost glide around space and say 'hooo' by using the "say" control. I have used the gliding technique to allow the character to smoothly follow a given direction. we can give them the directions points either through typing in the specific points x and y
2) Follow the Mouse: A monster creature following the mouse
This is the simple script for making a character move to a mouse pointer.
We have to put the "when flag clicked" button so that we know when the character will begin to chase after the mouse pointer we need to put the forever control option otherwise it will have a time limit which doesn't make any sense of course we need to put the point towards a mouse pointer so that the character faces that way. if we simply do this and not put the "move 3 steps" bit then the character will not move but will simply turn to the mouse pointerThe purpose of "move 3 steps" is to make the character chase after the mouse rather than just staying still. I have repeated this action10x.
We have to put the "when flag clicked" button so that we know when the character will begin to chase after the mouse pointer we need to put the forever control option otherwise it will have a time limit which doesn't make any sense of course we need to put the point towards a mouse pointer so that the character faces that way. if we simply do this and not put the "move 3 steps" bit then the character will not move but will simply turn to the mouse pointerThe purpose of "move 3 steps" is to make the character chase after the mouse rather than just staying still. I have repeated this action10x.
3) Say Something
I have made the sprites in this scratch to say something simply by just using the say operation.
4+5) keeping score and key moves
6.)Interactive Whirl
7. Moving Animations
In this instance i have managed to make a bat to move and when it reaches a wall it just bounces of the wall and appear to be flapping its wings by using the change costume control. The move __spaces control allows the bat to move steps back and forth as well.
No comments:
Post a Comment