volkiller730's Forum Posts

  • .ogg is not for IOS.. did your music convert to .m4a imported. how are you exporting your game to ios. if cordova make sure you re export with IOS and not android selected

  • 1. Google free custom installers there are plenty of them

    2 im not sure about osx installers google it

    3. you only need a OSX developer account if you want to sell in there store. You can host is on you own site or somewhere else and you dont need to be one

  • You do not have permission to view this post

  • This is not a bug the problem is you set all layers parallax to 0,0 which mean you made them unable to scroll. A layer with its parallax set to 0, 0 will not scroll at all, so any objects placed on this layer will always stay in the same place on-screen.You should only put your UI layer to 0,0 so it doesnt move off screen. Just change all layers that arnt for UI to parallax 100,100 to fix you problem.

    Check this link out too learn more on Layers and parallax https://www.scirra.com/manual/85/layers

    I also recommend you read through the manual to learn more about the editor and how specific feature work https://www.scirra.com/manual/1/construct-2

    also you should make your way through some tutorials(i highly recommended at least making your way though the TOP tutorials )https://www.scirra.com/tutorials/top

  • You could put all your sprites in a family then you only have to code the events of what to do on touched

  • King he told you the one to download the one called King Limberg. I Copied the direct link to the file it's below

    https://www.dropbox.com/sh/eioscti86bpr ... .capx?dl=0

  • mexico1414 if you click on you profile you can see your past threads. his .capx is included here

  • We are getting ready to launch a new update. IN prep for this we have released a new teaser

    Subscribe to Construct videos now

    "Rescue" Content Update features

    New Player design for better animations

    and ability add more characters easily

    New World and levels

    Updated startscreen to adjust better to screens

    and plenty more

    THE UPDATE WILL BE RELEASED HOPEFULLY BY THE END OF THE MONTH

  • I just let the Xdk do it by selecting that signed button

  • this is just a guess but, i notice you don't have Signed selected in the XDK maybe whatever process you are using to manually sign you app is messing up tablet compatibility. also just so you know the Crosswalk export enables android 4.0+ support the Minimum Android version you have imputed in 4.4 you can support more devices if you change that to 14.

  • Please add a .capx without any third party plugins

  • Cranberrygame has some video ad plugins. other then that the official admob plugin sometime will serve video ads when showing full screen ads(thats how the admob service just works ).

  • you have to add the Browser object to your project. to add to project(like anything else) double click empty space on layout and it's listed there

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • there is a action for this at browser/Close

  • you need a trigger once while true condition on your events without it you event is triggering everytick that your condition is true