TastyBytes's Forum Posts

  • Cool. I like your music!

  • I have made an update and forget to tell you. You can play it on the first post of this thread. Next thing to implement are the enemies for sure. But I am still waiting for family behaviors.

  • I have taken sound-effect.com. Again: Thanks for your help!!

  • Thank you all. This will be very helpfull. The music for my game allready exists, but I need jungle atmosphere sounds for the background.

  • Hey. I am searching for sounds and music for my game. On istockphoto.com I found what I am searching (rainforest sfx) for, but...

    I read their licence and if you want to use the sound/music in games your game has to be limited to 2000.

    How do you do?

  • Hehe. You know you dont have to. Your are the helping guy, not me. Good luck for the contest!!

  • Yann: Im not sure if you have seen it, but Ive made a new picture for you. with pancakes :-) (for your help in the disolve post I made)

    Of course I really don?t know if you are frensh. Just a guess.

  • I have done it like vtrix said. I have made eventsheets like: Player, Checkpoint_System, HUB, Enemies, Music etc. and included them into the main eventsheet.

    Works fine for me.

  • Weishaupt: sorry. True!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ha! Das erfahre ich erst jetzt? ;-P Aber das Forum scheint noch recht leer zu sein, oder? Wie wahrscheinlich ist es, dass man auch Hilfe bekommt? Deswegen ja auch meine zweite Frage.

  • german Version:

    Hallo. Ich bin mal so frech und schreibe hier direkt in deutsch rein. Ich wollte wissen, ob es ein deutsches Forum gibt f?r Construct classic, bzw. Construct 2. Ich merke des ?fteren, dass ich mit meinen Englischkenntnisse an meine Grenzen sto?e. Gerade weil es oft doch sehr spezifische Fragen sind, die beim basteln entstehen.

    Ich wollte wissen, ob ein deutschsprachiges Forum f?r Construct besteht und wenn nein, ob interesse daran besteht eins zu er?ffnen? Webspace h?tte ich. Ich w?rde mir auch noch zutrauen ein Forum aufzusetzen. Ich habe aber nicht die Zeit und auch nicht die Kompetenz einen Moderator zu spielen. Au?erdem w?sste ich nat?rlcih vorher gerne erstmal ob ?berhaupt Interesse besteht.

    english version:

    Does a german bulletin board for cc and c2 exists? If not, is there a need for it?

  • tested: Works fine!

    Thanks again!

  • newt: Really such easy? <img src="smileys/smiley3.gif" border="0" align="middle" />

    I have to try! Thank you!

  • I use tiled background objects for my plattformer to walk on. The idea is to create rounded stones on the sides of the tiledbackground(blue) to make it look more natural. I have done it by hand for now, but I guess the best solution is to create them by the system. The problem is, that it only works for one tiledbackground.

    The code I used is simple:

    on start of layout:

    System create object "sprite_left" on layer 0 at (TiledBackground.X,TildedBackground.Y)

    System create object "sprite_right" on layer 0 at (TiledBackground.X+TiledBackground.Width,TildedBackground.Y)

    Here is my capx:

    CAPX

    I guess there must be something like:

    On start of the layout:

    System create object <?for every tiled Background?>:

    System create object "sprite_left" on layer 0 at (TiledBackground.X,TildedBackground.Y)

    System create object "sprite_right" on layer 0 at (TiledBackground.X+TiledBackground.Width,TildedBackground.Y)

  • chrisbrobs: Uhh. That?s too dificult for a progamming noob like me. It would be great to have it as a "stand alone" behaviour for guys like me. And a fliping animation is useful in many ways. Not just for ebooks and card games...