FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which sprite property would you change to make the sprite turn in a circle?
A
sprite.x
B
sprite.y
C
sprite.scale
D
sprite.rotation
Explanation: 

Detailed explanation-1: -Use sprite. rotateToDirection with sprite. rotation to make a sprite walk in a circle.

Detailed explanation-2: -Select “left-right” from the drop-down menu to make the sprite only rotate horizontally.

Detailed explanation-3: -To rotate a sprite from the stage, shift+click on the sprite. Shortcut to get a sprite to “point in direction 90": double-click on sprite thumbnail in the top middle of the screen.

There is 1 question to complete.