Aurimas's Forum Posts

  • I found solution to my problem with flipping issue: sprite -> outside of a layout -> system -> set layer 0 angle t 0 degrease and then go to game over "Layout"

  • nop it doesn't work, all game does reset from beginning, only one problem is it is stays flipped if I lost in that position, I don't know how to flip it back on a new game/restart

  • unfortunately there was no joy

  • Hello,

    I have ran in to a small problem, I am not able to reset layout completely after "Game Over". Game there is power ups dropping down in order (used animation method to do it), one of power ups flips layout upside-down. Problem is after game over all power ups continues where I left before I have dead and not starting from beginning, also if I lost while screen upside down it stays that way for next game. I have tried a lot options but still no joy: restart layout on collisions with objects, tried to set angles but nothing worked. Any ideas how to reset game layout completely, game will be for mobile. Thanks

  • Brilliant, that's what I needed, thank you very much, learned something good

  • I tough I have tried to do it (removing 0) and it didn't work , it works fine just one small question how do you assign option: if object overlaps animation0 do this but then it overlaps different animation outcome is different. I can't see it in create object menu, new to this method

  • I had some joy with codah example and it would be perfect for me, but I can't control with member from a family appears and that would be a problem for power up (I want to have an option to cancel all power up), and I still don't have a joy on animation one. please see capx

  • I think I am stupid, it is not working for me, please see attached how I have done it with two different setups

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello,

    I have looked in a forum but couldn't find it. How do I create different sprites every 60 seconds, I have a scrolling game and I will to use them as power ups, there will be 6 different ones. I want them to appear in order I want using create an object or something.

    Thanks,

    Aurimas

  • Hello,

    I am facing one problem and can't solve for a last few days (I am new to c2), I do have appearing scrolling object coming from a right and it is always a same sprite every 3 seconds. what I want to do it is to create power up10 pixels above it. I have managed to do so for every obstacle appears but I want to appear for every 10th or 20th etc. I tried to set time to appear every 6 seconds (to appear on every second obstacle gets created) but it does come up on one behind a player as there is always two visible obstacles on a screen. So how do I make power up to come up in a front obstacle. sorry for my grammar. Thanks