Krawwly's Forum Posts

  • 5 posts
  • Alright, I'll give that a try and get back to you! Thanks so much for your quick response.

  • Hi there, I'm Jordan. 22 years old, was drawn into Construct 2 by steam... Bored one day, playing some Left4Dead 2 when it popped up on my screen. I was immediately interested.

    I dived in immediately, started reading tutorials, manuals and watching video guides and now I have most of the elements finished for my first game. It's exciting to actually see all of it put together, and construct 2 does a great job at making it perfect!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Aphrodite Well that's what I am trying to do but I can't seem to set the right event to do that. :(

  • Aphrodite Endless fiddling of the settings actually helped me to change the animation, this is what I have so far:

    Events:

    Keyboard> Left Arrow Pressed - Mirrored

    Keyboard> Right Arrow Pressed - Not Mirrored

    Keyboard> Up Arrow is down - Set animation to "Up" (play from beginning)

    Keyboard> Down Arrow is down - Set animation to "Down" (play from beginning)

    So now by default my sprite is flapping it's wings, when I press up it changes to the up frame, down changes to down frame, but when it is not pressing up or down, it stays stuck in the same frame.

    Now I need to reset the sprite to go back to it's idle (flapping) animation... I believe I need to use "else" to do this, but I couldn't find out how to really do that?

  • So first off I'd like to apologize in advance if there is already a thread on this. I've been searching the forums for a few hours and using the sticky to try to resolve the problem on my own, but it seems I am hitting a wall..

    I am trying to build a very basic game, and I have all of the elements for my game done, but I can't seem to load two animations into my sprite.

    I am trying to make "running" style game where a owl flies through a library, needing to dodge the bookshelves and flaming books that are raining down.

    So for this, I have established I can do it in two ways, the way I have been able to figure out but not sure is actually what I need is by using 8 direction. I changed the 8 direction settings to 4 ways, removed the angle and set it so that the animation will correctly view back and forth regardless of the direction. I feel like this is important for my game in particular because I have the raining hazards and the book shelves/platforms to maneuver around.

    So when I press up to make my bird fly up or down, I have an animation that I would like to use, but regardless of how I program the event, it won't seem to actually change the animation.

    scirra.com/tutorials/413/direction-based-sprite-animation --- was using this to follow the basic sprite setup

    These are the four frames I have for the sprites. Up, Down, and idle/flapping two frames.

    i.imgur.com/SNGxmtR.png

    i.imgur.com/2CBJwA9.png

    i.imgur.com/R98TDnR.png

    i.imgur.com/eVeTqkT.png

    Can anyone specify what I am missing with the animation graphic, to make it so when I glide up or down it changes just for that time that you have the key pressed?

    I have the animations loaded as separate objects and as separate animations on the same sprite because I was trying so many different things..

    scirra.com/forum/flying-bird_topic60749.html -- I did try to follow this forum post as well...

    The controls used for this game and as provided by the example are great and would work well for my game too, I believe, but when I try to program the custom controls my bird will only turn left and right because of my events that cause the animation to flip, otherwise it stays still...

  • 5 posts