nemo's Forum Posts

  • HZGaming you set the test mode on in Construct 2 Windows 8 plugin and then export and in visual studio you create a test certificate and then run it with Visual Studio debugger. You should create some action for the is expired command in C2. Maybe one tap on some object makes a sound if the licence has expired. Don't forget to export it again without the test mode on in C2.

    I'm struggling myself with the Windows phone universal app export trial.

  • I have created a paid Windows Phone app and I would like it to stop functioning after the trial expires. Does the Windows 8 plugin work with universal apps?

    How do I update universal apps without loosing my visual studio settings?

    Thank you in advance for taking your time to answer.

  • This is exactly the stuff that I've been struggling with. I'm used to having my own folders for different quality assets for my games. I would love to be able to simply change the path and manually maintain different resolution pictures. from /hi_res to /lo_res and then export or alter the path from my games graphic options. Years ago I was using Game Maker and I wrote a script to replace all my sprites that were just blue circles with a correct picture file from a folder. It made everything easier and allowed me to load files when I wanted. I see that Construct 2 has a similar command to replace sprites, but I would like to see more than 8x8 stretched blue balls when I'm editing my levels.

    stuatk mentioned 3dsmax and it's a good example to learn from as it's well designed tool for visual work.

  • It's good, but the shadows looks like sun rays.

    If that's what it is supposed to be, then the trees should not be the ones casting it.

  • Works fine with r173.

    Just a side note: I did use the "include attachment" when I posted, but it's not working Tom should look into that.

  • Problem Description

    ____Music doesn't loop in C2 Chrome/Webkit preview____

    Attach a Capx

    ____ attachment included if this upload system works ____

    Description of Capx

    ____At the start of layout try to play music in loop____

    Steps to Reproduce Bug

    • Create new empty project>
    • add audio object>
    • import any music file>
    • set music to play on loop when the game starts>
    • preview your game and the music will not be looping

    Observed Result

    ____ music plays once____

    Expected Result

    ____ Music should play in loop ____

    Affected Browsers

    • Chrome: (YES)
    • Node-Webkit: (YES)
    • FireFox: (NO)
    • Internet Explorer: (NO)

    Operating System and Service Pack

    ____ Win7 ____

    Construct 2 Version ID

    ____ r172 ____

  • Looks like a cool game, but how well does WiiU run C2 games?

  • I would like to know if it's possible to cancel the wait action as I have some actions taking place after a delay if player doesn't touch the screen before its the wait is over. I would like touching the screen to start the wait action again and not execute what happens after the wait. If there's no other solution, then I suppose I have to create a custom timer for this.

    If resetting the wait action is possible I would like to know and it would make things easier.

  • Anyone developing for Android can't update their java because of the black screen issues it causes on signed games.

  • damainman, have you tried to close all C2 tabs? When you visit your layouts of event sheets it remains open in a tab consuming memory. I had this random error/crashing issue long time ago due to C2 memory leak. All my issues resolved when I started closing tabs regularly.

  • Here's a good list of the songs with their release year:

    http://bioshock.wikia.com/wiki/BioShock ... Soundtrack

    and here's a list of copyright lengths by the countries:

    http://en.wikipedia.org/wiki/List_of_co ... ht_lengths

    I think the European law is more human readable than the U.S one. There are some exceptions to that 70-years i U.S laws. It can also be 120-years if the content was created by corporation or if the copyright has been extended.

    I should also state that I'm not a lawyer and I'm not providing any legal advice.

  • If you are talking about "Ten Cents A Dance" I think it's recorded 1930, so I think it's free to be used now. I believe it's 70-years after the artist have died that the copyright expires and it is then free for everyone.

    http://en.wikipedia.org/wiki/Berne_Convention

    http://en.wikipedia.org/wiki/Public_domain

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't know whats causing it or how to reproduce it. It has happened to me twice at different days. I don't have this issue right now. My C2 was on windowed mode if that could have caused the issue.

  • Problem Description

    I Can't get the layer parallax to stay 0,0 it will reset to back 100,100 after I change the layout. After I close C2 and open it again the problem disappears. This has happened twice and both times C2 has been open for some time.

    Attach a Capx

    ____ Upload a Capx to this post ____

    Description of Capx

    ____ Concise description of what this CapX does ____

    Steps to Reproduce Bug

    • Step 1 Have C2 open for some time and then create a new project
    • Step 2 Create two layouts both with two layers
    • Step 3 Set one of the layouts layer(0) to parallax 0,0 and then go to the other layout. When you return to the layout where you changed the parallax to 0,0 it will be back to 100,100.

    Observed Result

    0,0 parallax resets to 100,100

    Expected Result

    parallax should always remain 0,0.

    Affected Browsers

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

    Operating System and Service Pack

    Windows 7

    Version 6.1.7601 Service Pack 1 Build 7601

    x64

    Processor Intel(R) Core(TM) i5-4670K CPU 3.40GHz, 3401 Mhz, 4 Core(s), 4 Logical Processor(s)

    Construct 2 Version ID

    r168

  • SgtConti Wow. That's enough info to create a full tutorial. I was originally handling each layers scale individually, but it resulted to lower framerate and a small lag and zoom speed variations with each of my layers. My project is using 8-10 layers and that could be the reason for lags. I will do my best to adapt your techniques into my project. Thanks big time for your efforts SgtConti and sqiddster.