Tom's Recent Forum Activity

  • Once Scirra has a bigger footprint on the web this will become much less of an issue.

  • The one thing that article illustrates is the beurocracy involved in developing HTML5, it's political and nothing you should be worried about. The beginning of the article was a bit of a scare monger but it's not going to affect end users much at all.

  • How about:

    "Construct.... Two!"

    or

    "Construct pew, pew-pew!"

  • I'm not sure if that can load fonts the user doesn't have though

  • Hi Jerry,

    It's great you are considering Construct for educational resources. The tutorials forum has a lot of tutorials:

    It's best if you start making what you want, then post whenever you come across something you get stuck on. You said you don't know where to start, but some of those tutorials should give you a good starting point.

    Tom

  • Looks good! Keep up the good work, always good to see new Construct sites popping up.

  • Related info:

    http://stackoverflow.com/questions/4037 ... ull-screen

    I imagine Ashley will figure out a way to do this in a later build. It's possible but it's going to need some special code.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh you're talking about the editor. Then yeah every time you make a change you will need to reload the editor.

    I'm not sure of any other good solution to this. Maybe a dev panel that has a button on it which reloads all resources and other stuff? Or a button that closes and reopens construct would be really handy.

  • In the source:

    [quote:2kwpdv2m]<script type="text/javascript" src="c2runtime.js"></script>

    It would probably be good if you could build the external JS with a version # in the name to remove confusion for debugging when viewing peoples code etc, (you can see exactly what version they are using). It will have other benefits down the line as well.

    IE:

    [quote:2kwpdv2m]

    Alpha release 27:

    <script type="text/javascript" src="c2runtime.a27.js"></script>

    Also as mentioned in another thread, plugin development is hampered by browser caching. During development it would be beneficial to stop caching:

    [quote:2kwpdv2m]

    <script type="text/javascript" src="c2runtime.a27.js?nocahce=27 feb 2011 13:38:32"></script>

    But during the formal export the query string can be removed.

  • Sounds like a browser caching problem. I think Construct saves all the plugins as external JS files to stop common resources being re-downloaded all the time.

    I think during development, when the run button is pressed, a query string parameter should be added to ALL external JS, to stop caching.

    IE:

    <script type="text/javascript" src="c2runtime.js?nocache=14/feb/2011/12:47pm"></script>

    This forces the browser to reload the resource and not rely on caches.

    When the project is exported formally, the query string params can be removed.

  • Right clicking during a game brings up context menu in a lot of browsers which interrupts the user flow, if you add:

    oncontextmenu="return false;"

    to the canvas element it should prevent this, proposing this as a default setting for all exports.

  • I think (although I don't know 100%) HTML5 has a built in standard for playing audio.

Tom's avatar

Tom

Early Adopter

Member since 10 Jun, 2007

Twitter
Tom has 1,398,690 followers

Connect with Tom

Trophy Case

  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x6
    Popular Game One of your games has over 1,000 players
  • x5
    Famous Game One of your games has over 10,000 players
  • x40
    Coach One of your tutorials has over 1,000 readers
  • x4
    Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x12
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x3
    Lightning Draw First person to up-vote a new Construct 3 release
  • x5
    Great Comment One of your comments gets 3 upvotes
  • x4
    Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

36/44
How to earn trophies

Blogs