How can i change the x every 3 secs

So my platform has Every 0.2 secs spawn platform x = 95 , so that means it would look like its all together, how can i make it stop for a sec, like make it not spawn for 0.8 secs then comes back

Answers

  • -Timo--Timo- Member Posts: 2,313
    I am not sure what you mean... can you try to explain better?
    do you want it to spawn every 0.8 seconds?
  • KevinCrossKevinCross London, UKMember Posts: 1,894
    Do you mean you have a platform in one position and you want it to disappear and re-appear constantly on a timed basis i.e. fade in and out?
  • yasoofxyasoofx Member Posts: 332
    Do you mean you have a platform in one position and you want it to disappear and re-appear constantly on a timed basis i.e. fade in and out?
    well its a platform going <<<< and i want it to stop spawning every 3 secs and comes back
  • -Timo--Timo- Member Posts: 2,313
    make an invisible actor and say every 3 seconds spawn platform

    in the platform you put move <<<
    after 3 seconds do destroy

    something like this?
    hope this helped
    good luck :)

    -Timo-
  • KevinCrossKevinCross London, UKMember Posts: 1,894
    I probably can't help but to help others understand am I right in thinking that you have platforms appearing in front of the player, one tile at a time (using spawn), and when the platform gets to it's destination (i.e. 7 or 8 tiles to fill a gap) you want it to work backwards removing one tile at a time?
Sign In or Register to comment.