Reset Actor position x y

tiberiustiberius Member Posts: 2

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

  • tiberiustiberius Member Posts: 2

    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

  • bob loblawbob loblaw Member, PRO Posts: 793

    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?

  • UltraLionBluUltraLionBlu Member Posts: 157

    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!

Sign In or Register to comment.