Content tagged timer

Report Tag

42 usages of this tag
  • 3 replies
  • 537 views
0 favourites

Will the other behaviors like Line of Sight , Timer , Pin , Tween , Sine , Anchor , Rotate , etc. Be included in the future? I've moved my current project to mo...

  • 4 replies
  • 561 views

I'm creating a button that, when held for 3 seconds, restarts the layout. However, I'm having trouble getting the progress bar sprite (total width: 208) to actu...

  • 4 replies
  • 277 views
0 favourites

Just noticed that the timer of game may vary if the CPU is very slow; I have this code: Every 0.05 seconds Add 0.05 seconds to mytimer. How can I measure the re...

posted 3 years ago
  • 3 replies
  • 364 views
This content is deleted
Forum Topic
How to remove the decimal place from my clock
0 favourites

I'm making a FNAF type game and I've made a clock that goes to 6am. I make it add 0.5 every 25 seconds (0, 0.5, 1, 1.5 ,2, ect) but I want to go in this sequenc...

  • 3 replies
  • 325 views
0 favourites

So I have 3 timers all with the same tag & would like to know if it's at all possible to pick the one with the lowest duration left? I am using the timer behavi...

posted 3 years ago
  • 2 replies
  • 449 views
This content is deleted
Forum Topic
Problem with a timer
1 favourites

I made a timer system on my game except that the problem is that it can't display more than two digits (it can't go above 9), after that the timer doesn't displ...

posted 3 years ago
  • 1 replies
  • 402 views

I am having difficulty figuring out how to stop the timer at the end of a level and when you transition to a End of Level score menu, it will show the player ho...

  • 2 replies
  • 393 views
This content is deleted
Forum Topic
Issue with Timer not restarting
0 favourites

I'm working on a game where the main character is able to transform into different animals forms. I'm using a boolean to detect their current form and was tryin...

posted 3 years ago
  • 2 replies
  • 322 views
This content is deleted
Forum Topic
Timer not working correctly for chase?
0 favourites

I think I might be using the timer system wrong but basically when the killer sees me It switches a instance variable of 0 to 1. The killer will chase me for me...

  • 6 replies
  • 453 views
This content is deleted
Forum Topic
How do I set timer (revised to make it easier to help)?
0 favourites

Below are the results of many, many failed attempts which brought me to asking the experts. Right now everything works except the countdown decreases in some ve...