d939569e84594e1586eac3e65e28dfb2's Forum Posts

  • exactly what ^ said

    all my apps work in desktop and tablet mode...

  • 10% discount? how did you manage that

  • the ones that get removed are usually blatant copies of a game.

    I have 20+ apps. I have only ever had 1 removed, Magic 8 Ball.

  • it depends on how you are going to be sending said email.

    what platform is this for?

  • any idea how much full price will be?

  • oserk not going to lie, I completely forgot to try this out on my machine.

    I am marking it in my calendar to do it tonight

  • Does anyone know if there's currently a way to add Amazon In-App Purchasing to a Crosswalk apk?

    A quick google and I see a Amazon IAP Phone Gap plugin...so I would think its possible to add to crosswalk.

  • are you sure? I've been programming in html for quite some time now, and target blank always opens in a new tab in my experience.

    could you be a bit more constructive with the reply please?

    Yes. Since you have been programming html for along time, you must be aware that html acts VERY differently on different browsers and settings.

    Apparently one solution (I have not tried it) is adding to links style="target-new: tab;" . . . but if a user has there settings to force a new window instead of a tab I am not sure if that would fix that.

    You need to find out what browsers / versions / settings are people using when the window is being opened in a new window vs. tab.

    On-top of that, if you concern is a pop-up blocker...a pop-up blocker can block new tabs, not just new windows.

    EDIT: Just to throw it out there, one of my apps in both IE 9 and Chrome open in a new tab, not a new window for me (I have not changed any of my settings of course). Perhaps you could post the app that is giving you issues?

  • oh... it's such a simple html task though. target="_blank"

    My problem is that sometimes browsers will block the pop ups like they're the devil. And i'll I want to do is let players visit my social pages when they choose to. A very common "share" button thing.

    Incorrect.

    target="_blank" can misbehave in different browsers based on browser setting

  • > 300 event under a single function?

    >

    > Sounds like there is room for improvement there...

    > when done right, it should be pretty easy to understand the mechanics

    >

    Nope, in fact I'm closing in into perfection. It's a combination of procedural filteration, array manipulation and producing meaningful multiplayer.message by the end of it to be decoded on client side. I can easily create new skill just by modifying my csv, without programming new skill. It's like creating a "plugin" for card's special skill. I think it is more accurate if I call it engine for special skill.

    I misunderstood then. If that is the case, that is awesome!

  • > Ahh i am a huge fan of pokemon and yugioh as well. I hope all goes well with the logic, i can imagine it gets complicated having all the variables of leveling up and getting stronger.

    >

    Well, in ccg or tcg, having a level is meaningless and it is just an indicator of progress/experience, and actually it is an easy part.

    Keeping track of current instance value of current active cards is the hard part, and creating a dynamic special skill system is so far the hardest of them all. Having 300 event just under a single function is extremely difficult to control, but through patience I believe I'll get them right at some point.

    My gameplay is just too different from traditional yugioh, pokemontcg, mtg and current trending ccg/tcg gameplay, I think one of the reason of the difficulties understanding my own mechanic .

    300 event under a single function?

    Sounds like there is room for improvement there...

    when done right, it should be pretty easy to understand the mechanics

  • I believe Construct itself cannot handle this...it is browser specific and browser setting specific. So you say, open new window...and the browser settings determine if it is a new tab, or a new window

  • interesting.

    I just submitted an app with 186.2 . . . I did not test suspend. I will check when I get home if it works or not (I don't have a physical windows phone)

  • armaldio

    You can use them for here:

    Thanks

    thanks, but it's not one of the free ones xD I shall have to make my own

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • We have published the cordova 3.5.1 update for crosswalk 7&8 (stable & beta in XDK). You don't need to install anything, just rebuild your app and resubmit to google play. I just published a test app and haven't seen a new cordova alert so I think we are okay. Thanks for your patience.

    Now I have a request for you. Many of you have been submitting both x86 and arm apk's to google play, but we need more. If you only submit the arm APK, it won't run on the 40 million tablets that Intel sold in 2014. It won't run on the new google nexus player (http://www.google.com/nexus/player/). Your users might get a black screen and give you a bad rating. My boss will come to my office and ask me why your game won't run on his phone.

    Submitting both arm and x86 just takes a few minutes. It's a simple way to improve the user experience for you users, and much easier than the hard work you put into making a game.

    The build email has a link to a zip file with arm and x86 apks. When you upload the APK in google play, there is a button in the top right that says 'switch to advanced mode' Click on it. Then upload the arm and x86 apk. Publish. That's it! If you have a problem, PM me.

    It's the single most important way to show your appreciation for XDK and Crosswalk, so please do it, and help spread the word.

    Started converting mine over to both x86 and arm <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">