Froggy Jumps Sprite Movement ChallengeVersión en línea Test your knowledge on moving sprites horizontally in this fun quiz game! por Shree STEM Academy 1 What is the primary direction of sprite movement discussed? a Diagonally b Vertically c Horizontally 2 Which programming concept is often used to move sprites? a Functions b Variables c Loops 3 What is a common method to move a sprite to the right? a Increase its y-coordinate b Decrease its y-coordinate c Increase its x-coordinate 4 What type of game element is a sprite? a Graphic object b Sound effect c Background image 5 Which function is typically used to update sprite position? a move() b draw() c render() 6 What is the effect of moving a sprite left? a Increase its x-coordinate b Decrease its x-coordinate c Increase its y-coordinate 7 What programming language is often used for sprite movement? a HTML b CSS c JavaScript 8 What is a common event to trigger sprite movement? a Keyboard input b Mouse click c Screen touch 9 What property typically controls a sprite's speed? a Velocity b Color c Size 10 What is the purpose of sprite movement in games? a Enhance interactivity b Increase graphics quality c Reduce loading time