Wink's Forum Posts

  • appMobi has a few different XDK's. The one in your first post is for the ImpactJS game engine. This one appMobi Game Developer Pro - Impact .

    You need to use this one appMobi HTML5 XDK.

    Here is the Getting Started Tutorial. This will help you to get it set all up.

    Then all you have to do is make an appMobi export of your game with Construct 2. Once that is done open up your appMobi HTML5 XDK, and in the top toolbar click on the (Start New) button. It will walk you through the proses of setting up a new project. You can also follow the Getting Started Tutorial for help with this. Once you have a new project set up click on the (Open Project Folder) button in the top tool bar. Now all you have to do is open up your Construct 2 appMobi export folder, copy everything inside of it, and paste it inside of the appMobi HTML5 XDK new project folder that you just created. Your game should now be displayed in the emulator.

    I don't have, a ios device for testing so I never tried to do a ios export only android. Here is there Tutorial page it might help you with that.

  • No you don't have to pay to use the appMobi HTML5 XDK. You have the wronng one installed the one you have is for the ImpactJS game engine, and it coasts $99. Also I think it only works with ImpactJS.

    You need to install the appMobi HTML5 XDK. It is free to use. Here is the link to the free one :

    appMobi HTML5 XDK

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes it is possible to add your game to appMobi. But you got the ImpactJS XDK you need to pay to use that one I believe, and I don't know if it will work with C2.

    Here is the one I use:

    https://chrome.google.com/webstore/detail/onmkoldigcfmebcinpmineoadckalllb

    And here is a tutorial to help you get it all up, and running:

    Tutorial- Getting Started

    Once you got it all up, and running just create a new project, then copy everything inside of your C2 appMobi exported game folder, and paste it into your new project folder.

  • Nice update Andy. I finally got the Ass Gass Champion trophy :D

  • Yep, your right Arima I just tried it with the same result. I also tried an un-minified script version to see if that would make a difference but nope.

  • I just tried it but I'm just getting a black screen with fps:>1000 showing in the upper left corner of the display screen. Maybe it's because I'm trying to host my zip file on Dropbox. The CocoonJS loader is unzipping, and loading it correctly but just a black screen. I think I will try uploading the zip file to my payed hosting server to see if that makes a difference.

  • Ashley Thank you for submitting this issue with Chrome. I just hope enough people star it to get there attention.

    Kyatric I apologize if I offended you with my earlier posts. If I did it was not my intention to offend anyone here. I'm not poor I have a job it just doesn't pay very well. I was planning on buying a new PC but I have a couple family members that recently lost there jobs, and can't find a job right now because of the bad economy where I live so they depend on me to survive. My PC is only 2 years old, and it came with games installed on it. It can also run games like World of Warcraft without any problems so I hope you can understand my frustration here.

    It seems that the last two threads I posted in ended up with people getting mad at you.

    Doverseer Thank you for bringing up this subject, it is something that really needs to be fixed.

  • you got it so right. Sorry I missed your post about this. I try to read everything here just because you never no when you might miss a shy smart members moment of pure life changing brilliance hidden someplace in a thread. lol

    This is all so typical you got the financially elite, trying to make one more money grab. It's like back in the day Microsoft got it right the first time before Corporate money got involved, and decided to bug the system so that we would not only have to depend on them for constant security updates but also the need for antivirus software.

    I really thought html5 was going to be the little persons chance (poor persons chance) lol :D to start up a small operation. It is impossible to make a native cross platform game by yourself with little money.

  • It is funny you just brought this subject up Doverseer. I have a perfectly good laptop that is only 2 years old but unfortunately like 90% of the PC's out there Firefox has blacklisted my graphics card.

    Over the last few months I have been experiencing many weird browser performance issues with every update from every browser vender. For example Google Chrome with WebGL enabled games started to run slower than the same game with canvas 2d. Also canvas 2d games started to get slower with each new update. Since the new Firefox 12 update this week canvas 2d games started running so slow that they are now unplayable in Firefox. I couldn't even play a game on the arcade without my browser freezing, and crashing. This is not just limited to games but also websites. It is like all of the browser venders are trying to force us to buy new PC's. If you try to contact a browser vender about this they just say update your drivers, or you got a crappy graphics card. That is if they respond to you at all. If your drivers are all up-to-date, and if you got a graphics card that is fused to your mother board you cant change it.

    Anyway, this has all pissed me off. I can't afford to buy a new PC right now so I did some searching, and found a solution. This could destroy your computer so I wouldn't recommend doing this especially if your PC is still under warranty because it will then be void. But if your PC is not under warranty, and to use the internet your only other alternative is to buy a new PC then you have nothing to loose by trying this.

    First start up your Firefox browser, then type about:config in Firefox�s address bar and make the following changes:

    1. To enable WebGL, set webgl.force-enabled to true.

    2. To enable Layers Acceleration, set layers.acceleration.force-enabled to true.

    3. To enable Direct2D in Windows Vista/7, set gfx.direct2d.force-enabled to true.

    Then cross your fingers, restart Firefox, and try running a WebGL application.

    By doing this I have increased my Firefox browser performance by over 250% in canvas 2d, and now WebGL works with Firefox. Also all other browsers Chrome, IE9, Opera, and Safari are preforming much faster. I just hope my PC lasts long enough for me to save up for a new one.

    Like I said I was left with now other choice because of the browser venders latest updates my PC became useless. But now everything runs great once again.

    This is all a real shame that this is happening because the majority of people in this world wont buy new PC's. So I am starting to wonder were this is going to leave us as html5 game developers. The future looks expensive for everyone.

  • It's only illegal if you get caught   <img src="smileys/smiley4.gif" border="0" align="middle" />

  • In the properties window set unbounded scrolling to yes.

    <img src="http://i50.tinypic.com/33lhtlj.png" border="0" />

  • wetkarl That usually means that you have double quotation marks. Take a close look at your code does it look like this ""text here" & newline & "Text here"" instead of this "text here" & newline & "Text here"? It happens to me sometimes when I copy and paste.

  • JonnyBritish I made a .xap with phonegap build, downloaded, and installed Windows Phone SDK 7.1. Then I ran the XAP Deployment Tool, and deployed my .xap into the windows phone emulator successfully without any problems. But I am not getting any audio on the emulator. Is this normal, is there a audio setting someplace on the emulator, or is this a Phonegap issue?

    The game I used to test windows 7 phone build with was a one level stripped down platformer wip with a 158 objects. lol I know a little to much for a html5 mobile game but I just wanted to push the limits to see how windows phone 7 compared with android. Surprisingly the game runs very well I am getting 30 fps on the emulator which is playable. And with the same build on an actual android phone I am getting a fluctuation between 7 fps, and 25 fps which is unplayable. When a game drops bellow 20 fps it freezes, and skips at points.

    I was wondering if Microsoft has any kind of factory direct deals on windows 7 phone devises for developers to use for testing purposes?

    By the way I live about a 2 hour drive north of Chicago in Wisconsin <img src="smileys/smiley4.gif" border="0" align="middle" />

  • You could try a newer test version:

    Construct 2 Releases

  • Congratulations lucid!

    That's a lot of money. Getting payed to do what you enjoy doing is like getting payed to have fun :)