Paradox's Recent Forum Activity

  • You just disabled the one condition, that's if you have more than one and still want the other to work.

    Right click the left edge where the little green trigger arrow is, rather than on the condition, and select disable from that spot, and it will disable the whole event.

    It also works that way for other things like copying, click the condition and you select just the one, select the left edge, and you select the whole event.

  • It works for mine, I tried Chrome IE9 and Firefox. (in preview)

    I have a beta online for testing here:

    http://visualparadox.com/games/pucked/

    does f11 work for you with it?

    it's in letterbox scale mode, webGL on, hide address bar=no

    do you have functions to scale the screen, or do you let Constuct2's scale do it? I had to remove all my manual scaling, it seemed to conflict. (the background wouldn't always scale until I took my scaling out.)

    Ashley will probably need a Capx example, can you make a new almost empty Capx that also won't go full screen?

  • I did that back when I had around 200 and dropped to 150. so I didn't do that anymore. I assumed it was leaving out older forum posts.

  • Took awhile to figure out what was happening. ugh.

    It turned out when I would edit a variable, it would leave out the variable name, (without my noticing) causing a crash to desktop at the next preview or save. It only happens when a constant global variable is present in the project.

    <img src="https://dl.dropbox.com/u/85412219/forumposts/variablecrash.png" border="0">

    https://dl.dropbox.com/u/85412219/forumposts/variablecrash.capx

    edit event 2 and see the variable name is blank like the image. If you catch it when it happens, or return to fix it when you see the name in the event has changed to {0} then you will avoid the crash.

    I had something similar in the past as well, but I could only track down that it was a problem with a static variable, I just avoided static variables ever since. This is probably what happened.

    R108.2 64 bit win7

    [edit: made the capx link clickable]

  • In a "Clay.io plug-in" post in the Plug-in forum, page 22 in the replies, Austin answered how to submit to the Win8 store using that plugin:

    ...the API should work if you export as Windows 8 and include socket.io.js, clay.js and clay.css. Per Windows 8's approval process, since Clay.io asks for user info, you'll have to include a privacy policy in the settings charm. You can add that with something like:

    WinJS.Application.onsettings = function (e) {

        e.detail.applicationcommands = {

            "about": {

                title: "Privacy", href:"http://clay.io/privacy"

            }

        }

        WinJS.UI.SettingsFlyout.populateSettings(e);

    };

    I'm still not sure where you put that code, (if minified?) but it sounds like another lead. He however didn't have an example of an actual Construct2 game that has made it yet.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The Unique Identifier for the leaderboard has the same problem the Achievements had. The field only accepts numbers.

  • You have impressed me. It appeared you made those changes faster than I made the screenshot and post.

  • The scrollbar wasn't really my concern, it was that you can't tell there is more to scroll to see. What about a little bar at the bottom with an inverted chevron pointing down to indicate there is more? (see my image.)

    Or maybe when the window is sized, and there is more below the scroll, have it always cut off half way through the last achievement, that would be obvious it needs to scroll.

    Also in the image, (I just captured,) there isn't any icons showing.

    <img src="https://dl.dropbox.com/u/85412219/forumposts/achievements.jpg" border="0" />

    I should have noticed Weishaupt's missing fetch, that was in my first post on the previous page. (Edit: page 19)

  • NaN is usually the response Construct2 gives when you try to use a number Variable to hold a string. (Not a Number?)

    Maybe in Event 7:

    Set Temp to int(Clayio.Data)

    Or, after looking at what you were actually retrieving, maybe Temp was supposed to be a String Variable?

  • Where do you turn on the achievement icons?

    next time you work on it, could the scroll bar be any wider? it's hard to see on the PC, I worry it's invisible on mobile.

    My "Show all Achievements" window will require scrolling, (already does) which is why I was hoping for new achievements to show at the top.

    No hurry though, I'm not near ready yet.

  • <img src="smileys/smiley20.gif" border="0" align="middle" />

  • an idea to keep a possible complication simple:

    If you are adding a sort for the achievements, it could be just choosing what to sort by, the number (current sort,) the name, or the Unique Identifier, which would be the custom sort as well as the id name.

Paradox's avatar

Paradox

Member since 29 May, 2012

Twitter
Paradox has 16 followers

Connect with Paradox

Trophy Case

  • 12-Year Club
  • x2
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

19/44
How to earn trophies