mattrouse's Forum Posts

  • 5 posts
  • Matt - I own a web developement company in Oregon. I also own several web properties of various sizes and consult to several clients including a video game design company that builds for iPhone. My goal is to be able to own my own video game company someday very soon.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am curious why you are using the canvas plugin for the Lemmings example and not setting it up like a platformer? Is there any technical reason for this? I am interested in building a Lemmings style game but I am a Construct beginner so I want to make sure I get moving in the right direction as I start on it.

  • I thought I had already replied to this, but just in case, I wanted to let you know it was server related. For some reason it was adding the extra / in the code. Never seen that before, tried another server, works great! Thanks for the help!

  • Here is the URL so you can see what I am getting:

    http://facebookgametime.com/game/

    All I did was export and transfer the files to the server. I did some minor troubleshooting and the script is running and it stops on:

    index.html

    cr.createRuntime("c2canvas");

    cr is not defined

    c2runtime.js

    sysexps.log10 = function(ret, x)

    Uncaught SyntaxError: Unexpected identifier

        {

            ret.set_float(Math.//log(x) / Math.LN10);

        };

    Tested in Chrome, IE 9 has the same issues.

  • I tried exporting on rc81 and got the error they mentioned but the log() fix didnot work for me. I have also tried on r82 with no luck. I am exporting the tutorial game to an apache server and I tried adding mime types in htaccess and several browsers. I keep getting javascript errors, the latest being unintended identifier in line 5179.

    Basically, I need an HTML5 design program for a project and so far I can't export anything working out of this one. I understand that other people's projects work so I asssume I am doing/not doing something.

  • 5 posts