Forum Topics tagged number

Report Tag

25 forum topics with this tag
  • 0 replies
  • 433 views
This content is deleted
Forum Topic
How to use huge numbers
0 favourites

I'm creating a little game which uses very big numbers. I found out that Construct 3 is using 64bit to save numbers, so the biggest number would be something li...

posted 5 years ago
  • 2 replies
  • 449 views
This content is deleted
Forum Topic
How do I denote Numbers?
0 favourites

Hey Guys I would like my SpriteFont to input any big number in a shorter way. For example: "3k" for 3000 , "4m" for 4000000 etc. I'm using Construct 2. Thanks i...

  • 6 replies
  • 575 views
This content is deleted
Forum Topic
How do i Round Numbers to 1.5K, 3.8M, ETC?
0 favourites

Hello All, I'm trying to understand how I can make a number like 1123 turn into 1.12K (That can ignore the zeros in division). Thanks!

posted 5 years ago
  • 1 replies
  • 1.6K views
This content is deleted
Forum Topic
How can I format a number to currency
0 favourites

In my game I would like to show players how much money do they've in their account but the problem is the number for instance : 230400000 which I would like do...

  • 2 replies
  • 468 views
This content is deleted
Forum Topic
How do I log a series of actions in order?
0 favourites

Apologies if this is a bit vague. How to I get Construct to register a series of actions in order and then respond to the string that it's read. For example, I...

  • 1 replies
  • 535 views
0 favourites

Doing some cleanup up my game and I want to remove duplicate numbers in the practice section of the game. Currently I use this to get my random answers for the...

posted 5 years ago
  • 0 replies
  • 488 views
0 favourites

Finally managed to create an Android version of it! Complete with Google Play Services (Leaderboards and achievements and a working iap, a single "no-ads" optio...

posted 4 years ago
  • 0 replies
  • 312 views

A game made with Construct 3, available for iOS and Android. Could you please try it and maybe leave a review? Many thanks! Apple Store: Playstore: Screenshots:...

posted 4 years ago
  • 2 replies
  • 452 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
  • 425 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.