Hi
How would I create a row of Spikes the player must navigate where the individual spikes appear & disappear in a very specific pattern?
Any help would be appreciated
Thanks
Hi
How would I create a row of Spikes the player must navigate where the individual spikes appear & disappear in a very specific pattern?
Any help would be appreciated
Thanks
This will take a bit of guess work and you may need the ForEach object. Spread a value through one of the spikes' alterable values. Then make a counter that constantly adds up 0.1 or whatever if you want a delay. Next have the spikes with certain alterable values that you want to appear, appear when the counter equals certain values and have the rest disappear. When the counter reaches a certain value, have it reset.