lionz's Forum Posts

  • Pick one of them only, global object or global layer.

  • You've made it difficult for yourself with how you set up all those animations by name on the same object. Really you should have a different object for each character, then the idle anim is called "idle" and attack anim is called "attack", it will be very easy.

    To make sure you have the correct character you just need to spawn it at the start of the game maybe based on a variable set from the character select screen.

  • On any touch end you can set the animation back to idle, not only set the attack variable to false. You need events to revert back to an idle animation.

  • If you set the size to 0 then there would be no zeroes to push out, you can push the team to the front. If you want the zeroes back for some reason you can push 0 to the back of the array after the team.

  • The bit about instances you reference earlier is because many instances of say an apple would use the same one graphic loaded into memory. What you are proposing would be the same as many objects with one graphic, instead you have one object with many graphics. No difference I think, same number of graphics.

  • Change the sprite of the sprite instance means?

  • editing out email, post the share link here.

  • Looks good. You should show the controls on screen like in the game.

  • You do not have permission to view this post

  • Share the event screenshot if you can. Really it should loop when you press the button if set variable to 1 is on the actions.

  • You can lock out using a variable, space pressed if variable=0, then on action set variable to 1. You can switch variable back to 0 on hit box destroyed condition or on a timer.

  • Then set it to not loop, untick the box. Or you can send a working link for the file.

  • You do not have permission to view this post

  • Link not working. Check that the animation is not set to loop inside animation editor.

  • Yea. No one was commenting, so I thought I'd talk to myself. :D

    Most add to this thread for visibility construct.net/en/forum/construct-3/your-construct-creations-9/c3-post-screenshots-youre-125575/page-55