smitchell's Forum Posts

  • The action set font, Will web fonts work someday?

  • You an use the. And of the layer instead of the number so then It looks for the layer name fixing the issue.

  • Yes its wrong. IPhone 4 has a retina display.

    The correct screen resolution for the iphone 4, 4s is: 960x640; With a DPI of 326

  • Did you get this working? Because this is something i would also like to do, But I could not figure it out. Any tips?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Im not sure about android, But when i used the normal textbox in C2 then tested it on my IPhone, It made it a IOS textbox, Styled it and brang up my keyboard. So i presume its the same for android/

  • Here you go: http://dl.dropbox.com/u/51270524/ZombieFixed.capx

    The problem was you was trying to save SavedCoins as "Coins", when referencing a global variable you are not supposed to place it in quotation marks.

  • vidi, im not saying phonegap is better. They both have there advantages/disadvantages. AppMobi makes audio work and that makes it my preference right now. But if your graphics have a low DPI then things might start to pixelate.

  • sqiddster If your using the Google Chrome extension then it has not worked for many people. Try using the link vidi posted earlier. That seemed to work for me.

  • Septeven, sorry I never seen this thread, I did not get a notification

    Im not sure whether this is a bug or a problem with your plugin, I tested your plugin last night on my IPhone 3Gs and I had the same problem, Allthough After allot of tapping on the textbox the keyboard eventually popped up.

  • The reason AppMobi gets a better FPS than when exporting for phonegap in C2 is because it resizes your game/app.

  • File -> Save as single file. that will save your game as a capx.

    You can upload the whole caproj but a capx is a zipped caproj. and its easier for you to upload a capx onto dropbox or something similar then i can download it easily.

    Your welcome on the tutorial. In that tutorial i actually showed how to save and load a variable, Have you tried following that?

  • You answered your own question.

    Actionscript and C2's event system in my experience is practically the same.

    You would have a global var called Score,

    Then add the event:

    system.compare variable(Score > 100)

         -> Star1.setVisible(Visible)

    system.compare variable(Score > 200)

         -> Star1.setVisible(Visible)

         -> Star2.setVisible(Visible)

    system.compare variable(Score > 100)

         -> Star1.setVisible(Visible)

         -> Star2.setVisible(Visible)

         -> Star3.setVisible(Visible)

    Something like that should get you going <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Please post your capx for us to see whats wrong.

    Also, if you need to target a question at a specific user add a and then there name, It sends us a notification.

    for example smitchell

  • Wow, Cannot think of a place of where i'll use this in my game, But none the less, Great Plugin!! will look nice in my list of 3rd party plugins <img src="smileys/smiley1.gif" border="0" align="middle" />

  • No problem, Let me know if you need a demo capx.

    This is a very friendly forum, with some really smart users.

    Welcome to C2! <img src="smileys/smiley31.gif" border="0" align="middle" />