eldods's Forum Posts

  • btw your scoring is all messed up

  • ive also noticed that its really confuseing on how you get the fb users frends app user list i see its requesting from scores this dosnt make since since what if the users friends have opened the app but dont have a score and i am just trying to get the app users friends to display there photos

  • awesome man i really appreciate your work on this your doing great!!

    just not to clear from what you just posted, you will or you wont be publishing the update to the forums?

  • hey just wondering here if you have dropped advancing the development of this plugin or if youve just been to busy?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • this if funny im having the same performance issues by me as well

  • Link to .capx file (required!):

    dl.dropboxusercontent.com/u/96964806/Fullscreen%20-%20scaling%20to%20window%20size.capx

    Steps to reproduce:

    1. open any test example

    2. turn full screen in browser off

    3. run game

    Observed result:

    everything gets scale applied

    Expected result:

    window box around game to be exact size set for window size

    Browsers affected:

    Chrome: yes

    Firefox: no

    Internet Explorer: no

    Operating system & service pack:

    Mac Os X Version 10.7.5 using parallels desktop

    Construct 2 version:

    r 139

  • hi how are ya guys:

    i will be uploading my game to Facebook and was wondering how to change the black of the scale to add css to it in letterbox modes? or how to set the game to fit exactly in the box i need without scaling?

    ive already read through the tutorial supporting multiple screen sizes and have not found what i am looking for help would be amazing

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

  • i want to make it autoscroll to the next set without it passing over a set

  • hey guys i found this tutorial on YouTube AWESOME

    youtube.com/watch

    i was wondering whats next how do i make it scroll to the next set of levels? on a flick of the mouse?

  • wow this plugin is looking great any plans on doing open graph stories and achievements?

  • thank you ill check it out

  • no worries ppls i got it

  • can you repost that please got a dead link?

  • what would be the best way to populate game objects at the xy coordinates from an xml file?

  • Hi guys been a while since i did anything on c2 im in middle of porting a game from libgdx over to c2 since C2 performance on the web is way better then gwt way to go C2 developers thank you !!!

    Im having a problem Reading xml from an ajax request here is a zip of what ive tried so far and the xml level i am trying to read

    dl.dropboxusercontent.com/u/96964806/XMLParsing.capx

    what i am trying to do with the xml is find <Layer Name=""platforms"" Visible=""true"">

    or   <Layer Name=""platformsWrap"" Visible=""true""> loop through them find there

    <Position>

                            <X>290</X>

                            <Y>-3068</Y>

    </Position>

    and create game objects in that position i would really appreciate the help thanks in advance