How do I make an actor stop growing?

APPertizingAPPertizing 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

  • FloridaGamesFloridaGames Posts: 328
    edited August 2012 Accepted Answer
    Dont use the change size behavior. Instead Interpolate height and width to target size.
  • Pennez-GamesPennez-Games Posts: 107
    Accepted Answer
    or 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

  • APPertizingAPPertizing Member Posts: 12
    Thanks but I cant seem to wrap my head around interpolate? Ive dragged interpolate into the behaviours and whatever i enter just makes my screen go crazy? I think I am missing something here? Sorry first time user dummy!
  • APPertizingAPPertizing Member Posts: 12
    Its Ok I figured it out! thanks for your help!
Sign In or Register to comment.