Content tagged create-object

Report Tag

38 usages of this tag
  • 2 replies
  • 273 views
This content is deleted
Forum Topic
How do I prevent sprite from blurring?
0 favourites

So the bottom sprite that says Good Job was there from the start of layout. But the top one is a Created Object when the blue dot is destroyed. Why does it get...

  • 3 replies
  • 165 views

Using CREATEOBJECT - does the sprite need to be present in the game to make copies? What's the most efficient and best way to spawn multiple objects?

  • 1 replies
  • 169 views
0 favourites

I have "item" consists of 3 9-patches united in container. How do I spawn that whole container with default properties on layout without having to place 9-patch...

  • 4 replies
  • 250 views
This content is deleted
Forum Topic
Problems setting up a state machine.
0 favourites

I'm setting up a state machine here, but I'm having a lot of problems that I can't solve. This is the current one: The enemy family has 3 states, waiting, searc...

  • 2 replies
  • 162 views
This content is deleted
Forum Topic
Create Object By Name slows game down
0 favourites

So I'm working on a space shooter, and have it so when enemies are on the screen, if they've a bullet object set in a string variable, then it will create the b...

posted 10 months ago
  • 1 replies
  • 355 views
This content is deleted
Forum Topic
Create object by name and set animation with scripting
0 favourites

I'm making a game with some "anime" style characters with a text table showing the dialogues. Every time I create a character I have this problem and I have to...

  • 5 replies
  • 189 views
This content is deleted
Forum Topic
How do i make my objects stop being offset?
1 favourites

Sorry for the confusing title, what's going on is that when I create a new object with system, if I delete it afterwards it messes up one of the objects and lea...

posted 6 months ago
  • 4 replies
  • 154 views
This content is deleted
Forum Topic
How to create non-overlapping objects?
0 favourites

What's the best way to randomly create non-overlapping objects? When I write a create object action: Create object X on layer 0 at (int(random(100, 1720)), int(...