Content tagged object

Report Tag

121 usages of this tag
  • 2 replies
  • 373 views
0 favourites

I am making a game where roughly every second the System creates a new "enemy" sprite at a certain X coordinate, and a random Y coordinate within a range of poi...

  • 3 replies
  • 433 views
0 favourites

My Code but return 0.

  • 0 replies
  • 182 views
This content is deleted
Forum Topic
how can move in a arrays of object
0 favourites

Plz send source. Thanks.

posted 2 years ago
  • 2 replies
  • 184 views
This content is deleted
Forum Topic
Player 'score' layer disappears
0 favourites

The player's data will be written there. Parallax in x and y set to 0. Put the text at the very top in the upper right corner. I'm running the game for a test....

posted 2 years ago
  • 4 replies
  • 423 views
This content is deleted
Forum Topic
How do I make a better "dust" particles for the CPU?
0 favourites

So, this is a spiritual sequel to this topic. However, I want to focus on one particular part of the game I am working on, and I am all for ideas and suggestion...

posted 2 years ago
  • 2 replies
  • 237 views
This content is deleted
Forum Topic
How do I Spawn objects on a grid when off-screen
0 favourites

Making an infinite tank shooter game where you shoot to break blocks. The blocks are 10x10 pixels and I used the editor grid snap to place them. Now I want to s...

posted 2 years ago
  • 4 replies
  • 153 views
This content is deleted
Forum Topic
How do I group objects?
0 favourites

How do I group objects? I saw an old video using a GAME OBJECT behavior, but I no longer see this behavior available?

posted 1 years ago
  • 1 replies
  • 377 views
This content is deleted
Forum Topic
How do I disable interaction on an object?
0 favourites

I have a simple sprite that acts as a button, when I click it, it performs an action. How can I disable this interaction based on a condition (for example - var...

  • 3 replies
  • 270 views
0 favourites

I have a short question that came to my mind and I wanted to know your opinion. I am starting to make enemies for my game. I'm building different types of enemi...

posted 1 years ago
  • 10 replies
  • 552 views
This content is deleted
Forum Topic
How do I destroy random objects created by name?
0 favourites

I would like to add an event in which, when I touch after the first time, before creating other random objects, it destroys the ones created previously. How can...