superkew's Forum Posts

  • The new version is super cool.

    I have two problems.

    On the CoocoonJS site, I can't seem to find a way to register an acccount to use the cloud service.

    Text using a text object and fonts work, but if I change the font or the text size, it doesn't change inside the app. (this is with the launcher app on Android).

  • I was wondering why direct canvas was not working anymore. Thought it was me!

  • Ash

    Does that include the audio issues?

  • I also had an issue with sounds on Cocoonjs. Music doesn't play, and some sounds only start playing randomly after a period of time.

  • hi <img src="smileys/smiley2.gif" border="0" align="middle" />

  • It might do. Will try it tomorrow (it's 7pm here, work is done for the day).

    What would you say is a "maximum" global variable count? I just don't want to get to a situation where I start using too many....

    I am using the session storage for certain tags and also conditions per level. If I can use variables for that then I will move over to it.

    Thanks Ash.

  • Hi

    Due to the nature of my app, I cannot provide a capx file.

    But here is the error I receive:

    JSUtlities Exception: ReferenceError: Can't find variable: sessionStorage Cause: Tag: requestAnimationFrame Function: function() {b.Ec();}

    This is from a page where I tell it to automatically navigate to a new layout after x seconds using the following method:

    System - Trigger Once:

    -> Wait 3 seconds

    -> Go to layout "Home"

    On the next layout I do use the WebStorage object to check if a key exists in Session Storage first, and then its value.

  • The close all but this sounds good, I didn't know it. Thanks.

  • I'm not sure if this is the right place. But I think the following would be really nice to have:

    "Close all tabs button". Closes all the tabs currently open.

    A way to distinguish between even sheets and layouts on the tabs. Maybe something like [E] Event sheet 1, <img src="smileys/smiley27.gif" border="0" align="middle" /> Layout sheet 1.

    Some auto save features, I would love to be able to set the IDE to auto save on every "run layout".

    And lastly, not so much IDE. But could you make a way to override the default icons used for the various export methods. EG. on the project, link my own "logo.png" for the html 5 icon, rather than having to manually replace it every time I export?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I agree. I find it difficult to find the download page with the change log and beta releases.

  • Create an array.

    Use a while loop :)

  • does it use physics?

    You can set the sampling to framerate independent.

  • Interesting. I think it depends on the complexity of the level ;)

  • Does the

    -System-(seconds still)= 3

    have any other conditions? Maybe it is firing all the time.

    Try the trigger once function?

  • Have you tried storing a global variable which gets updated, and then on every tick match the angle of the object to it?

    Don't use instance variables as they will reset.

    I haven't looked at the code, but it sounds like it would work to me.