Content tagged sprite

Report Tag

353 usages of this tag
  • 1 replies
  • 104 views
This content is deleted
Forum Topic
Strange visual artifacts when zoomed out
0 favourites

As the title says, a loot of my sprites show artifacts when I zoom out, when at normal scale all looks good. Any solutions for this?

posted 2 months ago
  • 3 replies
  • 98 views
This content is deleted
Forum Topic
What makes the game run faster?
0 favourites

I'm making a visual novel and I'm at a crossroad on how to set up the layouts and sprite objects. Right now I have, for example, 1 sprite named "background" and...

posted 2 months ago
  • 4 replies
  • 82 views

I have different animation frames for when I want my character to run towards the left side of the screen. My first thought was to activate the animation with t...

  • 4 replies
  • 128 views

My project has sprites that all have collision polygons set up to react to the hovering of the mouse ; And the behavior of those sprites is to scale up a little...

  • 7 replies
  • 95 views
This content is deleted
Forum Topic
How do I select next empty bucket? (Solved)
0 favourites

Hey there. Three buckets (sprites) with Instance Values of ID = (0,1,2) and Status = (0,1). When I click on the "add" button sprite, I would like to pick in ord...

  • 0 replies
  • 67 views
This content is deleted
Forum Topic
How do I use the same timeline for different sprites ?
0 favourites

I am making an endless runner and I have an enemy that moves up and down. I used the time line for this up/down movement. However it only works for that sprite...

  • 0 replies
  • 44 views
This content is deleted
Forum Topic
Sending an image through multiplayer
0 favourites

Greetings, I think I'm missing something. I send it through multiplayer, but I can't seem to visualize the image I receive. I believe all the binary data is arr...

  • 11 replies
  • 267 views
This content is deleted
Forum Topic
Ignore sprite animations during preview?
0 favourites

I have a lot of sprites with heavy animations in my game. These all work well when exporting, but they make it harder to preview the game -- "preparing images"...

posted 30 days ago
  • 2 replies
  • 75 views
0 favourites

I've decided to work with C2 again for a new project (without MIDI lol) and want to make an Sprite by the name of "bounds", which with one animation is a circle...

  • 9 replies
  • 96 views
This content is deleted
Forum Topic
How Do I Efficiently Display Text For Multiple Sprites?
0 favourites

I have a page with many sprite boxes, whenever I hover over one of these sprite boxes the appropriate text appears. I can do this by creating the text and then...