How to increase an attribute by % of itself?

drentekdrentek Member, PRO Posts: 25
edited November -1 in Working with GS (Mac)
Hi all,

was wondering how I go about increasing an attribute (e.g. height) by 20% every 3 seconds.
Currently I am doing:

self.height= self.height+ 0.2 ,

Obviously doing it wrong. Is there a page where I can learn the expression editor better as I am struggling on how to phrase commands in a way it understands.

Ta

Comments

Sign In or Register to comment.