Content tagged animation

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

Report Tag

263 usages of this tag
  • 3 replies
  • 360 views
This content is deleted
Forum Topic
How do I Have a Blocking Animation for Enemies?
0 favourites

So I'm trying to have an animation for some of my enemies where they play a certain animation when they're blocked though I'm having an issue with how to do tha...

  • 4 replies
  • 357 views
This content is deleted
Forum Topic
How to sync the animation of instances?
0 favourites

I've been searching for weeks on how to keep the every instances animation of the game object in sync. The game object can be spawn by player at anytime but the...

posted 3 years ago
  • 9 replies
  • 719 views
This content is deleted
Forum Topic
How do I add sprite using array?
0 favourites

I have some political incidents in my array. When I call them by using setquestion function, I want some sprites to appear on the screen with the text from the...

posted 3 years ago
  • 6 replies
  • 438 views
1 favourites

Struggling with this one a little bit for some reason. I think it's to do with the negative values for Bullet.AngleOfMotion but here's what my code looks like....

  • 1 replies
  • 470 views
This content is deleted
Forum Topic
How do I lay out my own sprite sheets for import?
0 favourites

I've been trying to import my own character animation frames using Import > From Sprite Sheet. I did this during several tutorials and it all worked fine but no...

posted 3 years ago
  • 0 replies
  • 166 views
This content is deleted
Forum Topic
How do I make a dying effect a la Final Fantasy VI?
0 favourites

I want my enemies to have a similar animation upon dying to the dying animation in Final Fantasy VI, but I have no idea how to go about it. Anyone have any idea...

  • 3 replies
  • 550 views
This content is deleted
Forum Topic
Death effect a la Final Fantasy VI?
0 favourites

Anyone have any idea how to do a dying animation a la Final Fantasy 6 or 7? Relatedly, anyone have any idea how to do a "Dissolve" effect similar to final fanta...

  • 3 replies
  • 536 views
This content is deleted
Forum Topic
How I do change animation through mouse position ?
0 favourites

I am trying to make a character change its animation through mouse position. I currently tryin compere angle function.But not working.I am beginner please help....

  • 2 replies
  • 539 views
This content is deleted
Forum Topic
How do I animate every sprite object individually ?
0 favourites

I am making a top-down shooter game. I create a simple sprite enemy and dublicate for testing. I want to enemies look through to players position. The problem i...

  • 4 replies
  • 449 views
This content is deleted
Forum Topic
Character animations and arrays
0 favourites

I'm trying to make a character sprite's animation change during a dialogue scene. The dialogue is contained in an array, and so far the only way I've been able...