How do I make an actor stop growing?
APPertizing
Member Posts: 12
Hi I am on my first game and I am trying to have my actor start of small in the background and then grow to the size of the screen and then stop in the initial screen. I am trying to emulate the illusion of coming from far away then getting close which i have kind of done but he wont stop he just keeps growing out of the screen? Please help!
Best Answers
-
FloridaGames Posts: 328Dont use the change size behavior. Instead Interpolate height and width to target size.
-
Pennez-Games Posts: 107or you can always use an attribute,
so you make a rule in actor for change attribute width/hight so example;
change attribute hight 500
change attribute width 50, ect..
Answers