i am trying to make a timer count down from 5 min. when it ends you move to the next level. please include an example.
A good example of this is the game pompeii. Although I’ll make a better example that displays your time.
If you want to see more applications of the timer check out my [other game].(Flowlab Game Creator - Freedom Fluffball (Remastered)). (this is unnecessary I just want you to play my game (It does use these timers))
it isn’t working, could u help please? Flowlab Game Creator - New Game
level 4. 1234567890987654321
It doesn’t even look like you added the block in. If you wanna move the number after wards go into user interface and drag it to the correct spot.
{"data":{"behavior":{"v":"2","nodes":[{"inputCount":1,"outputCount":0,"name":"Number to Time","behaviorType":"logic.NodeGroup","x":1080,"y":0,"id":"347ff0068921974d","isMenuItem":true},{"inputCount":0,"outputCount":1,"name":"Bundle Input","behaviorType":"logic.NodeGroupInput","x":-270,"y":64,"group":"347ff0068921974d","id":"347ff0078048614d","portId":"347ff0068921974di0","tag":"Time","dataType":2},{"inputCount":4,"outputCount":4,"name":"Label","behaviorType":"logic.hud.Label2","x":630,"y":96,"group":"347ff0068921974d","id":"347ff00725a5bb4c","text":"Time","textColor":2431019,"fontName":"matchup","scale":16,"textAlign":"right","maxWidth":0,"xO":390,"yO":286,"pin":false,"alpha":100,"kerning":0},{"inputCount":5,"outputCount":2,"name":"Text","behaviorType":"logic.data.TextBlock","x":450,"y":96,"group":"347ff0068921974d","id":"347ff0077cbd4a4b","startVal":""},{"expression":"Math.floor(A/60)","default0":0,"default1":0,"default2":0,"default3":0,"default4":0,"default5":0,"params":1,"version":2,"tag":"Minutes","inputCount":2,"outputCount":1,"name":"Expression","behaviorType":"logic.logic.Expression","x":-90,"y":64,"group":"347ff0068921974d","id":"347ff00a6925c341"},{"expression":"A%60","default0":0,"default1":0,"default2":0,"default3":0,"default4":0,"default5":0,"params":1,"version":2,"tag":"Seconds","inputCount":2,"outputCount":1,"name":"Expression","behaviorType":"logic.logic.Expression","x":-90,"y":256,"group":"347ff0068921974d","id":"347ff00a3c23674e"},{"gateVal":9,"mode":"greater than","inputCount":2,"outputCount":2,"name":"Filter","behaviorType":"logic.logic.Filter2","x":90,"y":256,"group":"347ff0068921974d","id":"347ff00a09bc5942"},{"inputCount":5,"outputCount":2,"name":"Text","behaviorType":"logic.data.TextBlock","x":90,"y":128,"group":"347ff0068921974d","id":"347ff00a0ccfc248","startVal":":"},{"inputCount":3,"outputCount":1,"name":"Number","behaviorType":"logic.logic.Value","x":270,"y":32,"group":"347ff0068921974d","id":"347ff00a6c30c241","startVal":0,"roundMode":1},{"inputCount":3,"outputCount":1,"name":"Number","behaviorType":"logic.logic.Value","x":900,"y":0,"group":"","id":"ae6196db7b24074d","notes":"5 * 60 = 300\n300 seconds","n_o":1,"startVal":300,"tag":"5 minutes","roundMode":1},{"inputCount":3,"outputCount":1,"name":"Number","behaviorType":"logic.logic.Value","x":720,"y":0,"group":"","id":"ae61fe8fc23aeb46","startVal":-1,"tag":"","roundMode":1},{"delay":10,"count":0,"version":2,"inputCount":3,"outputCount":1,"name":"Timer","behaviorType":"logic.triggers.Timer","x":540,"y":0,"group":"","id":"ae6203447f968243"}],"links":[{"input_id":"347ff0068921974di0","output_id":"ae6196db7b24074do0"},{"input_id":"ae6196db7b24074di2","output_id":"ae61fe8fc23aeb46o0"},{"input_id":"347ff0068921974di0","output_id":"ae6196db7b24074do0"},{"input_id":"ae61fe8fc23aeb46i1","output_id":"ae6203447f968243o0"},{"input_id":"ae6196db7b24074di2","output_id":"ae61fe8fc23aeb46o0"},{"input_id":"ae61fe8fc23aeb46i1","output_id":"ae6203447f968243o0"},{"input_id":"347ff00a6925c341i0","output_id":"347ff0078048614do0"},{"input_id":"347ff00a6925c341i1","output_id":"347ff0078048614do0"},{"input_id":"347ff00a3c23674ei0","output_id":"347ff0078048614do0"},{"input_id":"347ff00a3c23674ei1","output_id":"347ff0078048614do0"},{"input_id":"347ff00725a5bb4ci0","output_id":"347ff0077cbd4a4bo0"},{"input_id":"347ff0077cbd4a4bi0","output_id":"347ff00a6925c341o0"},{"input_id":"347ff00a0ccfc248i1","output_id":"347ff00a6925c341o0"},{"input_id":"347ff00a09bc5942i1","output_id":"347ff00a3c23674eo0"},{"input_id":"347ff0077cbd4a4bi3","output_id":"347ff00a09bc5942o0"},{"input_id":"347ff00a6c30c241i1","output_id":"347ff00a09bc5942o1"},{"input_id":"347ff0077cbd4a4bi3","output_id":"347ff00a09bc5942o1"},{"input_id":"347ff0077cbd4a4bi3","output_id":"347ff00a0ccfc248o0"},{"input_id":"347ff0077cbd4a4bi3","output_id":"347ff00a6c30c241o0"}]}}}
Now just add a Filter for when it reaches 0.