Hello all.
I have a sprite(King) that can consume other sprites(Asteroid), I got the following code which works as intended.
(Width, height, Size and type) are global values.
-Asteroid is Destroyed
-Asteroid is Size X
-Asteroid is Type Y
-----System : Every 0.1 second
-----System : add +0.1 Height
-----System : add +0.1 Width
-----King set size to (Height,Width)
PROBLEM is as follows - I want it to repeat 10 times, but using the repeat command from "System" simply makes it happen instantly, i would like it to happen in intervals so the growth of "King" happens overtime, so it looks natural.
Hope it all makes a little sense ^^