4. The position of an image sprite is represented by its X and Y properties. Read the following statements and the state whether they are correct or incorrect. If they are incorrect, write the correct statements below. (a) X determines the vertical location of a sprite. Correct/Incorrect 2M (b) Y determines the horizontal location of a sprite. Correct/Incorrect 2M
Answers
Answered by
0
Answer:
A round ‘sprite’ that can be placed on a Canvas, where it can react to touches and drags, interact with other sprites (ImageSprites and other Balls) and the edge of the Canvas, and move according to its property values.
For example, to have a Ball move 4 pixels toward the top of a Canvas every 500 milliseconds (half second), you would set the Speed property to 4 [pixels], the Interval property to 500 [milliseconds], the Heading property to 90 [degrees], and the Enabled property to true. These and its other properties can be changed at any time.
The difference between a Ball
Similar questions