appear actor
saadaoui59
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
I want one of my players appear on the screen when on of my attribute is on
help me please
thank you
Answers
(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
MH
self.Position.X To: what
and
self.Position.Y To: what
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 …
MH