YesNoOk
avatar

Loop after a certain time (Read 1844 times)

Started by Charles_2011, August 19, 2020, 06:45:51 AM
Share this topic:
Loop after a certain time
#1  August 19, 2020, 06:45:51 AM
  • ***
    • Peru
Hello.

I´m added a code that makes the leaves going down, look:



But, I want to repeat that same effect in the same location, because it only happens once. Could you help me?

I´m using this code:

Spoiler, click to toggle visibilty
Re: Loop after a certain time
#2  August 28, 2020, 06:43:36 PM
  • *****
  • Shame on you!
    • USA
Going through my Muramasa stage, I find these 2 examples.

[BGCtrl 150x71 DL]
type = velset ;CONTROLLER_TYPE
time = 250,300,707;START_TIME, END_TIME, LOOPTIME
ctrlID = 187,185
x=-3
y=1.42 

[BGCtrl Start Up Spot]
type = posset ;CONTROLLER_TYPE
time = 0,1,787;START_TIME, END_TIME, LOOPTIME
ctrlID = 718,719,715,716
;x=3387 
;y= 290
x=-126;3387 
y=-96; 290

You may want to try and adjust your
Time =
to include 3 values.
vVv Ryuko718 Updated 10/31/22 vVv
Re: Loop after a certain time
#3  September 02, 2020, 12:14:33 AM
  • ***
    • Peru
Thank you for the answer my friend, I´ll see what I can do with this code.