How do I create an object with same animation

0 favourites
  • 3 posts
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • i have a sprite with animations which are each item seperately but only first frame is the item and frames 1,2,3,4 are rarity of them and will be shown in inventory only , when i have it create another it only spawns the sprite on the first animation during create object, any ideas how to control animation and what frame?

  • you can set the frame in the action while spawning the sprite.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • yes i know that event..... but is there a simpler way of saying when item is destroyed create same item and animation on frame 1 and not 0?

    Ok hour later i figured it out! this is what i did

    I created a Global Variable Item_obtained ""

    then when Items get picked up it sets Item obtained to the name of animation(item name).

    next an item is created and animation is set to Item_obtained.

    that way every time my character picks up an item the item gets created in the inventory.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)