Do you mean like a gravity script and a movement script?
A simple gravity script would just be
When Flag Clicked
Forever if not touching colour (Ground colour)
Change Y by -1
Movement scripts would just be the same old
When Right arrow pressed
Change X by 3
And
When Left arrow pressed
Change X by -3
Those are the simplest ways of doing it.
Offline
add 2 points to a list ( x pos )
then let it pick 2 random y positions for the y list (and wait 1 secound)
then on the man set it's costume direction thingy ( when you click edit on a costume , the thing in the bottom left that is a picture of where 2 lines meet forming a right angle.) to wherever the bottom of the object is and then make it go to x : 0 y : item 1 of y pos
and wherever the points are the man will follow
Offline
13suy wrote:
i mean like a platform floating in the air...
Could you be a bit clearer?
The scripts I gave would work for platforms in the air
Offline
so would mine just it wouldn't work with hand-drawn graphics....
oops i forgot 1 sprite would have to draw from 1 point to the other sorry....
Offline