Read the following program and determine the position of starting point and the position of the target point?
Starting position: x:0, y:-180. Target position: x: random number from -240 to 240, y:180
Which block will help to play a sound?
Start sound....... OR Play sound... until done.
When Tom clicks on the glide block, the cat moves to the (x:100, y:100) position. Tom tries to click on the glide block one more time, but from the second time, nothing happened. Why?
Because the cat is standing at x:100, y:100
What is the current position of the cat?
x: -240; y:0
Read the following program and determine the position of starting point and the position of the target point?