Hi,
I need a little help, i found out to repeat an action/animation automatically I need to use a timer but im having troubles implementing it into my script.
This is the last few part of the action...
public void slowMoveVertical ()
{
sun.slowMoveVertical(-100);
}
Now I what I want it to do is stop, then repeart the same action after a few seconds.
What im basically trying to do it create a sunset which rises but I don't want to go to the top in one action, I want it to stop for a second, while I change some other objects then rise again.