federer365's Forum Posts

  • Awesome plugin!

    Works great on phonegap, however, it does not work on Cordova (crosswalk). Is there anyway to get it working on crosswalk?

    Thanks,

    Adam

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It is quite frustrating! I spent several hours on trying to get it working yesterday, but it is still not working at all. I was able to find the bug, and it seems a few other people have the same problem.

    This is what I found:

    Failed to load resource: net::ERR_FILE_NOT_FOUND file://www.google-analytics.com/analytics.js

    I tried troubleshooting but I gave up. I really want Google analytics to work, but I can't spend days trying to get to work, when I have to work on the apps I have. I have heard that there are no problems with phonegap, so when iOS8 comes out hopefully it will work on phonegap...

  • hmin, thanks for that! Maybe there is a porblem with the code I keep getting:

    "Google Analytics Plugin: time tracking for cat___Game___name___TimeOnLevel1 was not started yet is now attempted to be stopped! "

    So it isn't starting at all, which is odd...

    but for some reason on the emulator it is starting and stopping correctly?!?

    russpuppy, must be something wrong with your assets...

    , I had problems with intel XDK to begin with. What you need to do is create the project and then export your game into the project. That always works for me.

  • Hello everyone,

    I have attempted to use Google analytics I used this plugin:

    http://suntemple.co/construct-2/google- ... cs-plugin/

    And it works if I am using the intel XDK emulator, I can see all the data and interactions I have with the app. However, if I make the app a crosswalk app, Google Analytics stops working completely.

    Has anyone else experienced this before?

    Is there any remedy to this issue?

    If not, I think I will have to get 100+ monkeys with type writers to figure this one out...

  • Hello everyone,

    I have attempted to use Google analytics I used this plugin:

    http://suntemple.co/construct-2/google- ... cs-plugin/

    And it works if I am using the intel XDK emulator, I can see all the data and interactions I have with the app. However, if I make the app a crosswalk app, Google Analytics stops working completely.

    Has anyone else experienced this before?

    Is there any remedy to this issue?

    If not, I think I will have to get 100+ monkeys with type writers to figure this one out...

  • volkiller730, I have been mostly using the standard save/load data action. But I want to clear the data so that if I update the app, I can wipe all the data and not create multiple save states that require a lot of space. Is there anyway to do that with construct 2?

    Thanks for the help .

  • No one else has this issue?

    Is there any way to at least clear saved data?

  • Hi all,

    I have been using construct 2 since early last year and it is such an incredibly powerful app making program. One thing that I find that it is missing, is not being able to clear the saved data. The data that is saved can become large and there is no way, to my knowledge, to clear the saved data. Would it be possible to have a 'clear saved data' action?

    Thanks,

    Adam

  • Hi all,

    I had a similar problem, this plugin works for me though:

    it is for phonegap but it works great on crosswalk also.

  • I have contacted Ludei, seems like a few other people have had the same problem:

    http://blog.ludei.com/cocoonjs-1-4-3/

    I have spent quite a bit of time checking the code, I can't see anything wrong, so hopefully Ludei can help us here...

  • I have been playing around with it, the camera function is still not working...

    I got the below errors (in the pic). I am not sure if I am doing something wrong if this is a bug.

    I am using r174.

  • Looks great! I purchased the plugin, I was just wondering if it works in preview (on cocoonJS launcher?) If so, the example .capx is not working.

    Great extension though! Will test it out more tomorrow! .

    regards,

    Adam

  • blackhornet, that is what I thought! But it didn't seem like it was working. I will test it again later on the weekend.

    What I want to do is find the right key and then load the game with that value. It works, but it returns the wrong value (the dictionary value I last used).

  • That just removes all the keys, I tried doing that.

    Does anyone know how to reset/set the current dictionary value?

  • Hi all,

    I am having some troubles using the dictionary. I know how to search a dictionary in Python, but C2 seems to be quite different. I have gotten it to kind of work, but it keeps the previous value. how do I clear/reset the dictionary value?

    thanks,

    Adam