How make "Shot" to become smaller & smaller after change velocity/Shooting.

I want to make the "Shot" become smaller & smaller (Decrease in size) after change velocity/Shooting it away.

Does anyone know how to create this effect ?

Best Answers

  • SocksSocks London, UK.Posts: 12,822
    edited November 2013 Accepted Answer
    I don't know how you are doing your 'shot' . . . . . but place 2 interpolate behaviours in the actor which you are using as the 'bullet' - have one interpolate the actor's width to 0 - and have the second interpolate behaviour interpolate the actor's height to 0.
  • SocksSocks London, UK.Posts: 12,822
    Accepted Answer
    Thanks a million for explaining this further Socks !

    It sounds like something that we can implement to the "Bullet actor" =)

    Yes !
    :)>-

Answers

  • SocksSocks London, UK.Member Posts: 12,822
    Interpolate the width and the height of your actor to 0.
  • CybertouchCybertouch Member, PRO Posts: 31
    hi socks, and thanks for your answer.

    we're kinda new to gamesalad, so if you could explain a little bit further it would be much appreciated...

    thanks again.
  • CybertouchCybertouch Member, PRO Posts: 31
    Thanks a million for explaining this further Socks !

    It sounds like something that we can implement to the "Bullet actor" =)
Sign In or Register to comment.