BluePhaze's Forum Posts

  • that is tricky because you have to know what types of music file formats the platform the game is published to allows... for example windows phone Construct 2 exports work only with .wav, Android or iOS cocoonJS exports work with OGG, Windows 8 export works with m4a...

  • You may also want to look at Ludeis instructions on this as it isn't a Scirra thing.

  • There is a tutorial on it, I followed it to do mine and it has all the steps... Android Games with CocoonJS not sure why this didn't show up in your searches...

  • On a side note, they won't get alerts that they were mentioned in the thread unless they have already posted in it. You may want to change the name and include clay.io in the title of this thread to get Austin's input.

  • Use the keyboard object, or touch object if you have onscreen keys. With those you can change what get's plugged into your formula by assigning the number pushed to a variable and using that variable in your formula. For math on doing that you may need to either check with google or Wikipedia for equations for calculating bullet velocity, drop off, etc... or hopefully one of the folks here that may have done this before may have an idea.

  • I would suggest going through the excellent Tutorials section on the site, Reading the manual and also exploring the sample projects that come with Construct 2. They will help you a lot.

  • You are going to start from scratch for a great game. Nobody is going to give you their "Great Game" for you to use as yours. The whole point of learning the tools is to make your own great game. Making great games in construct 2 is about knowing how to use the tools. How plain something looks has nothing to do with it. You just ad your own nice graphics once you have all the functionality working. Great looks and great gameplay are two very different and distinct pieces. C2 lets you create the gameplay, you have to create the non-plain looking graphics for it.

  • szymek And just to be sure, sorry for another question... this should work no matter where it is published to right? My cocoonJS projects get put on iTunes, Google Play, Amazon (Kindle/Android) and Barnes and Noble (Nook).

  • Thanks for the clarification! I had thought based on prior reading that you had to add your admob ad unit ID's into the mopub dashboard somewhere. Thanks for clearing it all up!

  • Thanks szymek! That is perfect!

  • szymek Any chance you might have a few minutes to Skype or something sometime so I can make sure I am registering the admob unit on the mopub account? They have made some changes lately and it just has me give them my admob credentials and then they make the connection. But I can't be sure they are pulling the ad unit correctly so want to see if you can show me where to put the ad unit ID for admob in as I don't see it on any of the other pages anymore...

  • thehen using the optimization had some negative visual effects (white outlines around images) so I tried a different approach and just optimized the largest of the images (anything above 10KB) since I Have over 243 images in the project. That ended up only optimizing about 37 images, but that seems to be enough as after the base64 encode I am now at just under 8MB on my c2runtime.js. I also did a brute export with png8 from C2 before doing any other optimization.

    I wanted to ask though, for Windows Phone is there any option like in Win8 in visual studio to associate the app with the store listing before upload? I want to make sure my info is correct before upload and not legacy app ID, etc... from the Winphone plugin project's pre-existing files..

    Also any news on the advertising functionality? I just can't find a good way yet to put ads in and be able to remove them when purchased like I can on Win8 using the advertising plugin...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • thehen trying again using fireworks to batch process everything over to png8 with max 128 colors. Then running through the other tool. Then will run the base64 encode and see how it goes this time... I really can't wait for WebGL memory management in WIndows phone... I wish there was a good wrapper for it...

  • mostaafa You have to make sure your web server (IIS) has the mime/file types setup to allow .scon/.scml files...

  • Now updated with a Free Ad supported option in the Windows Store Root's Cubedonian Run (Free)