tumira's Forum Posts

  • lucid

    Thanks for the quick bug fix.

  • ArcadEd I dont see any updated Capx with ads ?

  • lucid , I just sent the email to you together with a screenshot to show the berserk bug.

    Edit: Just import from construct 2 and preview it in Stock browser.

  • lucid

    I only have one scml object "player" on the screen. Based on my observations, all of the player animations will have this berserk sprite ? bug intermittently on android stock browser. The animations are saved using Spriter version B8 and prettify off. I will test on GreyGuy example and post link for you. Can you test on your side using android stock browser and sees if the problem occurs ?

    The bug only happens on android stock browser and not on chrome, firefox (PC and android)

    Lucid, can you put your email for me to send the scml, capx file ?

  • Ashley

    I also got a complained from a publisher or sponsor regarding the double touch bug on stock android browser. I have tested my games on Galaxy S3 International 4.3 (Stock rom) and it does have this bug.

    On touched "btnClicked"->increase integer : will trigger twice on android default browser.

    I have to do this for now.

    global variable =androidTouchFix=0

    is touching "btnClicked" and androidTouchFix=0->Increase integer and change androidTouchFix=1

    on touch end=androidTouchFix=0

    Above are not the actual codes. But I hope you can understand the logic.

  • lucid

    Hi. Did you test Spriter object with Android default browser ? One of my publisher is complaining that the character will sometimes just corrupted. Hands, eye just go beserk at a split of a second when idle. When I tested it on my Galaxy S3 default android browser, it does shows this bug. I may have to revert to old spritesheet method if this can`t be resolved on Android browser. On chrome it is ok.

  • Ashley

    Maybe we can have an option to use webP in Node-Webkit,Crosswalk and Chrome Store export ?

  • ArcadEd and everybody

    Do you refresh the ads in cocoonjs. Have any event like Every 30 seconds -> refresh banner ?

  • lucid

    Spriter+Construct 2 really does improve my games animation. Thanks for the bug fix and plugin updates. Keep em coming.

  • Are your games complex games or simple mobile games ? How much time did you spent for 1 game development ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi Ashley

    I found one sponsor that requesting that the game is open in window.top.location and not window.location

    "Notice: The games are loaded inside an iframe, so the link must be opened in the top window. If you are using a HTML link, please add the attribute target="_top". When using javascript to open the link, use window.top.location.href (and not window.location.href)"

    When I looked at the Browser plugin I found out that the plugin codes for GoToURL is this

    Acts.prototype.GoToURL = function (url)

    {

    if (this.runtime.isCocoonJs)

    CocoonJS["App"]["openURL"](url);

    else if (this.runtime.isEjecta)

    ejecta["openURL"](url);

    else if (this.runtime.isWinJS)

    Windows["System"]["Launcher"]["launchUriAsync"](new Windows["Foundation"]["Uri"](url));

    else if (!this.is_arcade && !this.runtime.isDomFree)

    window.location = url;

    };

    Maybe we can add another parameter or option to the function like "top" or "normal" ?

    Right now I have to use Browser execute Javascript to solve this problem and I heard that some of the Construct 2 users are rejected or having problem with this Sponsor. Unless they use DOM or Browser execute Javascript.

    Hopefully this feature can be added in next release?

  • Ashley

    Yup

    I`m on 1.6.0.43. I`ve installed latest JDK 7 update55 and now it works.

    However I remembered reading tutorial here and other android tutorial on other sites, if you want to jarsigned and zipaligned apk, we have to stick to old version JAVA6, java7 wont let the apk installed or black screen or something.

    I guess just need to set JAVA_HOME and Path to old jdk ? Hopefully it wont cause any other problem having two version installed.

  • Hi Ashley

    Are you using java 8 ? What version are you using because it does seems to effect some people. I`m using version R168 without any problem. Should I install java 8 ?

  • When you upgraded to new admob, the publisher ad id is also need to be changed in the new apk. Am I correct ?

    previously it is : aXXXXXXXXXXXXXX

    new admob it is :ca-app-pub-XXXXXXXXXXXXXXXXXXXXXX

    So we need to input the new or updated admob id in the mopub ?

    Also there is no Mobfox network in CocoonJS ad network list. Where do you put it ?

  • Amazing! How did you promote your apps ?

    Mind sharing with us your game links ?