Hi,
I want to get a smooth displacement of a planet sprite in the main screen of a vertical scroll game.
Now I have the planet sprite in a corner and I want the planet disappears slowly...
I have done.
System |Every 1.0 seconds |Planet_sprite |set X to Self.X-0.3
|set Y to Self.Y-0.3
|Rotate 0.1 degrees counter-clockwise[/code:3ukt39ac]
But the result not good...
Any suggestion?