Content tagged animation

Animation is a method in which pictures are manipulated to appear as moving images.

Report Tag

268 usages of this tag
  • 1 replies
  • 429 views
0 favourites

I have many hundreds of 'skins' for my main character available online. Each skin is a 4x1 sprite sheet with animations (walk, jump, idle, fall) that are combin...

  • 2 replies
  • 352 views
0 favourites

I am trying to figure out if it is possible to program the following: You hold the right arrow key to move a character to the right, and then, when you press an...

posted 2 years ago
  • 5 replies
  • 315 views
This content is deleted
Forum Topic
How do I create dynamic menu using sprite animations?
0 favourites

Hey C3! Since being shown the many options available using sprites and frames, my project has drastically fewer "spawn" or "create" object codes. Instead, when...

  • 4 replies
  • 558 views
This content is deleted
Forum Topic
How do I get selected sprites to add to global variable?
0 favourites

In my little project, I want to have the sprites with animation 1 showing to add to totalups (global number) or add 1 to totaldowns (global number) for animatio...

  • 1 replies
  • 233 views
This content is deleted
Forum Topic
How do I make my animation works ?
0 favourites

Hey ! I got something really special. This animation (image) is only working if my player is from the ground. If I jump to the ring, I can grab it, or fall, the...

posted 2 years ago
  • 0 replies
  • 261 views
This content is deleted
Forum Topic
Issue with Timelines when a game is loaded using slots
0 favourites

I have created a simple lift / elevator animation. There are 3 sprites used for this; 2 chains that holds the lift platform and one lift platform on which the p...

  • 4 replies
  • 517 views
This content is deleted
Forum Topic
Issues With Timeline
0 favourites

Is it not possible to have multiple objects of the same type controlled by a single timeline? I'm testing with an object (sprite) called 'Ball' which is also in...

  • 7 replies
  • 476 views
This content is deleted
Forum Topic
Animation Problem When replay
0 favourites

I'm building a game that has a main page, and then 3 sub pages that are each their own game. Each game plays fine if you preview it within the individual game....

posted 2 years ago
  • 10 replies
  • 675 views
This content is deleted
Forum Topic
Animation can't run faster than 1 frame per tick
0 favourites

I just discovered that it's not possible to run an animation faster than 1 frame per tick. If I have a long animation, say with 200 frames, the fastest it can b...

posted 2 years ago
  • 2 replies
  • 217 views

I have a sprite that moves randomly across my layout via the MoveTo behavior. MoveTo:Move to random(0, LayoutWidth), random(0, LayoutHeight). I would like to an...

posted 2 years ago