Forum Topics tagged create-object

Report Tag

38 forum topics with this tag
  • 4 replies
  • 444 views
This content is deleted
Forum Topic
Create Objetct
0 favourites

I am having a question, when using the SYSTEM >>> CREATE OBJECT action to create multiple objects at the same time, I would like you to create only one object....

posted 5 years ago
  • 1 replies
  • 495 views
This content is deleted
Forum Topic
Feature suggestion: For a better "create object"
0 favourites

So right now we have a few options to create objects at runtime ("create object", "create object by name" and "spawn another object", if I´m not missing any) Fo...

  • 3 replies
  • 498 views
This content is deleted
Forum Topic
How do I creat object (by name)?
0 favourites

It seems to be beast, but I am not able to put actions on objects created that way. I have a family with the variable "Name" and wanted to put values in these v...

  • 2 replies
  • 465 views

I have a game where every 3 seconds a copy of a sprite is created on the screen. I used 'Create Object' action for this. What I need is - when another two sprit...

  • 4 replies
  • 555 views
0 favourites

System create object and pin to bg. And. Masking layer Behaviors > destination out. But. Masking doesn't work.

posted 5 years ago
  • 10 replies
  • 574 views
0 favourites

I have 25 of these lines of code, I know there's a better way out there. System someVariable = 1 then system create object sprite3 on layer 5 at (46,320). Syste...

  • 2 replies
  • 435 views
This content is deleted
Forum Topic
How do I get a sprite font to be visible upon creation?
0 favourites

I have a sprite font that I am creating on a function call, but, if no sprite font of the same type exists already within the scene, the sprite font doesn't app...

  • 5 replies
  • 1.6K views
This content is deleted
Forum Topic
How do I make use of create-object function?
0 favourites

I used this function many times in C2, I'm not sure why I'm not able to make it work in C3. Probably I might have missed something. This is how it should work....

posted 5 years ago
  • 5 replies
  • 1.6K views
This content is deleted
Forum Topic
How do I create objects on "every instance" of an object
0 favourites

I do some pretty advanced stuff in Construct, but now I have stumbled upon what seems to be an easy problem to solve. How do I create object1-instances on every...

  • 1 replies
  • 2.2K views
This content is deleted
Forum Topic
How do I create an instance of an object using JS?
0 favourites

I am trying to use scripting to create an object. RunOnStartup( async runtime => {. Runtime.AddEventListener('afterprojectstart', () => afterProjectStart(runtim...