Nwadkgames's Forum Posts

  • This looks abandoned... developer is not active for months?

    Is it worth buying?

    Nope. He fought to be able to sell his plugins in the scirra store and then left them alone and disappeared. Most of them need updated to even remotely work now.. sadly they should be removed the store.

  • I have had success with this using construct 2. But I had to use cranberrygame plugin cocooncanvas to get it to save to android when i built with cocoon.io. I am hoping the plugin developer will make it work for construct 3.

  • I have slowly been reverting my project back to c2. Just wish I would have developed new version using c2

  • Any thoughts?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This is still holding me back.

    $10 bounty for anyone that can explain how to get this to work using c3's build service for android and iOS.

    $20 if a plugin creator could create a plugin.

    via Paypal or BitCoin

    Ashley Tom is this even possible?

  • How do I save a screenshot in c3 using the native exporter?

    On c2, I was able to accomplish this using a cranberrygame plugin and Cocoon.io. But now that Cocoon is taking it's time offering support to c3 and cranberrygame's plugins are MIA again... I am needing a way to do the following..

    Capture a screenshot of the canvas at the canvas's resolution and then save it to the phone (android and iOS).

    If possible would love for it to be visible in the camera roll or in the pictures or screenshots folder on most devices.

    Things I have tried: the system expression to capture the screenshot.. and browser to invoke download and open in a new window. All this works on PC using chrome, and in preview mode.. but doesn't work once the project is compiled to an APK.

    Once again, to the ones who offer a solution, THOUSANDS of semi truck drivers appreciate it I have a little over 2,000 truck drivers using a version of my app now but would like to be able to offer them a much newer version... and sadly i built the app in c3 and have no way of downgrading it back to c2.

    Ashley is this even possible?

  • you have to sign the release APK. it has to be signed with a signature keystore, and then it has to be aligned.

    you take the unsigned APK and then follow this tutorial :

    https://www.scirra.com/tutorials/861/ho ... apk?page=2

    Though, there is easier ways to do it now, i think.. but i learned on the old way, via this tutorial and it never failed for me, so i never looked at the newer tools.

  • Willing to pay via paypal or bitcoin if needed. Project is waiting on this ability. Ashley or Tom is this even possible with c3?

  • Are you referring to the Drag and Drop behavior? If you are, it moves at the same speed as your finger as your drag it across the screen. How are you handling the events? you need only trigger the pick up once.. not an every tick thing.

  • how is the paint on the canvas? is it one big sprite or is it just pixels or color? if it is just pixels, may be able to take the eraser sprite and "is overlaying paint pixel -> delete paint pixel"

  • Have you tried to compile the project again to see if it was just a one off error?

  • I have made system that allows my trivia app to speak to a MySQL database by pushing through PHP. My suggestion would be to spend a little time writing php and you can use the AJAX plugin to send and receive information to your servers. Your best bet is using AJAX plugin

  • So I made an app that benefits most truckers who drive for a certain company and had the app working in c2 using cocoon.io.

    With how poor support has been at cocoon.io as of late, i would like to start working with c3's ability to compile apps.

    My problem: I need an ability to save a snapshot of the canvas or certain sprite to the storage of an android device. With cocoon, i used a plugin by cranberrygames but since those plugins haven't been converted over and would prefer not to use cocoon, anyone know a way of getting a snapshot to save to android?

    my tests include using browser to invoke download on snapshot taken. I can set the snapshot to a sprite in the app, so i know the snapshot is working, just not downloading to device. Any thoughts? a few hundred truckers are patiently waiting on me to get this working again. Thanks!

  • Purchased it, and uploaded the php to my server. here is the link to that: http://deedfreak.x10host.com/canvasupload.php

    but when I put that in the AJAX, i get the "excuse me, there is wrong in your server".

    I just put "http://deedfreak.x10host.com/canvasupload.php" in the URL for AJAX.. any advice?

    Do i need to create a MySQL database for it.. i didnt see the php trying to connect to a specific database.

    EDIT: it actually created the folder and the image on my server.. just not calling it back to the project

  • Will this work with cocoon.io canvas+? I am about to buy buy really need it to support canvas+.