Thursday, April 3, 2008
Wednesday, April 2, 2008
Tuesday, April 1, 2008
Question 5
[5]
[A]you must point, click and move
Then make a pointing object point towards the mouse position, as you move the mouse
Hint: motion>point towards and it will move every where you click.
[B]You need make an object both point move towards the mouse position when you clickon the stage
Hint: Sensing >mouse down
if you just press the green flage they are going to move together around the stage.
[A]you must point, click and move
Then make a pointing object point towards the mouse position, as you move the mouse
Hint: motion>point towards and it will move every where you click.
[B]You need make an object both point move towards the mouse position when you clickon the stage
Hint: Sensing >mouse down
if you just press the green flage they are going to move together around the stage.
Question 3
Monday, March 31, 2008
question 1
Sunday, March 2, 2008
Race
How to make a racing scracth
[1]you need to choose two suitable racing sprites and they all need to have 2 costumes
[3] And you need to get it moving and changing its costumes step by step by using
move
wait
next costume
move
wait
next costume
[5] you need to bounce off the edge and motion if on edge, bounce after that alter rotation style for back and forward
[7] you need to draw a line when one animal reaches the line first and you need to use thi
new sprite
pen down
point in direction up
set size to 20
move
[8] when you finish the racing and when one sprite crosses the finished line you need to us
forever
it touching colour
say'' i win'' for 2 second
movement spr
Friday, February 29, 2008
Racing tutral
racing tutrial
[1]You need to choose two suitable racing sprites and they all need to have two costumes.
[2]Youneed to reduce the sprite size, to 40%
[3And you need to get it moving and changing its costumes step by step
[4] you need to do the same for the other sprite and than redo the costumes of the duplicate
[5]
[1]You need to choose two suitable racing sprites and they all need to have two costumes.
[2]Youneed to reduce the sprite size, to 40%
[3And you need to get it moving and changing its costumes step by step
[4] you need to do the same for the other sprite and than redo the costumes of the duplicate
[5]
Wednesday, February 27, 2008
Race Tutorial
HOW TO MAKE A RACE IN SCRATCH (HINTS)
1) Choose suitable racing sprites – in this case they must have 2 costumes
Costumes tab > import
2) Reduce sprite size, to, say 40%
3) Get it moving and changing its costume
forever
move
wait
next costume
move
wait
next costume
4) Do the same for the other sprite
It’s easiest to duplicate original sprite and then redo the costumes of the duplicate
5) Bounce off the edge
motion > if on edge, bounce
Alter rotation style for back and forward motion
6) Randomise motion
Numbers > pick random 1 to 10
7) Draw a finish line
New sprite
Pen down
Point in direction up
Set pen size to 20
move
8) Finish the race when one sprite crosses the finish line
forever
if touching colour
Say “I win!” for 2 seconds
Stop all
else
movement script
1) Choose suitable racing sprites – in this case they must have 2 costumes
Costumes tab > import
2) Reduce sprite size, to, say 40%
3) Get it moving and changing its costume
forever
move
wait
next costume
move
wait
next costume
4) Do the same for the other sprite
It’s easiest to duplicate original sprite and then redo the costumes of the duplicate
5) Bounce off the edge
motion > if on edge, bounce
Alter rotation style for back and forward motion
6) Randomise motion
Numbers > pick random 1 to 10
7) Draw a finish line
New sprite
Pen down
Point in direction up
Set pen size to 20
move
8) Finish the race when one sprite crosses the finish line
forever
if touching colour
Say “I win!” for 2 seconds
Stop all
else
movement script
Subscribe to:
Posts (Atom)