taltal's Forum Posts

  • it delay using the WAIT in the layout, so i use the clicl event

    but its wierd, because the WAIT does not work so good in this case

    taltal

  • hey

    i wrote a game to the youthmovement that i volentier at, for the summercamp

    and the game has very long delay at the first layout

    what could be the reason?

    this is the game:

    apps.facebook.com/thecamps

    thanks' taltal

  • i want to connect to a server that can save details on the user: score, badges, friends that he invites to the facebook game...

    how can i do this?

  • hello. i created an event that starts a game when user clicks an image

    i want to add a javascript function before that events (or, as the first command of the event) that makes an ajax request to the server about opening a new game, then waits for the server to reply the game_id, and then continue with the rest of the event.

    i come from the world of javascript and i have pretty good knowlagde of how things are done. (i just havn't found the feature in the construct2 editor...)

    and i want to do it without the need to start reading and understanding the entire generated construca code.

    little example of what i mean

    // pseado-code of how it is now

    "function (){

                game_id = null

                number_of_balls = 4

                gender = 'male'

                etc...

                startShootingBalls()

    }"

    // as i want it to be

    "function (){

                $.post('/new_game',function(response) {

                            game_id = response.game_id

                            number_of_balls = 4

                            gender = 'male'

                            etc ...

                            startShootingBalls()

                }

    }"

    is there an easy way to do it?

    thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hello

    if i want to use hi score in my game i should put on "Action Permission": "None"? or - "Publish Score"?

    thanks! <img src="smileys/smiley3.gif" border="0" align="middle" /> <img src="smileys/smiley3.gif" border="0" align="middle" />

  • thanks man!!

  • i want that the app that i am making will take the user to a web site if the user click on some object in the app...

    some one know how can i do this?

  • i realy want the family behavior!!!!

  • wow - this is amazing - thanks man!!

    its very useful!!

  • ***hey guys!!

    (sorry - i had a little fight with my keboard)

  • hey guts - do you know what is on the next C2 release?

    and when it will be able??

    i want the family behavior!!!

  • my game is this, they are holes with colors and color balls entering the screen. every X second enter new ball and the player should make a path to each ball to his hole (by the color of the ball and the hole)

    the path of the ball is set by clicking the ball with the mouse and moving with the mouse to the hole.. i want the path to be draw and the ball to folow the path. and the path that the ball pass should be erase. a problem that i need to solve is how only the ball that belong to the path will erase his path onky, but not other pathes that belongs to another balls..

  • and another question: can i connect/link spesifics dots to a specific object??

  • hey, i want to make a line that show the path of the mouse... how can i do that?

  • thanks

    helps a lot!!