Forum Topics tagged scripting

Report Tag

93 forum topics with this tag
  • 4 replies
  • 194 views

First off, thanks for all of the support on the forums! I'll note that I searched forum posts and documentation and still having questions. I'm having a little...

posted 8 months ago
  • 8 replies
  • 244 views

I'm trying to write all the information of the sprites contained in my layouts with JSON. Including size, angle and even instance variables. But I do this by us...

  • 1 replies
  • 1.2K views

I m trying to setup a python compiler in my Construct 3 project but I m stuck at how to sent the output back to Construct 3 from HTML if anyone can give some id...

posted 6 months ago
  • 2 replies
  • 122 views
This content is deleted
Forum Topic
Get all sprites on a specifc layer
0 favourites

I've got sprites organized into sublayers and am looking for a way to get all the sprites on a single sublayer. Was expecting to see a function like layer.GetAl...

posted 5 months ago
  • 1 replies
  • 170 views
This content is deleted
Forum Topic
Getting Behaviors in TypeScript
1 favourites

How do we get behaviors on an ISpriteInstance subclass in TypeScript? When attempting to get the behaviors property of my subclass, I see the following error: H...

  • 2 replies
  • 102 views
This content is deleted
Forum Topic
How to add spinning(size,rotate)box around sprite ??
1 favourites

I wish I can find a solution here. I'm doing a game for kids that drag and drop item to mix and match but I tried to add spinner around the objects by different...

posted 3 months ago
  • 2 replies
  • 148 views
This content is deleted
Forum Topic
Typescript - How to Correctly access an Effect?
0 favourites

Hey folks, back once again with a bit of typescript weirdness! This time it is around effects and how to access them in typescript. First the obvious -. Please...

  • 5 replies
  • 160 views
This content is deleted
Forum Topic
Tracking Typewriter Text State
0 favourites

Using the typewriterText(str, duration) method on ITextInstance , is there a way to track added characters or know when typing ends? The instance's text propert...

posted 3 months ago
  • 0 replies
  • 55 views
0 favourites

It looks like the Scroll-To Behavior scripting interface doesn't contain a method for running the Screen Shake action. Runtime.Objects.Player.GetFirstInstance()...

posted 2 months ago
  • 3 replies
  • 151 views
0 favourites

This is more of a Math question but since it uses Construct features I figured I would ask it here instead of Stack Overflow. I've built a variation on the 3d p...