sqiddster's Recent Forum Activity

  • 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...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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?

  • Talking about space again. graphics are all well and good however music is the main thing that worries me.

    I wonder if it is possible to externally host? (I'f i'm talking rubbish it's because I know barely anything about these things.)

  • Let's hope! The more support we get the better, so tell your friends ;)

    I saw a similar Flash bug (much less severe) with 16 stars at no.2 priority so hopefully we'll be noticed soon!

  • You will also want to make it push you 'off' the wall.

    Perhaps you could consider using physics?

    Anyway, I am not sure how 'is by wall' actually works, but here's an idea if it doesn't turn out.

    Put two invisible objects pinned the player like so.

    Image

    If both of the objects are overlapping the wall, then you know you are touching a near-vertical wall.

    Of course, that's all if the problem lies in 'is by wall'. Send your capx!

sqiddster's avatar

sqiddster

Member since 5 Sep, 2011

Twitter
sqiddster has 4 followers

Connect with sqiddster

Trophy Case

  • 13-Year Club
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Email Verified

Progress

16/44
How to earn trophies