TheDom's Forum Posts

  • Personally, I would create a separate layout for each level.

  • Take a look at the following tutorial: https://www.scirra.com/tutorials/998/screen-resolution-for-mobile

    And use the browser object

    create a condition using on any touch, using the browser object to set to full screen.

    like anything, you need to tested. Especially when you going to a tablet.

  • Don't use pin. Try using "Set Position to another Object"

  • Write a condition

    Boss > System> Is on Screen > Current Music >(Stop)

    ..................................................> Boss Music > (Play)

    Or use

    System > On Created > Boss > Current Music >(Stop)

    ..................................................> Boss Music > (Play)

  • There's a couple of ways to go about it. Here's my take on it if I understand you correctly. There is no reason an instance should change size when it's created.

    Create a small sprite called SpawnBox and set it's property to invisible

    System> Every 2 seconds

    if instances count < 2 > System > Create Object > SpawnBox at : y=240, X= Choose (160,320,480,640)

    Create a dual condition with (X) being inverted

    SpawnBox > On Created > SpawnBox ...... > Spawn Instance

    instance > On Overlap (x) with Instance ... > SpawnBox Destroy

    Else > SpawnBox Destroy

  • Not sure what you mean by a cover system. Can you elaborate?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hope you find it useful. It's older material and you can improve on a lot of it. But it is the foundation of how to handle it and I'm sure there are other approaches. There' is also a lot of other useful code in there that will get you started with other things you might need in your game.

    Good Luck

  • Can you post a capx?

  • There are a lot of tutorials. Search for platform AI. Also search the store, there are a lot platform AI's and I saw one recently specifically for fighting. If want to PM me I will send you a sample project of one that I created with lots of useful stuff.

  • Looks Interesting. Thanks or sharing!

  • Try selecting the project and in the properties dialog set the default browser to the browser you want to launch. If it's set to "Default" the issue may be with computer. Force it to make a choice. You should use Google Chrome.

  • I'm interested in talking to you. I went to your Facebook page but there doesn't seem to be much going on there yet. I will make a post. Here's a link to my upcoming gamehttp://neoprofessor.com/final-contact/. I have a separate website under construction, new artwork, and gameplay video coming soon. I plan a Kickstarter or Crowdfunder and need a kick ass trailer. I plan to make this game available for all mobile platforms and steam. You can PM me or contact me through my website.

  • Google Drive shouldn't have anything to do with it. Web storage uses the cache of the browser.

  • I tried to install rex_boudary plugin but it doesn't seem to install and I cant open your project

  • Search the tutorials section. There is a tutorial on how to do it.