nemo's Forum Posts

  • This is great rexrainbow. Thank you.

  • I would be intrested having it too :)

  • Here is a free load screen maker:

    http://heartcode.robertpataki.com/canvasloader/

    This should be handy for all the html5 projects. I just don't know how to implemen it yet. If there's smarter people than me here I would like to hear your opinions.

  • There is a function for browser conditon if visible. I have tried to mute the audio and set time scale to 0 if hidden, but so far it haven't worked as planned. it won't mute the audio for some reason.

    ---

    EDIT:

    Seems to be working in chrome but not in pokki. Now if I could make the loading screen visible in pokki.

  • I just noticed when I exported my project that the construct2 ad "Create your own HTML5 games with Construct 2" appeared.

    I like Scirra and CC and C2 but this should only be included in the free edition.

    I use release 79.4.

    It's pretty easy to manually clean if needed but would be more professional.

  • I would if my project wouldnt be so big and if it would be made with single file. It could be something caused by the layers cause when I browse my game menu everything is ok, but after visiting gameplay this occurs. I think I will just do something else while I still have my hair left.

  • This is my great menu button effect. <img src="http://dl.dropbox.com/u/53898431/Junk/c2_bug.jpg" border="0" />

    It works perfectly until I change layout and return. The buttons won't set their angle to 0 anymore. Is this a bug or am I doing something wrong?

  • This is a nice tutorial, but for those who wish to have their "pokkies" approved should have minimize button and instant splash screen when opening.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm not sure but would it be more accurate if you would add dt on every step to CycleTest and then set the text to "Every 1 second: " & floor(CycleTest1)?

  • I look forward to this tutorial. Should be interesting.

  • Nevermind it was in the layout properties.

    It would be handy to have construct ask whether or not the event sheet should be included or duplicated.

    This topic can be deleted.

  • Release 76 has function to duplicate layouts, but it won't include event sheet... How could I link event sheet into layout?

  • When could we expect the next build to be released?

  • Thanks Yann. It's working nicely.

  • How could I move/dragg the viewport by holding down middle mouse button in my game, just like in construct 2 viewport?

    So far I have managed to do this:

    Cameraman:

    Substract Cursor.X/2 from CurrentX

    Substract Cursor.Y/2 from CurrentY

    Cameraman:

    Set X to Cameraman.CurrentX

    Set Y to Cameraman.CurrentY

    This works well, but returns view back to the starting point.