sqiddster's Forum Posts

  • newt, I'd have to agree. I would suggest an update of the beginner's tutorial - perhaps including a title screen?

  • Look at the FAQ first of all.

    You should indeed create another layout. it's in the project bar on the right side of the screen (you may need to navigate tabs at the bottom). Right click on the 'layouts' folder and select 'new layout'.

    EDIT: Ninja'd!

  • No fixes? I feel guilty with 18k rep :P

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Apparently when Kongregate officially supports HTML5 Scirra will work on a Kongregate plugin. Looking forward to that!!

  • It worked, many thanks.

  • smitchell - I am having this problem too. I'll do what you said.

  • also get error page whenever I go to profile:

    Server Error in '/' Application.

    Runtime Error

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->

    <configuration>

        <system.web>

            <customErrors mode="Off"/>

        </system.web>

    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->

    <configuration>

        <system.web>

            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>

        </system.web>

    </configuration>

  • I also have many badges... Lovin' the rep bonus :D

  • _<

  • Yann That's actually what I was going to say... but then I thought, no, it couldn't be.

  • Not possible at the moment without some crazy antics to quickly swap object types while acknowledging all the forces.

  • Side note: it is more customary to have 0 = false and 1 = true, as there's an operation to toggle them (x = 1 - x)

  • Probably because the system currently returns vector X and Y components and it is easier if your operations use them directly.

  • Yeah. They don't seem to be responding however...

  • I have studied this problem, and in fact all you need to do is press the key fordirection you are stuck moving in.

    Perhaps this indicates the cause of the problem or could be used in creation of a temporary solution?