Forum Topics tagged math

Similar Tags

Report Tag

32 forum topics with this tag
  • 7 replies
  • 407 views
0 favourites

Was wondering how I could create a button that when pressed it'd generate a random number between 1 and 1000 eg 543 and display it in a text box. Then when u pr...

posted 4 years ago
  • 20 replies
  • 2.1K views
0 favourites

So I have this weapon in my game that shoots these lightning bolts, and I want it to bounce from one enemy straight to another if they're close. Problem is that...

  • 17 replies
  • 764 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
  • 2 replies
  • 315 views
This content is deleted
Forum Topic
Need help with a formula!
0 favourites

Math. It's my kryptonite. Or maybe it's just my (lack of) logic. I'm really new to Construct, so I don't know many of the native commands(?) yet. I have a dinky...

posted 3 years ago
  • 4 replies
  • 483 views
0 favourites

So I am experimenting with the idea of randomly generating vines or branches. The idea would be that I generate a random length tiled background object then on...

  • 8 replies
  • 412 views
0 favourites

If I present the user with several objects and they only succeed if they click on them in a certain order (that I choose). Example - In the attached image the u...

  • 0 replies
  • 138 views
This content is deleted
Forum Topic
How do I create a calendar in Construct 3?
0 favourites

I would like to create my own calendar by calculation. Is there a way to do that? Thanks. Chris.

  • 2 replies
  • 345 views
This content is deleted
Forum Topic
How do I speak a negative number in math app answer?
0 favourites

The user chooses numbers and operators, and the answer can be spoken. Everything works, but I can't understand how to account for negative answers. Basically wh...

  • 7 replies
  • 505 views
This content is deleted
Forum Topic
[SOLVED] How do I replace x^y with Math.pow(x,y)?
0 favourites

I have an example math string like this: 4^5 + 3^2 + 6 - 2^3. Then I would like to convert it to: Math.Pow(4,5) + Math.Pow(3,2) + 6 - Math.Pow(2,3). I tried to...

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

Guys! Hope you're all doing well. I'm working on a "Table RPG" like D&D for mobile app. And I'm trying to do the following: - a test based on player's atributes...

Similar Tags