smitchell's Forum Posts

  • Tom good to hear! I was actually going to ask how to change the desktop icon for capx' as the black and green one looks so god dam cool!

    The only thing is the colors do not reflect the website or interface of the engine it's self.

    Are you guys considering adding a new theme to the engine?

    You should make it so we can make our own theme's for the engine! That would be cool <img src="smileys/smiley4.gif" border="0" align="middle" />

  • I get making the visual side of things, I meant how can I find a game, for example user loads up game, goes into multiplayer mode. Somehow we get his IP address then we need to find a random ip adress of another user and somehow connect the two right? But how can I do this..?

    Can the game be hosted on a web server? Or does the multiplayer only work locally?

    Thanks.

  • Great! Thanks for this <img src="smileys/smiley1.gif" border="0" align="middle" />.

    How does it work? Does it still use the web browser?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Agreed, But bugs a part of every engine. And Scirra is only a 2man team.

  • Ashley, A bit of a sidetrack but are you going to implement AppMobi's other API's? Like camera access? Geolocation etc.

  • Just seen the new caproj and capx icon! I love it! looks sooo much better than the old one <img src="smileys/smiley1.gif" border="0" align="middle" /> Just thought I would share my enthusiasm.

  • Unfortunately I am not so good with server side scripting like that so I guess multiplayer is something I cannot do. <img src="smileys/smiley6.gif" border="0" align="middle" />

  • Great!!! But you have to type a IP and a port number so practically is it usable in a game? If you want to search for a game ect the use would need to know there IP adress right? Or can we find that out within c2?

    I just want to know a practical way of using this in a game.

  • When native on the device It will probably work that's something you'll have to test, but Androids web browser currently does not support multitouch no. There is a update coming out to support it though soon! <img src="smileys/smiley1.gif" border="0" align="middle" />

  • figured it out, I can't count there was more than 300

  • Never mind was my fault :P

  • Hi guys.

    I have a small little prototype for a client. Its basically virtual bubble wrap that you pop with your mouse, So I need to calculate the percentage of bubble's popped.

    I know there is 300 bubbles, So I have a variable called Total_Bubble's.

    I also have a variable called Total_Popped.

    I have a instance Boolean on the bubble to determine weather it has been popped or not.

    Then when clicked Bubble is clicked, if popped = false, set frame to 1, set popped to true and add 1 to total popped.

    Everything is right so far is it not?

    So then to calculate the percentage im doing this:

    I have a variable called Percentage

    System.EveryTick

         ->Total_Popped * 100/Total_Bubbles

    But I get something like 112% popped when thats not correct.

    Is it something im doing wrong? Do i need to round the number?

    Thanks.

  • The touch plugin does support multi touch, its Android browser that does not.

    Try this plugin: http://www.scirra.com/forum/plugin-multi-touch_topic49525.html[/URL, It's just a extension to the touch plugin so I doubt it will work.

  • Great! I was wondering how to do a pinch to zoom! <img src="smileys/smiley1.gif" border="0" align="middle" />

  • I just tested this on my old crappy desktop PC, It said it cannot detect my graphics card.