Forum Topics tagged number

Report Tag

25 forum topics with this tag
  • 4 replies
  • 404 views
This content is deleted
Forum Topic
how can i make a number format like calculator
1 favourites

Can I make a number format like this 1.000.000. Like a calculator . I want to display this in a text object as a monetary value.

posted 3 years ago
  • 18 replies
  • 1.1K views
This content is deleted
Forum Topic
How do I remove the leading zeros in a string? (000010)
0 favourites

Is there any way I can remove leading zeros in string variables? Examples: 010, 00000001, 00000100 should become 10, 1, 100. This variable needs to stay a strin...

  • 17 replies
  • 774 views
This content is deleted
Forum Topic
How do I fix this formula so it won't turn out as NaN?
0 favourites

So I've been working on this weapon upgrade system for my game, and it has worked perfectly until it came across my minigun weapon. The special thing with the m...

posted 3 years ago
  • 7 replies
  • 911 views
0 favourites

I'm making a racing game and I'm trying to figure out how to add a position system to show that place a player is in. ATM I have a checkpoint system that adds 1...

posted 3 years ago
  • 4 replies
  • 970 views
This content is deleted
Forum Topic
How do I format numbers for an economy game?
0 favourites

Working on an economy/idle game and I can't figure out the number formatting. I'm trying to get it to display large numbers in a more readable fashion. Currentl...

posted 3 years ago
  • 2 replies
  • 187 views
0 favourites

If I have a string like: 1,1,2,3,3,3,4,5,5. How do I retrieve only unique numbers (or remove duplicates) from the string? The desired result would be: 1,2,3,4,5...

  • 0 replies
  • 107 views
This content is deleted
Forum Topic
copy values
0 favourites

How to copy values from Numbers mac app to array ?

posted 2 years ago
  • 5 replies
  • 393 views
This content is deleted
Forum Topic
Pick closest available value [snap to value]
0 favourites

Following capx performs how I picked closest value in list: A tested value ranged from 0 to 90 driven by slider bar value. Given list are; And these numbers hav...

posted 2 years ago
  • 8 replies
  • 449 views
This content is deleted
Forum Topic
How do I count numbers and add needed numbers? (SOLVED)
0 favourites

Now when I fire pistol two times ammo in clip should show "10" because 2 was fired. When I tap "R" key to reload. Events should check how many bullets are missi...

posted 2 years ago
  • 2 replies
  • 172 views
This content is deleted
Forum Topic
How can I check for odd & even values of my values?
0 favourites

I have this event that makes my double-jumps have different animations, and the jumps can theoretically go on infinitely, so I'd like to swap out checking for 1...

posted 11 months ago