Forum Topics tagged sprite

Report Tag

359 forum topics with this tag
  • 2 replies
  • 82 views
This content is deleted
Forum Topic
How do I "pick" a variable?
0 favourites

I am making a small project to help me manage some stuff at work (self employed), and I am trying to do something that sounds like this: I have a set of 18 butt...

  • 2 replies
  • 68 views
This content is deleted
Forum Topic
How do I teleport to nearest sprite with multiple UIDs.
0 favourites

Hi I have a very simple game movement. W,A,S,D is UP, Left, Down, Right. I have one sprite that I duplicated in specific locations on the map. When I press a di...

  • 3 replies
  • 145 views
This content is deleted
Forum Topic
How to create 5000 sprites without lags?
0 favourites

I'm making a game where I need to create about 2000-5000 sprites. I create them when I start the layout. This causes the game to freeze for 5-15 seconds, is the...

  • 0 replies
  • 59 views
0 favourites

I want to make a ledge grab mechanic for my game but I only know how to do it by manually placing sprites on EVERY ledge which my game is far to big to do that....

  • 1 replies
  • 60 views
0 favourites

I want to make a ledge grab mechanic for my game but I only know how to do it by manually placing sprites on EVERY ledge which my game is far to big to do that....

  • 2 replies
  • 86 views
This content is deleted
Forum Topic
Question about sprite behaviors & effects volume?
0 favourites

Sorry haven't tested this yet but maybe some one can point me in the right direction before I try. What I'm wondering is if behaviors & effects on sprites have...

  • 0 replies
  • 21 views
This content is deleted
Forum Topic
How to edit/replace collision polygon in sprite
0 favourites

I would like to add new action on sprite to define a new polygon collision and image-origin point in games. Can we extend object.Sprite ? How to. Else issue ? I...

  • 1 replies
  • 42 views
This content is deleted
Forum Topic
Doing reflections / Using a family vs individual sprites?
0 favourites

So I was following this good guide on doing making reflections: I was trying to get it to work with families though vs making a copy of all the object sprites &...