Reset Actor position x y
tiberius
Member Posts: 2
in Tech Support
Hi guys,
I want to reset the scene and i want a certain actor to restart the scene in a certain position.
can you please tell me how to setup position x and y for my actor?
thx
Comments
hey guys,
I want to use the reset scene behavior but i want my actor to be reset in a certain position x and y.
can you please tell me how i can reset actor position?
thx
you could store and retrieve preset values in a table, and for that actor’s early listed behaviours use change self attribute x and y to the values in the table, or you can use the save and load attribute behaviours (which i’ve never used, but have the same effect as storing and retrieving table values).
is this for something like a restart at a check point?
I use tables for this, in one column you put the X position and in one the Y position. Before resetting the scene change the values in the table, so that the actor will appear in the new coordinates!