Content tagged time

Similar Tags

Report Tag

32 usages of this tag
45
This content is deleted
Tutorial
Delta-time and framerate independence
54 favourites

Framerate independent games are games that run at the same speed, no matter the framerate. For example, a game might run at 30 FPS (Frames Per Second) on a slow...

3
1 favourites

If you want to get the Time Player ( user ) is online on your game and give some prizes , after some hours or every 24hrs or minutes etc. Here it is. All My Tut...

1
This content is deleted
Tutorial
24 Hour Game Clock (Per second compared to per tick)
2 favourites

In this video I discuss how to make a 24 hour clock and the issue when using Tick vs Seconds. I also talk a little about modulus. This tutorial uses modulus or...

  • 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
  • 660 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

Similar Tags