Maukka's Recent Forum Activity

  • Only solution I've found is to just add a new column at the front, copy the values from the column I actually want and then sort before popping the front.

    I'd love to know if there's a better way.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • For Construct 2 I designed most things with crop mode in mind but I can't find the option to set it in C3.

    If I kept using C3 would I have to choose between supporting lower resolutions or allowing players to make use of a higher resolution to hide less stuff behind submenus and such?

  • For each lets you use a family and not just objects so just use that.

  • The project files get compressed into package.nw file (html5 export just has the files uncompressed in the root folder).

  • You might want to have trigger once on both so that it doesn't do the set size every tick.

  • Hmm, Geolocation object has timestamp which you might be able to use.

    Edit: Also https://www.scirra.com/tutorials/940/ho ... -a-project might help

  • This plugin might help.

    http://c2rexplugins.weebly.com/rex_time_awayl.html

  • I think he wants to be able to open json files with his application. As in in window right-click a json file select open with and find nw.exe file and then somehow get it to understand that it should launch and load the specified json file.

    I have no idea if that's possible or not.

  • How do you keep the the health and coins in place in the HUD? Do they have a separate layer that doesn't scroll with the rest of the stuff?

  • Problem Description

    2 short waits aren't equal to 1 long wait

    Attach a Capx

    https://mega.nz/#!95F2Aa5C!9xV4xu4Tb9Ttx7pZqbFhzpfOtK9ixEIGQrZMT1yXmII

    Description of Capx

    Every 2 seconds moves 2 sprites with the sine behavior for a second(one using single wait 1s and the other 2 wait 0.5s)

    Steps to Reproduce Bug

    • Run the capx
    • Wait a few seconds

    Observed Result

    The 2 boxes get out of sync

    Expected Result

    The boxes should remain in sync.

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    Win 7

    Construct 2 Version ID

    r243

  • I'm doing this for a button and something I ended up doing was make sure that period and duration of the shake worked out so that the object would return to the original location instead of moving around slightly. (using large magnitude helped with testing).

    But as far as I can tell it seems like even if you deactivate the sine in a different location when you reactivate it it'll continue where it left off meaning that it should never move more than the magnitude away from the original location so unless the exact location is important for some reason it should be fine to use any duration for the shake. Not sure if changing layouts or anything would break it.

    Also apparently two 1 second waits and a single 2 second wait wait for different times or something.

  • Seems like all you need is a way to pick the correct instance of the object you want to move/freeze the player to. So either some condition that picks only the relevant object or just using for each object to go through all of the objects should work if you really need the invisible sprite you could create a container with the invisible and not invisible object and use instance variable to store the IID of the visible thing so you can teleport player to it after collision.

    capx with 4 ways to do it

Maukka's avatar

Maukka

Early Adopter

Member since 27 Oct, 2014

None one is following Maukka yet!

Trophy Case

  • 10-Year Club
  • Popular Game One of your games has over 1,000 players
  • Email Verified

Progress

12/44
How to earn trophies