appear actor

saadaoui59saadaoui59 Member Posts: 13
hello everybody
I want one of my players appear on the screen when on of my attribute is on
help me please
thank you

Answers

  • MotherHooseMotherHoose Member Posts: 2,456
    drag that actor off-screen … out of they camera area … in grey area
    (you can Inspector > Scene > Size and enlarge the scene for outside cameraArea actors)

    on that actor:
    Rule: when
    Attribute: game.Attribute is true
    -changeAttribute: self.Position.X To: where you want the actor's X
    -changeAttribute: self.Position.Y To: where you want the actor's Y

    image MH
  • saadaoui59saadaoui59 Member Posts: 13
    and if i want to put the actor in the top in what I had to change
    self.Position.X To: what
    and
    self.Position.Y To: what
  • MotherHooseMotherHoose Member Posts: 2,456
    drag the actor into the scene … where it looks good to you

    Create Rule and drag two changeAttributes into that rules's behavior …
    put the X and Y positions that show on the left under Position into the changeAttributes

    then drag the actor out of the camera area
    preview to test …

    image MH
Sign In or Register to comment.