Content tagged expression

Report Tag

35 usages of this tag
  • 9 replies
  • 725 views

Trying to learn all of the capabilities with Construct. I found a couple resources but they didn't seem to be working so here I am. I placed specific tiles on a...

  • 2 replies
  • 203 views
This content is deleted
Forum Topic
Physics World Gravity not exposed in expressions?
0 favourites

Can someone confirm that you can't access the physics object's world gravity parameter via expressions? For example, you can set the gravity using the appropria...

  • 6 replies
  • 301 views
This content is deleted
Forum Topic
How Do You Write A Break In A Coordinate
0 favourites

Say I want to spawn an object on an X coordinate but there's a specific spot I don't want it to spawn, how'd I write that expression? Is it possible? IE " rando...

  • 10 replies
  • 833 views
0 favourites

How could I get an object to spawn in either location "A" or "B"? Location A. X - 400~600 and Y - 300~500. Location B. X - 100~300 and Y - 1000~1100.

  • 5 replies
  • 308 views
This content is deleted
Forum Topic
How do I write an expression for multiples of 10?
0 favourites

So I am trying to get a "Good Job" to pop up when every tenth enemy is killed. Maybe I am going about it wrong but I was trying to do System>Score (Global Varia...

  • 7 replies
  • 484 views
This content is deleted
Forum Topic
Search Animation Names
0 favourites

I just want to know is there anyway that I can search the animation names of a sprite and if the animation name contains specific numbers or characters set that...

posted 2 years ago
  • 1 replies
  • 324 views
0 favourites

I mean like: Random, Choose, floor ext. Thank you.

posted 2 years ago
  • 2 replies
  • 290 views
0 favourites

Why doesn't the following evaluate expression work? "find(usage, "/") > 0" returns 1 in console log. And 1 should be "true" right? This doesn't trigger. There's...

  • 2 replies
  • 359 views
This content is deleted
Forum Topic
How do I get an instance variable from a specific UID?
0 favourites

As the title says. More specifically, I'm trying to use the 'Subtract from' tool to subtract a predetermined value that's taken from an instance variable owned...

  • 4 replies
  • 332 views
This content is deleted
Forum Topic
How do I use image point name in expressions? [solved]
0 favourites

I'm trying to loop through a sprites image-points,create objects and set: SpawnedPart.AnimationName = Sprite.ImagePointName(loopindex("Parts")). This is meant t...