Wink's Forum Posts

  • delgado here is a getting started tutorial:

    Tutorial- Getting Started

    It's not to technical just a lot of steps.

  • [TUBE]uH4WE6bcgTU[/TUBE]

    [TUBE]lHI-3i1gcuw[/TUBE]

    [TUBE]tLqVGvM70-w[/TUBE]

  • and then there's this:

    http://www.stefankendall.com/2011/12/29/using-appmobi-stop-immediately/

    But that can go both ways ranma.

    Right now phongap has no sound. It is free but adobe is planning on announcing fees as soon as they finish developing Adobe Edge or maybe even sooner. Sure Adobe makes some excellent products but they all come at a very bloated price. Personally I wouldn't use Adobe products if the company I work for wouldn't buy them for me. The truth is there just not worth it. Anything you can do with Adobe products you can do with open source products.

    While appmobi use to have a fee but is now open source, and it has sound. appMobi makes all there money from there hosting service. From what I have been reading they haven't given up on us they are still trying to make Construct 2, and appMobi fully compatible.

    It is these reasons why I would choose appMobi over phonegap.

  • Edit: never mind 7Soul beat me to it. <img src="smileys/smiley1.gif" border="0" align="middle" />

    Looks like you will have to re-size your gif though. Its a little small.

  • Ok I will play around with the CSS and try to get it positioned for you.

  • In your file your iPhone.gif is named smiley.gif. Use the code I posted above but change:

    background-image: url('iPhone.gif');

    to:

    background-image: url('smiley.gif');

    You will have to play around with the CSS to get it into position though.

  • chrisbrobs Your body needs to be defined in your CSS, and it needs to be separate from your canvas element.

    Something like this:

    <style type="text/css">

    canvas {

        border: 1px solid red;

    }

    body {

        background-image: url('iPhone.gif');

        background-repeat: no-repeat;

        background-attachment: fixed;

    }

         </style>

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Wow, kids are certainly a lot of work. I suppose the shop owner was sick of this happening:

    [TUBE]nojWJ6-XmeQ[/TUBE]

    Nice job though with your games. It's nice to see people starting to monetize with Construct 2.

  • Cool game AndyWatson! <img src="smileys/smiley32.gif" border="0" align="middle" /> I just bought the first download. I'm at level 6 right now <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Hello tatogame

    I think the reason your getting a blank screen is because of the auto-generated xml. Like Ashley said C2 only supports the PhoneGap Build. So your stepping into untested territory with PhoneGap for Windows Phone 7.

    I haven't tried it yet but I bet if you export your game from Construct 2 as a "HTML5 web site" instead of a "PhoneGap" export, and drop it into the ?www? directory you will get a better result.

    Here is a more detailed tutorial on using PhoneGap for Windows Phone 7:

    Tutorial: how to create HTML5 applications on Windows Phone thanks to PhoneGap

    I hope this helps. If you get it working please let us know how you did it. I would like to get my games working on as many devises as possible. <img src="smileys/smiley1.gif" border="0" align="middle">

  • Here is a interesting Android app I found it's called Boycott SOPA.

    Boycott SOPA

  • smitchell If you need some help let me know. If your going to write a tutorial you should take step by step screen shots of the whole process including the installation of appMobi. It's not to technical just a lot of steps.

  • Yes, it sure does. <img src="smileys/smiley4.gif" border="0" align="middle" /> And it is running on a Samsung Galaxy S with the Gingerbread OS using the phones default browser.

  • First few times I created the .apk with appmobi I also had a blank screen after the loading screen. I removed the appmobi script from my html file and that got it working.

    Thanks for letting us know how you got it working AndyWatson. I removed the script and it worked. I now have sound <img src="smileys/smiley4.gif" border="0" align="middle" />

    I haven't tried it yet but you should be able to change your app version number form 3.4.0 to whatever version you want by opening your folder were all your appMobi demos are stored. Then search for your app project folder, open it, and rename the 3.4.0 folder to whatever version you want.

    Let us know if you have any luck this weekend with modifying phonegap.

  • I got about as far as you did with it. It runs good in the emulator but with the build only the loader screen shows then a black screen.

    I see AndyWatson got it to work with sound here:

    it works well - with sound!!!!

    I sure would like to know how he did it. <img src="smileys/smiley5.gif" border="0" align="middle">

    To get rid of the hyperlink you need to build it with C2 to your targeted devices screen size in full screen scale mode first.