Forum Topics tagged logic

Report Tag

13 forum topics with this tag
  • 1 replies
  • 548 views
This content is deleted
Forum Topic
Best book for understanding game logic?
0 favourites

A good read or video series that goes over game logic like boolean, string,variables. Right now I'm lost. I don't understand these terminologies and what they r...

posted 5 years ago
  • 14 replies
  • 1K views
0 favourites

I am searching for hours a solution to make a rotating laser cannon to throw a single dotted line of laser, but I can't find the solution. And secondly the lase...

  • 5 replies
  • 412 views
This content is deleted
Forum Topic
I think the collision judgment is not correct.
0 favourites

I tried to write this topic in a bug report, but I didn't post it because Construct 3 might have a reason to do this. This is a simple example, so I did not att...

posted 4 years ago
  • 6 replies
  • 400 views
This content is deleted
Forum Topic
[FUNCTION] What is the problem with this fuction?
0 favourites

Since I'm a designer and not a programmer, I'm often lost in programming logic (even in Construct!). With the help of some users here, I was able to implement a...

posted 4 years ago
  • 7 replies
  • 425 views
This content is deleted
Forum Topic
Am I misunderstanding the "or" condition?
0 favourites

I have a problem considering the "or" condition. As far as I know, "or" works this way: If first is true OR if second is true OR if both are true, the following...

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

I'm having some problem with a process that I'm trying to achieve. I have a sprite, and a family that contains 100 tiled backgrounds. In each sprite in the layo...

  • 2 replies
  • 311 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
  • 3 replies
  • 271 views
This content is deleted
Forum Topic
How do I exclude "&" operator from logical expression?
0 favourites

The problem is I want to write an algorithm within one action only. It looks like this: "!!!"&Variable=5?"Good":"Bad". As a result it always returns "Good", alt...

  • 2 replies
  • 479 views
This content is deleted
Forum Topic
How do I creat a loot box?
0 favourites

I'm trying to create a loot box that has 6 result options: Common 82.87%. Rare 10.36%. Super Rare 5.18%. Epic 1.04%. Legend 0.52%. Super Legend 0.04%. How to do...

  • 2 replies
  • 194 views
0 favourites

I see game "Jumping Clones" I don't know how to make this collision. One character stands on the other and you can move freely. When the second figure on my hea...