I need to scale (increase) an object every xx seconds
I have tried this but it does not work.
Set Scale to Scale( "Active1" )+0.1
can anyone help
Printable View
I need to scale (increase) an object every xx seconds
I have tried this but it does not work.
Set Scale to Scale( "Active1" )+0.1
can anyone help
Try setting the scale to + 1 or * 2 for the object
Every XX Sec:
-Set X scale to XScale ("Active1")+0.1
-Set Y scale to YScale ("Active1")+0.1
Stephen1980