BluePhaze's Forum Posts

  • I haven't seen or heard from austin in a while, has anybody else? Wondering if they have been having issues and just not supporting the plugin, etc... anymore... anyone have any more recent experience interacting with the Clay.io folks?

  • Add some logic to your events that play sounds to only play if a variable (soundEnabled) is set to True.

  • Also of course:

    Spriter () (Animation tools that work with C2 $25 currently for the Pro version)

    InkScape (Free Graphics app)

    GIMP (Free Graphics App)

    Adobe Creative Cloud ($50 a month with 1 year minimum requirement) gets you ALL of adobes software.

    (Free Graphics for games)

  • For game developers who are just starting and have created a company (LLC, etc...) you can apply for Microsoft BizSpark () and if accepted you get ALL of Microsoft Software for Free for 3 years for your company. That included the fees for the Microsoft Marketplaces (Win8/WP8) as well and Windows Azure (cloud computing, storage, etc...). We joined about a month after forming our LLC. You must have a website and be an officially registered company though to do it. Also have info on your site about what your company does and any projects you are working on.

  • An OS runs at the machine level, usually doesn't require that the machine boots to an OS, then launches the browser to run another OS... most likely why you are not getting any answers, nobody looks at the subject and thinks, oh yeah, I have done that. You may want to change the title to more accurately describe the actual issue you are trying to fix instead of saying I need help with an OS. Just a thought, but it may help you get better response.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • No problem, you can also edit the title of this thread to add a bit more detail about the type of problem, you may get some more responses that way as well. It is a good practice that once you have a solution, you update the title to be something like: [Solved] Spawn sprite at touch end point

    That helps others find this as well if they have similar questions.

  • You should read through the tutorials for each exporter (CocoonJS, Intex XDK, etc...) they explain it in depth.

  • I would look that error up online or on the google play store and see what comes up.

  • In the future please also include a much more descriptive title, many of us won't read a thread that doesn't have a title that tells us a bit about the issue as we don't have time to open and read every single thread.

  • On the Mac you use Xcode. Like with CocoonJS, they give you an apk for android and xcode project for iOS. You then use Xcode to compile the xcode project for the iOS App Store.

  • Hello Kenney Is there an expanded set of these coming for the donation pack?

  • CocoonJS and Intel XDK both ad wrappers to your game (basically they add a built in browser around it) that add to the size of the APK. Intel adds 17MB to your game size with their wrapper.

  • Set the players X coordinate to the x coordinate of the touch. I would do the tutorials on touch and also swipe, etc... they will help here.

  • Export it as PNG files. Construct 2 does not import svg files.

  • Look at the export options... look at the manual... look at the tutorials... use the search function.... Any of the exporters that support android should at some point in their process give you an APK. That doesn't mean Construct 2 gives you an APK directly though. (CocoonJS, XDK, PhoneGap)