smitchell's Forum Posts

  • Could you make an example on how to use it?

  • The little images i drew with text did not come out as it did whilst editing it so just check the link please.

  • I have a little game which i think is amazing : ), I published v1.1 on Facebook, But I completely redesigned the game, Got most of the logic down but i need a little help with my last piece..

    Basically i need to generate obstacles randomly but not that random.

    I know i sound dumb but look at this demonstration,

    It's one of them never ending games, Which are purely score based..

    So i need to constantly generate terrain,

    so i want to be able to set up a few challenges, for example"

    O = Cloud -----

          OOOOOOO

    1.   O       O

         O OO   O     OOOOOOOOO

         O OO   O    O

    OOO   OO   O   O    OOOOOO

            OO    OOO    O      

    OOOO OOO        O

         OOOOOOOOOOOOOOO

    This is just one random example, but then hopefully if it works, Then the game could randomly generate a random course..

    This would be ideal if construct supported XML.

    Maybe im just being a 'programmer' Thinking this way but feel free to offer me a better solution! Please.

    Oh and I know the most logical way would to be Just make the level in photoshop or something, But Basically if the user collects say 5 stars they go on a frenzy and are able to kill the clouds, so i need to be able to destroy each individual cloud on collision.

    If you want a clearer understanding of what i mean, check this game out.

    Subscribe to Construct videos now

    I know this game does not do what im trying to do, But im pretty sure there levels are generated through XML

  • Oooooh, Thanks, I uploaded it to my webserver and it worked!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • delgado, I presume its just a animation..

  • Check the example link i gave above, It has all the logic

  • Would it let me call a piece of javascript with jquery, like this:

    $.post("https://www.scoreoid.com/api/getNotification", { api_key: "Your API Key", game_id: "Your Game ID", response: "JSON"},

       function(data) {

         alert("Data Loaded: " + data);

       },

    "json"

    );

  • Ok maybe im being dumb, I uploaded the files to dropbox, It works kinda, I press the left key, It submits a score, I press right then something shows, But its not score..

    Take a look http://dl.dropbox.com/u/51270524/scorestest/index.html

  • how do you give the scripts read and write access?

  • Hi i have a Facebook game, Built with construct naturally :) But Right now i am currently unable to do artwork as my current computer cannot handle image editors(I broke my good PC)

    Basically can someone check my game out and maybe design me a nice little 'Cute' Character? I would be really grateful :D

    Game

  • Oooooh Yeah im requesting scores on start of layout. But im also requesting them again when the submit button is pressed..

  • Instead of using the pin object why not just sets its x and y position to another objects x and y every tick?

  • Take a look at this example, Has most of the logic you will need :)

    http://dl.dropbox.com/u/23551572/C2/carRaceMinimap.capx

  • Great! Will download it on the iphone when it comes out!

    How did you get around the audio issue?

    Also is your game using the physics object because i heard that can sometimes be a issue with ios aswell..?

  • I have a game on facebook, But the Highscores are not working properly,

    they are only returning a value of 0 when im publishing the scores as Score(A variable that holds my score)

    Here is the link to the game Game

    does anyone know a trick/solution to get this working,

    PS I have looked at the facebook tutorial