smitchell's Forum Posts

  • <font color="blue"><font face="Arial, Helvetica, sans-serif"><font size="5">*** I MADE A IN DEPTH TUTORIAL ON HOW TO MAKE THIS FROM SCRATCH *** LINK - TUTORIAL </font></font></font>

    Here is a example of using the Twitter API to retrieve tweets from the user, 'Gino Rea'.

    Here is a preview link -- Preview-- Could someone please tell me if this is working, its not on my PC, but my PC is crap right now, my other one broke.

    Here is a exported folder -- Exported folder

    And here is the capx -- capx

    You will need this plugin -- plugin

  • How can i use this :

    Its in javascript but not working..

    $.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"

    );

    Obviously i changed the details with my API key ect..

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Do you have anyway of retrieving user tweets? -- You would save my life :)

  • No only the objects using the plugins..

    Which plugins are you using?

  • Can you not apply an impulse every tick? Would that not work..

  • Is there a way to load a twitter widget with this --

    <script src="http://widgets.twimg.com/j/2/widget.js"></script>

    <script>

    new TWTR.Widget({

    version: 2,

    type: 'profile',

    rpp: 4,

    interval: 30000,

    width: 250,

    height: 300,

    theme: {

        shell: {

          background: '#333333',

          color: '#ffffff'

        },

        tweets: {

          background: '#000000',

          color: '#ffffff',

          links: '#4aed05'

        }

    },

    features: {

        scrollbar: false,

        loop: false,

        live: false,

        behavior: 'all'

    }

    }).render().setUser('GinoRea').start();

    </script>

  • The latest copy of it was posted by yann was it not?

    dl.dropbox.com/u/23551572/C2/coconutsRELOADED.capx

  • Use the physics object --

    ON Collision with object ->

          object.setWorldGravity -> -10(or whatever you want.)

  • Ok I will try and let you know :)

  • cloud, its a web server. Hosts my website.

  • I get an error upon previewing, I think its to do with it not being on a server though right?

    I saw something about that on your txt file..

  • Ahhhh ok I think I get it. But I dont like it :(.

    Well its a great plugin, But say for example i wanted to add it to a game so people can chat in the game, I would not want to click everyday and leave it open, its inconvenient right?

  • Did you ever figure out the snap to grid?

  • But then the problem is, ipads dimensions are set to 1024x768. Some computer monitors are that, and the most tablets are different sizes..

    Its easier just to set the width and height properties of objects according to screen size is it not?

  • oooh yeah that may be annoying.. Good luck with your plugin though!