Content tagged sprite

Report Tag

356 usages of this tag
  • 1 replies
  • 85 views
This content is deleted
Forum Topic
How do I make my sprite faster?
0 favourites

Hello everyone I just want to know how to make my sprite faster as a button is held down ex: If "W" is held down "speed" + 3. So the longer its held the faster...

posted 4 months ago
  • 4 replies
  • 117 views
0 favourites

I have a terrain-like mountain sprite, which is a texture and a mesh with different zElevation values. It looks like a mountain as it should. Given an x,y on th...

posted 4 months ago
  • 10 replies
  • 272 views
0 favourites

Basically, when a sprite collides with another sprite, a new sprite is created. All elements of the crafting game are stored as animation-frames of a single spr...

posted 4 months ago
  • 1 replies
  • 91 views
This content is deleted
Forum Topic
How do I fix this image resizing issue when using pin??
0 favourites

I'm using a pre-configured combat game project to build out a combat card game. So far I've been making some changes to the graphics used but not much else. I'm...

posted 4 months ago
  • 0 replies
  • 96 views
This content is deleted
Forum Topic
Mega Bundle of assets and projects for Construct 3
0 favourites

I have bundled all of my Construct related projects and assets for people to utilize. There's a lot of useful programming logic in the projects for those lookin...

posted 4 months ago
  • 0 replies
  • 83 views
This content is deleted
Forum Topic
Building a sprite?
0 favourites

Hey I am new to this completely. I need help with some ways on how to create a sprite? Does it always have to be from a fresh start? Even the animation's will d...

posted 4 months ago
  • 3 replies
  • 123 views
This content is deleted
Forum Topic
How do I attach sprites to each other.
0 favourites

Is there a way to solidly attach a sprite to another sprite, so that they seamlessly move together? I know there's functions and behaviors such as "Move To", "O...

  • 6 replies
  • 366 views
This content is deleted
Forum Topic
Which one is more efficient?
0 favourites

I want to create outfit sprites attached to the characters and adjust the animations accordingly. In your opinion, which one is more efficient? From the followi...

  • 2 replies
  • 93 views
0 favourites

I will start by saying that I am not much of a programmer. Though my attempts of getting my sprite to flip left or right based on their direction has failed mis...

  • 3 replies
  • 124 views
This content is deleted
Forum Topic
array and push object to it
0 favourites

How do I see the contents of the 'players' array, my plan is to push a player object with properties into it, is that possible? This is an example of an array c...