smitchell's Forum Posts

  • Im not sure, how do I find out?

    The game is pretty intensive, Over 200 events on the sheet that handles the game logic, some pretty particles and a array constantly doing some maths. Its a puzzle based game.

  • honestly I cannot tell the difference. Do you understand that no matter what screen size you use in C2, and if you set it to fullscreen, AppMobi still scale it to about 60% of its original size. So unless you have a High DPI then things wont look as good.

    Couple of questions that I think are the problem.

    In C2 what window size are you using?

    In AppMobi, what device are you testing on?

    What DPI are your graphics?

    If you can answer those then I think I can help

  • That might be why im getting such a good FPS, im running IOS5.

  • delgado, Add a variable, Instance or global doesn't matter, and name BulletsPaused or Angle Paused.

    then in your event where your shooting or changing angle, Add another condition:

    system.EveryTick:

    If(AnglePaused = false)

         -> SetSpriteAngleTowardPosition(Mouse.x, Mouse.y)

    And something similar for the bullets,

    Then on pause resume set it to false, or to 0 if using global varaibles.

  • Every time i click a object in my game I get this error:

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    Server received a HTTP request which was not a GET - this is not supported

    Condition: pRequest->Verb == HttpVerbGET

    File: HttpFileServer.cpp

    Line: 195

    Function: void __thiscall HttpFileServer::ServerThread(void)

    Build: release 77 (32-bit) checked

    Component: HTML5 exporter

    (Last Win32 error: 0)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

    ---------------------------

    Abort   Retry   Ignore   

    ---------------------------

    I have no Idea why, My Game has 198 events. And its when ever I click a object.

    Its quite funny, when I test my game on my iphone I do not get the error on the phone, instead it pops up on my laptop <img src="smileys/smiley17.gif" border="0" align="middle" /> even when the project isn't running on the laptop.

    I think it might be to do with the touch mouse plugin, I'll check now to see if its so.

    But has anyone else experienced this error?

  • Im making a mobile game, Just tested it on device, Im getting 50-60 FPS with audio working. I am using AppMobi. Havn't tried phonegap yet.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You cannot make money from the free version of Construct2, It's against the license, aswell as your not allowed to remove the link back to scirra.

    You need to buy at least the standard copy before you can make anymoney and remove the link.

  • If i understand your question:

    if you use the HTML_DIV plugin located here: http://www.scirra.com/forum/plugin-jessejohs-html-elements-pack_topic47084_post294874.html, Then you can use standard HTML to browse few user files.

  • taltal yes there for Construct2.

    Place the plugin in C2DIRECTORY/EXPORTERS/HTML5/PLUGINS, OR C2DIRECTORY/EXPORTERS/HTML5/BEHAVIORS and then open construct 2 again and they will be there.

  • Great! Thanks for this :)

    I saw this on there docs: http://playtomic.com/api/html5#Parse

    Is this allready part of the plugin? or is it just very similar to this: http://playtomic.com/api/html5#GameVars?

  • Oooh wait im dumb! it's because there was no event sheet set up to the layout <img src="smileys/smiley17.gif" border="0" align="middle" />

  • Im not sure if this is a bug or not. But im working on my game, so i can test it like you asked. But to be more organized i have 3 seperate IScroll objects one for LeaderboardList, LeaderboardSelect and settings.

    When I add a line on start of layout for the leaderboradList iscroll object nothing happens.. Have you encountered this before?

  • ranma thanks. Have you tried implementing ads into your games?

  • Matomy how can we call the ads? Through Ajax, HTML, or javacsript?

  • Great!. Quick question, Remember how we was talking about setting the background image offline.

    If i set the bg image to images/bgImage, Will that work?