FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
If you wanted to make a sprite twice as big as it currently looks which code would you use?
A
sprite.y
B
sprite.scale
C
sprite.rotation
D
sprite.setAnimattion
Explanation: 

Detailed explanation-1: -Sprite A graphic character on the screen with properties that describe its location, movement, and look.

Detailed explanation-2: -Scripts area Script is the set of step wise instructions that you give to the Sprite to do a particular task. Scripts area is the place where you write the Script for the Sprite. Script is also called a program. Each instruction is also called a command.

There is 1 question to complete.