COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
variable
|
|
property
|
|
sprite
|
|
None of the above
|
Detailed explanation-1: -Sprite A graphic character on the screen with properties that describe its location, movement, and look.
Detailed explanation-2: -Sprite properties include NAME, VISIBLE, SCALE, ORIENTATION, CYCLE, LOCATION, MOTION, TRAVEL, Z ORDER. The properties VISIBLE and NAME are discussed in Designating Sprites. Sprites have several other properties that can be set by the programmer.
Detailed explanation-3: -A sprite is just a rectangle with properties for controlling its look. Properties are the variables that are attached to a sprite. You can access them through dot notation.
Detailed explanation-4: -Creating Variables The command var will create a new variable with the label that you give it. This variable has the label size .
Detailed explanation-5: -frame. a single image within an animation. frame rate. the rate at which frames in an animation are shown, typically measured in frames per second.