Radagar's Forum Posts

  • I have been working on my game for android and have had serious lag issues with cocoonJS. the main issue i had i just solved thru trial and error and wanted to share. to stop object collisions causing slowdowns or stops.

    do this object 1,2,3,4

    object 1 is overlapping object 1 set object 1 x to object1.x+10

    object 1 is overlapping object 2 set object 2 x to object2.x+15

    object 1 is overlapping object 3 set object 3 x to object3.x+17

    object 1 is overlapping object 4 set object 4 x to object4.x+20

    object 2 is overlapping object 1 set object 1 x to object1.x+10

    object 2 is overlapping object 2 set object 2 x to object2.x+15

    object 2 is overlapping object 3 set object 3 x to object3.x+17

    object 2 is overlapping object 4 set object 4 x to object4.x+20

    object 3 is overlapping object 1 set object 1 x to object1.x+10

    object 3 is overlapping object 2 set object 2 x to object2.x+15

    object 3 is overlapping object 3 set object 3 x to object3.x+17

    object 3 is overlapping object 4 set object 4 x to object4.x+20

    object 4 is overlapping object 1 set object 1 x to object1.x+10

    object 4 is overlapping object 2 set object 2 x to object2.x+15

    object 4 is overlapping object 3 set object 3 x to object3.x+17

    object 4 is overlapping object 4 set object 4 x to object4.x+20

    i hope this helps some other indie developers out there my game is running a lot smoother now.

  • hello world

  • i am getting this error also fixed nm ty

  • i think i found a answer here

    c2metro.wordpress.com

    an other advice i would appreciate

  • I am making a game now and placed a banner for ads. I have looked all over and havent found a answer. Can i make my banner have sprite link to ad networka or do they add them after i put the game up? I want to put ads in my game for mobile platforms and online site.

    all help is greatly appreciated

    Thank you in advance

  • i got the title screen working thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • well the last piece about particle effects worked thank you for some reason the others did not

  • yeah thanks for the advice i know there are tutorials and the manual i appreciate that. i thank you for taking the time to answer me. i will try to impliment them into my game thank you.

  • i know there are tons of tutorials out there and i need to learn alot. i just had a few questions that i havent seen. i want to do a few things.

    1) make a ok button work to goto a new layout like a start button when clicked

    2)make a bullet track a random object and destroy both on contact

    3)after the object is destroyed attach a particle effect to the object that is destroyed only or set a animation of destruction only on destruction.

    i havent found the direct answers to these and construct 2 dosent pull up web expamles for some reason thanks in advance for any help.