playMaker

Author Topic: How to animate GUI texture to scaled size? [Solved]  (Read 2087 times)

jess84

  • Hero Member
  • *****
  • Posts: 515
How to animate GUI texture to scaled size? [Solved]
« on: October 22, 2013, 02:35:50 PM »
Hi,

I'm using a mouse-over event to scale my GUI texture to a slightly larger size, how do I animate between the original and end size? (at the moment it's obviously just popping to the large size now).

I haven't really used any anim stuff before, so I don't really know where to start.
« Last Edit: October 23, 2013, 10:46:49 AM by jess84 »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: How to animate GUI texture to scaled size?
« Reply #1 on: October 23, 2013, 02:40:42 AM »
Hi,

 Simply use iTween, and when mouse is over you use a itween scale action.

bye,

 Jean