If a sprite has a heading of 45, a speed of 4, and an inverval of 1000, what what direction is it moving and how fast, in pixels per second?
What heading, speed, and interval would move a sprite West at 1 pixel per second?
Where is the point x = 0, y = 0 in a canvas component?
If a sprite has a heading of 45 and the sprite's bounce function is called with the right edge of the canvas as an agrument, what will the sprite's new heading be?
Create an app that has a Canvas with one Ball sprite. When the user touches the ball, it should move to another random location.
For the App with the following blocks:
Where will
Ball1
be located afterButton1
is pressed?Where will
Ball1
be located afterButton1
followed byButton2
is pressed?Where will
Ball1
be located afterButton1
followed byButton3
is pressed?Where will
Ball1
be located afterButton1
followed byButton4
is pressed?