BluePhaze's Forum Posts

  • Try posting on thread in the plugin post and he is usually good about reaching out.

  • If you are going to use windows phone 8.0 then you need to look at thehen's plugin and tutorial for Windows Phone 8 plugin. You need to use wav files directly and there are some other issues that you will solve by using his methods as well. http://www.scirra.com/forum/plugin-windows-phone-updated-new-tutorial_t78325

  • You need to take a look at the windows phone plugin and tutorial by thehen

    Also, please put a descriptive subject/title on your posts. You will get many people who don't read it at all if they can't see what type of issue it is by the title.

    Lat thehen's plugin and tutorial for Windows Phone 8 plugin. You need to use wav files directly for windows phone 8.0 and there are some other issues that you will solve by using his methods as well. http://www.scirra.com/forum/plugin-windows-phone-updated-new-tutorial_t78325

  • Worth it and then some.

  • Had a discussion with some folks today and it looks like the GamePad API support is being put into play for IE. This will be great news for those that want to create universal windows apps that will run on the Xbox One... Stay Tuned!

  • Use the browser objects request fullscreen method. Export it as html5, choose the template you want, 2 of them are centered I believe.

  • 168 is the next stable, so no reason that I have found not to update to it. If you are going with the new plugin, might as well use the new build of C2 as well.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's really not that hard. I have used an invisible object with an instance variable before. I drop and instance of it in each layout and set the instance variable accordingly. My events use it. Not hard. It's not unheard of to think that if you have 100 different layouts and you don't want to key off their names (which are unique and would work also) then you are going to have to make something different in each one. Your events in your "global" event sheet just needs to take that into account. Using the method I mentioned already doesn't really add much to the complexity or effort when building layouts. It is as simple as dropping an object (which you are already doing on each layout) in and setting a variable on it. Trying to do it after the fact may be a pain but that is just poor planning and not a deficiency in the way the tools work.

  • If you want to get around global variables being global you are going to have to have something that is different on the ones that you don't want it happening on. That is just the way it is. If they are all the same with the same logic, you don't have a way to differentiate.

  • Have you gone over the articles on optimization and not wasting memory? Also the ones on collision cells and collision detection would be good to review as well.

  • You may want to rethink how you are approaching it if you don't want things to work they way they were designed to. I want my car to fly. But we don't make flying cars. But I want it to. You could possibly create another global variable that is either true or false, and add a condition that checks for it with your end of layout condition. So you say if end of layout and superVariable = 1, then blow up the world, that way you can set superVariable however you want in the layouts that should not blow up.

  • Mortar Melon is a construct 2 app on windows 8

  • The real questions for me are:

    Which version of the cloud compiler are you using: 2.0 beta, 1.4.7?

    Does the restore purchases option actually work?

    Does everything work on iOS as well?

    Do the Mopub/Admob ads work on iOS? (Fullscreen and Banner?)

    And finally, do we still have the issue with banner ads showing even after you hid them?

  • Plenty of people may have implemented it, but you have to hope out of the percentage that have used it, a percentage of those hopefully see this discussion thread.