Hi,
I've built 2 platforms (a solid object with the Sine behavior) but I want different periods for each. Do I have to insert different objects for each period?
Thanks in advance.
Nope, you won't need to make two objects. Give the sprite a private variable, set the variable to 0,1,2,3 etc and then in events say, "if PV is 2 set period 3000" and so on.
Develop games in your browser. Powerful, performant & highly capable.
Thanks a lot.