isasaurio's Forum Posts

  • Dear :

    I made a ARKANOID style game in which to start the game , the player must press the space key .

    As I can do to make the game starts automatically if less than "X" seconds the player did not press the spacebar ?

  • Try using the browser object's "Is online" condition instead -- "On went online/offline" are triggers that won't run unless the state of the connection changes.

    I'll try that, even to disconnect the network, continues to set as " ONLINE" .

  • Hello friends

    How I can know if my game is internet connection to upload the data into the TOP 10?

    Try the BROWSER item.

    "On went online " - Text, Set text to "ONLINE"

    "On Went offline" - Text, Set text to "OFFLINE"

    And then export it to Android and compile with XDK but got no results.

    Also try close the application by pressing the buttons on the phone but got no results.

    As I make it work?

  • Use the "Custom Movement" behavior to the sprite and "On Touch objet" == Sprite , "simulate control"

  • Upload the .c2addon fil for try

  • R0J0hound

    Yes, I applied to the ball elasticity greater than 1 , but can not make the jump and hit the head of the character can boost while colliding with coins .

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think it would be easier to use loops.

    https://dl.dropboxusercontent.com/u/104893773/C2%20examples/Math%20loops.capx

    Works perfect.

    I think I need to learn further programming.

    The " LOOPS " are something new for me, the "ARRAY " bring me a headache .

    Thank You

  • Have you tried making sure that the values you write to the array are ints?

    i.e.

    int(mid(TextBox.Text,0,1))

    Seems to then work as expected.

    still does not work

  • Great Game !!!!

  • Simple math problem?

    Hello friends

    I need to implement the following

    In a "Tex Box" income numbers, pressing the button, each of these numbers (separately) is loaded into an ARRAY.

    What I do is the following

    If I enter the following number "123456"

    Is loaded into the array:

    Set value at 0 to mid (TextBox.Text, 0.1)

    Set value at 1 to mid (TextBox.Text, 1.1)

    Set value at 2 to mid (TextBox.Text, 2.1)

    Set value at March to mid (TextBox.Text, 3.1)

    Keep the number of characters in a variable "Char"

    system -> Set char to len (TextBox.Text)

    And then be added together and divided by the total number of characters, where I apply the following

    Text2 -> Set Text -> "Sum:" & (Array.At (0) + Array.At (1) Array.At (2) + Array.At (3) + Array.At (4)) / char

    But I manage to find the result as it always shows me = 1

    This is te .CAPX

    https://dl.dropboxusercontent.com/u/19024090/Math.capx

    In that I'm wrong?

    Thank You

  • Hello friends , I'm making a game of a football player you have to master the ball and crash the coins up with her , driving the ball with a leap and giving the correct angle for the ball collides with the coin , to earn points .

    Accomplish this with the " Physic behaivor " but when exporting Android game run with XDK considerably slower.

    As I read "Chipmunk Physics

    " Should work better and faster.

    Try setting the game but I can not drive the ball high enough to collide with coins .

    As would be the right program to achieve that effect ?

    Herewith the CAPX .

    https://dl.dropboxusercontent.com/u/19024090/Soccer_physics.capx

    If I could guide and help will be very grateful .

    Greetings from Chile !

    pd: my bad English is thanks to google translator

  • try with another web browser and update java script

  • I use Dropbox or Google Drive

  • I understand , but I need to choose eg from the Sprites as having greater or equal to 1 variable.

  • How?