johnkx's Forum Posts

  • Hi there, I had two objects, A and B. A is on top of B, but I wanted B to be on top of A, to do that, I tried moving B on top of A on Z Order Bar, but when I test the layout, it din work.

    Then, I tried creating instance variable for both of the object,

    A's instance variable : sortorder = 2

    B's instance variable : sortorder = 1

    On event sheet,

    On A created, System Sort A Z order by sortorder

    On B created, System Sort B Z order by sortorder

    But it din work also, help please..

  • Hi cranberrygame ,

    The Cordova Camera Plugin is not working on IOS, "Failed to load image: [object Object]"

    Any idea how to solve it?

  • Hi there, I'm trying to make a button in my app that is capable to take screenshot and save into my mobile gallery, can anyone help me please?

    I had tried System>Take canvas snapshot, Browser>Invoke download, as in result it does not produce an image file, it give me a .bin file.

  • gumshoe2029 Thanks, I'll do some digging on what you said!

    The reason I wanted to try that plugin is because the built-in screenshot does not work for me when I test with my mobile device, when I invoke download, it give me a .bin file instead of .jpg file.. And I would like to ask, for the cordova plugins, are you refering to Cordova ScreenCapture plugin? Do you know how it works? I had tried a whole day trying to make it work, but I failed..

  • cranberrygame

    Hi there, I'm trying to get Cordova ScreenCapture Plugin to work, but it does not work, could you give me an example on how do this plugin works??

    Thanks

  • Hi there, I'm trying to use a plugin from https://github.com/gitawego/cordova-screenshot , after downloading it, I paste the file into my C2 Plugin folder, but C2 say cannot load this plugin, can anyone help me??

  • Just wanted to share a little bit, I had tried many of the free hosting website that run php, and most of it let me disappointed for all sorts of reason, in the end, i found this, i think its a very very good website

    https://byet.host/

  • Yes, I'm using cranberrygame_CordovaFacebook_2.0.29.c2addon

  • Hi there, I'm trying to open my project with Intel XDK, while importing it prompt out a window saying Plugin Resolution error, what does it mean? And how could I solve this?

    Below is whats from the error message,

    https://github.com/cranberrygame/cordov ... e-facebook --variable

    APP_ID='YOUR_FACEBOOK_APP_ID' --variable

    APP_NAME='YOUR_FACEBOOK_APP_NAME'

  • Hi there, I am trying to create a Facebook Share button for Android games. By referring to Facebook share button (PHP) guide by stctr, I need a website that run PHP, but I do not have any website. So, do anyone know any way that I can use to accomplish what I want without needing a website?

    Thanks

  • Hi there,

    I'm trying to create a facebook share button, refering to Facebook Share Button (PHP) guide by stctr, I'll be needing a website that run php. To make sure that the method works, I would like to give it a try on free website first.. So, is there any kind hearted can give me links for creating free website that run php?

  • I tried restrict the file chooser at File Chooser Properties/Accept/.jpeg, .png, but it din't work. This following question might be silly, but where to find "Show open dialog"..?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Kyatric I had tried your method, and it works, thanks alot! By the way, I also found another way to do so by using the turret behaviour.

    System Every Tick

    • Player : Add Turret target sprite1

    On any touch start

    • System : Create object sprite1 on layer 0 at (Touch.X, Touch.Y)

    On any touch end

    • Sprite1 : Destroy
  • I had solved the problem, it turns out the images i used as sprites are too large, after resizing, everything went back to normal.

  • hi there, the app was suppose to bring me to the next layout after I press the PLAY button, but it went hang and blackscreen.. Do anyone know how to solve this issue?