helena's Forum Posts

  • C2 is fantastic, and I have spent so many hours with it so I can definitely say I got my money's worth of it. (even if I did not earn anything, it is just a fun software to work with) But we can still dream about exiciting new ideas!

  • zenox98 got it right! And if trying to play on a slower device then risk is higher....

    You have to add condition that will trigger when the ball leave the layout and return it back into layout at the position where it left. Of course before the border.

  • I would love to do this, change layout size at runtime so it will match the level automatically generated. I do not want the screen to scroll beyond the automatic generated level size. It is apparent at right side and bottom side. As the level generation start at topleft corner.

    It could be bound to a certain condition so it will just be executed at the very loading of layout?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • augmento

    The random color tile example in that tutorial is not what I wanted. I want random tile position (to make it visible) and not random tile as the tiles are already generated and have their order as from TMX importer.

    But, I will do it myself instead.. I just hate loops, haha.

    Now creating a new array and use that instead. I just hoped to able to do without adding another array.

  • Hello!

    I want to fill the screen tiles (which are already generated but invisible) in a random manner, making them visible.

    So far I have this capx I am attaching.

    My isssues:

    1. Too slow!!!! And this is even a small sample screen. The level is bigger....

    2. I would like it to enable a tile by random per row, then going down a row, enable a tile there by random, next row... then back to top, repeat... Of course using loops. I am daft at moment so I would love some help here.

    Thanks for the help.

  • Oh, thank you!

  • Hello!

    Subject say it all.

    But .. how do I check how many third party components I have in the project I am working on. Plugins, behaviors, effects...

    I know for sure I have TMX importer.. But maybe more? I have a crapload of third party components installed in C2..

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Somebody

    Thank you for your new inputs.

    I think I will go back to my own things I want to add.. opening up level (pumping up Bunbun), better exit door, BunBun exitting. At least that has to be done first so the level timing will be better and easier to plan/make levels when knowing how long it take for BunBun to pump up. (the level is moving meanwhile)

    Explosion/splat. I am pondering on doing Boulderdash/Supaplex style with 9 sprites instead for one big. Or maybe a combination. (for example the smaller 32x32 pixels being "dust" clouds under and the bigger 96x96 for the "splat" over. <-- that's the basis for the egg animation. BunBun and Fire will have their own. Right now it is just substitued by a rough idea of Splat with different colors.... Just mockups.

    Another idea I am going to add soon are two more enemy types, Switch panel to switch "gates" up/down..... at least initially.

    Of course intro/title/interface too..

  • * Fixed the two explosion bugs I listed above.

    (however the odd bug of level 9 still happens sometimes)

    * Added particles effect when eating fruits <- not 100% keen on the result, though.

    * Sped up the tube travel <- now I think it is almost too fast! haha motion sickness abound for BunBun

    * Sped up the tube in animations 0.3 sec shorter now. (from 1.0 to 0.7 sec)

    * Fixed a minor camera jump after travelling tube.

    http://www.funnybunny.se/game/

    (remember to hit reload)

    Somebody Thank you for your involvement. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • Somebody Ok then I get it! It is not the camera, but the actual old school movement. I could see if I could solve it somehow without mucking up with the code. I remember I tried it back in beginning but never got the engine to work properly. But I guess if I use a second invisible sprite for the "proper" movements, and then BunBun following it smoothly. hmm. And the cam following bunbun.. everyone are following someone.

    Regarding the extra effect.

    I guess, as long it is not involving the maparray it will be fast. yeah.

    Tube: OK!

  • Somebody

    Thank you for your review.

    I want to ask you, the jumpiness. The camera should not jump at all, that is my goal. BunBun do move in old school movement, but the camera should follow in smooth way. If it does not, please let me know.

    Interesting idea about the eating! I could try to add if it is not eating up cpu!

    The tube movement, do you want it to be faster while inside the tube? I could see if I could get up the speed without making it laggy.

    Or do you mean the animation itself. Well, yeah it is quite long I agree. I just feel like "wow I have made so many animation frames I want to use them" but if the consensus is that it is taking too long, then I should trim it down!

  • GenkiGenga thank you! The animation is bad I know. I need to replace it. The difference is that in original there's 1 single "explosion" repeated 9 times over the field while this one is one single to cover the whole field.

    I might revert to do as in the old style, though. I will ponder on this one!