
Solving a movie task
Click on the run button to see the sprite move across the grid. Your task is to replicate the movie that you can see.
Use the following instructions as a guide to solve this task:
- The task includes two lines:
- There is a black line at the bottom of the grid with a thickness of 20. It starts at coordinates X:0 and Y:90 and ends at X:100 and Y:90
- There is a blue line which represents the platform with a thickness of 5. It starts at coordinates X:5 and Y:50 and ends at X:60 and Y:50
- If the timer is less than 45 or more than 65 the sprite should be added and the Y coordinate should be at 70.
- Else the sprite should be at the Y coordinate 45 so that it similates jumping on top of the platform.
- To move the sprite across the grid the X coordinate must use the time movie block.