tianxxxchris's Forum Posts

  • I am very happy about my decision and hopefully will make a profit working constantly. <img src="smileys/smiley1.gif" border="0" align="middle" /> <img src="smileys/smiley41.gif" border="0" align="middle" />

  • think about it

    a month of work in my country the minimum wage is about $ 300

    300/30 days = 10 dollars, it means that the time has a cost of 1.25 dollars!

    mm friends are not in Europe where the time does not fall below 16 dollars

    but if I was beyond the lawn of tom cut for a couple of days and I could buy the business version <img src="smileys/smiley1.gif" border="0" align="middle" /> <img src="smileys/smiley1.gif" border="0" align="middle" />

  • as I can get my game is multilanguage.

    which is the easiest way to do a juice have languages ??(esp�ol / English)

  • hoooo yesss!!! ^^ I have my own Personal version ^^

    look my medal jijijij

  • ^^ in my country its day!! jijij ^^

  • tianxxxchris: Send an email to licensehelpslb@scirra.com with those informations.

    They'll give you the steps to follow to buy your license.

    <img src="smileys/smiley4.gif" border="0" align="middle" />

    As may delay response???

    ? not want to have to buy it when it goes up cost

  • OK <img src="smileys/smiley1.gif" border="0" align="middle" />

  • hello good afternoon

    convinced me to buy it but I

    I'm from Colombia, and I have money for staff laversion

    but I have no credit card or debit card to associate with paypal I can do?

  • mmm �� no had money, i am student,

    my idea was to make money with a game to share the personal version

  • Use expression for Touch plugin

    Touch.Alpha

    Touch.Beta

    Touch.Gamma

    Also Blackberry Playbook 2.1 uses better HTML5, it should to work touch technology. I doubt how performance goes on browser or compiled .bar

    There a .capx about accelerometer by hayato

    http://dl.dropbox.com/u/12420207/C2/Motion2/Motion2.capx

    nn is hard but tanks!!!

  • you can earn some money with a free version of construct 2,

    could be advertising, or what alternatives there are if I develop a quality game.

  • could you give me a link where you can see an example

  • mmm no coment??

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • can make use of the accelerometer on a device Blackberry PlayBook

    Tnks

  • >

    > ? as I can make a timer for layer

    > terminer when the player having the total time played,

    > and the time spent by each of the layers?? <img src="smileys/smiley1.gif" border="0" align="middle" /> <img src="smileys/smiley1.gif" border="0" align="middle" />

    Use the for every second event and a global Var

    Ex:

    Global Var "Timer"

    For every 1 second: Add 1

                        to "Timer"

    "Timer" you will reset

    so Create another Var to store the Timers count before the end of each level.

    This also works with holding your Score.

    Ex:

    Player collides with "End Trigger"

    Add "Timer" Var to "TotalTimer" Var

    Set "Timer" Var to zero

    Then proceed to next level/Layout

    Ex: display;

    Every Tick: Set Text

                to: "Timer: " & LevelTime

    mmm all rigth