Content tagged compare

Report Tag

19 usages of 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
  • 5 replies
  • 364 views
This content is deleted
Forum Topic
How do I create a trigger based on Compare X?
0 favourites

On start of layout a sprite(bird) is created that has simulated 8 direction movement based on an instance list. From start the bird simulates movement downwards...

posted 4 years ago
  • 4 replies
  • 704 views
0 favourites

So, this might be simple enough for some but please forgive me as I'm a relatively new user. I'm creating a point-and-click game, and I got a condition that bas...

  • 7 replies
  • 813 views
This content is deleted
Forum Topic
Testing object proximity before running an event
0 favourites

I'm making a function to create objects called SPRITE in the start of the layout. The function is supposed to test if another SPRITE is too close to the suppose...

  • 2 replies
  • 234 views

I know that I can find a word in a text, with this method: System -> Compare two values -> I write Find(Text.Text, "Word"). This event will trigger if the text...

posted 3 years ago
  • 3 replies
  • 809 views
0 favourites

I have created a random multiplication equation. I have played with tutorials where I can display random choices for a user to select from, but I don't want a m...

posted 3 years ago
  • 1 replies
  • 359 views
This content is deleted
Forum Topic
How do I compare and sort different items?
0 favourites

Say I have 10 characters (this is just a make belief example I'm not actually doing this in my game) with different heights, and I want the game to sort them in...

posted 3 years ago
  • 2 replies
  • 405 views
This content is deleted
Forum Topic
Compare the X of each object ?
0 favourites

I am trying to do a car race for my son, he would like to have to display throughout the race who is first, second, third and last. It is a straight line race a...

posted 3 years ago
  • 1 replies
  • 392 views
This content is deleted
Forum Topic
How do I Check if dictionary has a word?
0 favourites

Basically what I am trying to do is: What already done: _________________________________________. Ajax my Realtime Databases and request info ( works fine). __...

  • 2 replies
  • 319 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...