Content tagged sprite

Report Tag

362 usages of this tag
  • 2 replies
  • 354 views
This content is deleted
Forum Topic
How do I make an animation "spread" to other sprites?
0 favourites

If a sprite (for example) turns blue after being hit by a bullet, how'd I get other sprites of the same type to also turn blue on contact with the sprite that f...

  • 3 replies
  • 613 views
This content is deleted
Forum Topic
Trying to get Sprite Width the first time is 0
0 favourites

I spawn some Sprites every 2 seconds. And I spawn them in line, but the first time the Every x Seconds hit, the Width is 0. There's 1 instance on the scene that...

posted 4 years ago
  • 2 replies
  • 651 views
0 favourites

I am pretty new to Construct and on beginner level. I made a game layout using multiple ground sprites to make one long ground platform game. However I am havin...

  • 1 replies
  • 397 views
This content is deleted
Forum Topic
How do I improve the code so these sprites don't overlap?
0 favourites

I have a game where a maze is generated and a car is spawned so it can solve the maze. I am having a bug where sometimes when you start a 'New Maze' or sometime...

  • 2 replies
  • 1.9K views
0 favourites

I have some sprites with the bullet behaviour and set angle of motion to random (360 degrees). Set angle is unticked. When they move they always face right; How...

  • 1 replies
  • 884 views
This content is deleted
Forum Topic
How do I stop sprite displaying upside-down?
0 favourites

HI have some sprites with bullet behaviour, set angle ticked and angle of motion set to random (360 degrees). How do I stop them from sometimes displaying upsid...

posted 4 years ago
  • 0 replies
  • 165 views
This content is deleted
Forum Topic
How do I save a sprite with a loaded image from uri?
0 favourites

Said, I have a sprite, then, I load an image from url. But, after the game close, the sprite image is back to default and I need to load the image more and more...

posted 4 years ago
  • 2 replies
  • 351 views
This content is deleted
Forum Topic
How do I get this animation to stop playing?
0 favourites

At the end of a level the main character sprite is supposed to play a short animation three times and then leave the screen, but the animation continues to play...

  • 4 replies
  • 378 views
0 favourites

I have the following setup where all critter sprites will turn blue when one comes into contact with another blue sprite; Is there a way to change this so that...

posted 4 years ago
  • 1 replies
  • 1.8K views
This content is deleted
Forum Topic
How do I get the collision filter to work?
0 favourites

I'm trying to arrange things so that collision with two particular sprites is disabled when a certain animation is playing. I've tried the following but it isn'...