Taurian's Forum Posts

  • Darn, still not having luck.

    Take a look below. See the current position of this specific object.

    I've also made a "Every Tick" Round it's position and width. I still get the jittery effect.

    Let me know if i'm missing something or something else comes to mind. I know it's late, so thank again for the assist.

    <img src="https://dl.dropbox.com/u/4958245/PixelRounding.png" border="0" />

  • Ashley,

    The jitter now only appears for 3rd party plugins. Can you give me an idea of what you fixed for the text objects so I can try to apply to the third party ones?

  • Alright, thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Saaweeet, if you tweaked the runtime.js, any chance I could get that from you for testing? Or make the change myself on my end?

    Thanks,

  • Sure, I can do that. Is there any chance the issue could be that the FBID in this case is just insanely large. Most IDs I've seen aren't more than 9 digits. I had to change all my database columns to BigInt(20).

    I'm not sure how that applies to the FB plugin, just word for thought.

    I'll keep my eye on it.

  • Yeah, sorry bout that. And wasn't exactly sure it was a bug just yet. Thanks for the prompt response.

  • This is a weird one.

    When I use the facebook object (Facebook.UserID)

    I get a rather small number that isn't my facebook ID: 944817476

    When my ID is really this large number: 100000668370244

    I'm not sure where the smaller ID comes from, but it's not mine.

    You can confirm it here:

    Wrong ID

    graph.facebook.com/944817476/picture

    Right ID

    graph.facebook.com/100000668370244/picture

    Let me know your thoughts,

  • Thanks man, I really appreciate it

  • What if i'm dealing with strings?

    String1 = "Apple";

    String2 = "Apple";

    String3 = "Corn";

    String4 = "Corn";

    CompareStrings(String1,String2,String3,String4);

    if ( CompareStrings() == true )

    {

    //Strings are unique

    }

    else

    {

    //Strings are not unique

    }

    I'm wondering if find(src, text) might be a possibility.

    Let me know if you have any ideas

  • Hello,

    Does anyone know a quick way to take 4 variables, or even an array of 4 values and tell if each item is unique?

    Thanks!

  • Started happening all of the sudden. Let me know if you see the same and know of a fix. It appears to be caused by "Scale Mode." Only on Chrome not Firefox.

    Chrome: Ver. 20.0.1132.47 m

    dl.dropbox.com/u/4958245/Jitter.capx

    Thanks,

  • Just the "FB is not defined" error. So I went ahead and setup an event:

    When "Facebook Is Ready"

    Trigger Once

    -----> Facebook Start Log In

    I think that did it, I'll know after a day or so of testing.

    Thanks,

  • Nah, we're on business class internet service. Static IP - 80mbps.

    I'm willing to bet is has something to do with the the facebook object not loading first before I use it to send data.

    It's my guess and I'm wondering if anyone else has had this dilemma. I plan to experiment more with it in another phase.

  • Hello,

    Sometimes when I go to my game, I get this error in the console: "FB is not defined".

    To remedy I have to consistently refresh or even close down the browser and try again to get it to work.

    Any ideas on what this could be and how I can avoid?

    Using the C2 Facebook Plugin. Sometimes it works, sometimes it doesn't.

    Thanks,

  • which was Taurian's original challenge.

    Watch this space!

    Yeah well beggars can't be choosers. Can't wait to give it a shot. Amazing work Velojet!