Forum Topics tagged time

Similar Tags

Report Tag

29 forum topics with this tag
  • 2 replies
  • 1.9K views
This content is deleted
Forum Topic
How do i compare time between game sessions ?
0 favourites

I want to compare the last time the player played the game and the current time for an offline reward based on the second from the last session like if someone...

posted 5 years ago
  • 3 replies
  • 1.1K views
This content is deleted
Forum Topic
How do I use an array to spawn specific objects
0 favourites

I am having a slight issue(duh). Sooooooo in a game I'm making I'm using an array to spawn objects at certain times. It has 2 columns. The first specifies what...

posted 5 years ago
  • 0 replies
  • 438 views
This content is deleted
Forum Topic
How do I create a countdown timer from 40h60m60s
0 favourites

I've had a look online and found this: Global number: Timer = 0. Every tick-- Append Text: Floor(gametime/3600)&"h" & floor(gametime/60%60)&"m"&floor(gametime%6...

posted 5 years ago
  • 2 replies
  • 663 views
This content is deleted
Forum Topic
How do I do a 'if true for x seconds' thing?
0 favourites

I have this game I'm making where you have to break tiles to unblock your way to the exit of each level, and I want to make it so you have to click each tile fo...

posted 5 years ago
  • 2 replies
  • 871 views
This content is deleted
Forum Topic
How to count time between game sessions?
0 favourites

For my game I am trying to create a system that count gameplay time and if the player plays more than lets say 4 hours then negative buffs will be applied until...

  • 1 replies
  • 1.3K views
This content is deleted
Forum Topic
Freeze layout for X seconds
0 favourites

When my game ends, I want to freeze the layout and all objects in it for X seconds. I tried to use the following: -Set time scale to 0. -wait X seconds. -Set ti...

posted 5 years ago
  • 4 replies
  • 1.1K views
This content is deleted
Forum Topic
How to make timer variable to 3 decimal places
0 favourites

Been hitting my head against the wall on this one. Here are the details: Trying to create a timer that I can round to 3 decimal places (3.456 seconds) and use t...

posted 5 years ago
  • 2 replies
  • 2K views
This content is deleted
Forum Topic
How do I make a time counter ?
0 favourites

I try to make a time counter for my game : At the beginning of the game, it starts from 0, and when the game is finish, it stops. I found some information in th...

posted 5 years ago
  • 0 replies
  • 239 views
This content is deleted
Forum Topic
How do I sync time in Multiplayer?
0 favourites

I'm trying to find a way to get a universal Time value that the Host and all the Peers share. Every second, it will tick up by 1, but how do I ensure it gets in...

posted 5 years ago
  • 5 replies
  • 571 views
This content is deleted
Forum Topic
How do i know what time is it in real time?
0 favourites

I know that I can use the plugin browser to retrieve this information but the user could just change the time on his phone and get advantage of it. I don't know...

Similar Tags