Legacy GM ScreenY & Speed Of Physics Object Instance?

J

JeZxLee

Guest
Hi,

Working on a game HERE.

I need to know when a physics object instance has stopped moving and it's current screen y position.
How can we do the above in GameMaker Language script code?

Thanks!

Some screenshots:
 
J

JeZxLee

Guest
ok, sorry, no more screenshots :)

How we get the current screen Y of a physics object instance through GameMaker Language script code?

Thanks!
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
Have you read the manual? There are a number of physics specific variables that are used for all sorts of things like this... in this case you want phy_position_x/y. :)
 
Top