Content tagged number

Report Tag

26 usages of this tag
  • 2 replies
  • 460 views
This content is deleted
Forum Topic
[Solved]How do I get only number from many character?
0 favourites

How do I get only number from many character from "textbox_1" to only number in "textbox_2". I try this code but dont work very well. The result becomes "0". Th...

posted 4 years ago
  • 6 replies
  • 435 views
This content is deleted
Forum Topic
How do I increase cost by percent
0 favourites

Let's say I have a "Buy" btn and every time it is clicked, the cost for item is increasing each time by 50%. I need that formula. Thank you.

  • 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