h1k3's Forum Posts

  • Updated version available. Read more here:

    https://www.facebook.com/groups/317378255096076/

  • Ashley

    It's rather complicated, or maybe it just seems that way. I'm writing a plugin that uses instances to visualize screen objects(like the button div)

    However it uses technology called parse so just creating the div isn't enough. Once all the divs have been created I need to run an action called parse on the divs. But I only want to do it once. So I want to keep a running total on the number of instances. That way during runtime I can have a variable that increases with every div. Once the variable reaches the number of instances I know that it is safe to run the parse function.

  • Ashley

    I'm trying to get a running total of instances in the app. I can add to the number every time one is created but the minute an instance is removed, everything is wrong. any ideas?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I do appreciate that, but that doesn't really help. I'm looking at the actual javascript, not the application. Thank you though.

  • Make sure everything here is set up correctly.

    https://developers.facebook.com/apps/14 ... p-details/

  • You are still in sandbox mode, so only you can see it.

  • New update 0.1.7(Free and Paid versions updated)

    -example included

    Update changes how social boxes are generated.

    -Social buttons ready condition

    --Will be true when all buttons are ready to show.

    -Set visible action

    --Combined with above condition to show all or some of the buttons you have on the layout.

    Also there is a new social box

    -Comment Box

    --engage your users through public messaging.

    Finally in the properties under Socialboxtype you will see the like button, comment box, nothing, and reset. Nothing will make sure the instance is not drawn. Like and Comment box will set the remaining properties based on what is needed. Selecting reset will set the other properties back to usable(useful when switching between types.

    Last note:

    The last property called instance count must be the number of instances you have all together. I'm working on automatically generating this number, but for now you must change it. This includes instances that are not drawn.

    Get your versions here:

    http://lancelocke.yourhosting.com/

    Users that have downloaded previous versions just use the download link from your paid or free email receipt.

    Reminder free version does not include:

    Scores

    Game friends

    Picture uploading

  • Is there a way in the edit time to log when an instance was destroyed?

    (On destroyed function)

    instcount = instcount - 1;

    What I want is a running total of instances during runtime.

  • I'm actually working on adding a comment box as we speak to my facebook plugin. Just look in the forums under the completed Adonis section. Look for facebook 3.0. The feature should be up by tomorrow(it's evening time in this neck of the woods)

  • New and improved Facebook 3.0

    Use the Facebook 2.0 API(Version 1 used by other plugins will expire in 2015)

    Our current plugin version is

    0.1.6

    Join our discussion here:

    https://www.facebook.com/groups/317378255096076/

    Try our free version here:

    http://lancelocke.yourhosting.com/?shopp_page=shop

    UPDATE:

    https://apps.facebook.com/scirsoplt/ and http://lancelocke.yourhosting.com/fb/ are current game examples. Awaiting approval from Facebook for publish_actions permission(Note you now need to ask Facebook in order to ask users for specific permissions). So you cannot post scores or a picture yet. But the app request feature is working wonderfully.

    In anticipation for submission to the Scirra store, both the free and full versions have been updated to version 0.1.6. These come complete with a replica copy of the ghost social game I posted earlier. The difference is, the free version does not have working pictures, game friends, or scores items. So while you can view the working code for the app, you will not be able to play it without removing the reference to the pictures, game friends, or scores items. Download them here: http://lancelocke.yourhosting.com/?shopp_page=shop

    I just emailed about a plugin I have for the store. I'm just curious, how long does it take for a reply?

  • New and improved Facebook 3.0

    Use the Facebook 2.0 API(Version 1 used by other plugins will expire in 2015)

    Our current plugin version is

    0.1.2

    Join our discussion here:

    https://www.facebook.com/groups/317378255096076/

    Try our free version here:

    http://lancelocke.yourhosting.com/?shopp_page=shop

  • I have added a picture album to our plugin Facebook group showing you how to fetch a list of game friends, fetch the user profile, and handle loggin with our Facebook plugin. Check them out here: https://www.facebook.com/media/set/?set=oa.326558620844706&type=1

    Example in action:

    http://lancelocke.yourhosting.com/gf/

  • My facebook plugin actually has this built into it. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    https://www.facebook.com/groups/317378255096076/

  • New and improved Facebook 3.0

    Find it here: https://www.facebook.com/groups/317378255096076/#

    Check it out here:

    http://lancelocke.yourhosting.com/fb/

    Big changes today, small in scope. I have pushed a bunch of stability changes to the code(transparent for you). I have also removed the Like Button action that was previously deprecated(Applicable to paid version-If you have not yet done so, remove this action from your code)

    Languages

    83

    Social Instances

    Like Button

    Expressions testing:

    "Logged In Status"

    "User access token"

    "User ID"

    "First Name"

    "Last Name"

    "Gender"

    "Facebook Profile Link"

    "Full Name"

    "Timezone"

    "Profile Last Updated"

    "Verified Facebook Account"

    "User Locale"

    "Invitable friend size"

    "Current invitable friend ID"

    "Current invitable friend name"

    "Succesful Request ID"

    "Current invitable friend picture"

    "User profile picture"

    ACTIONS TESTING:

    "Log in user"

    "Check Status"

    "Log out user"

    "Retrieve invitable friends"

    "Invitable friends active"

    "Send a basic app request"

    "Delete an app request"

    "Check for Permission."

    "Upload picture." -- Paid version

    CONDITIONS:

    "On ready"

    "On login"

    "On logout"

    "On info updated"

    "On invitable friends populated"

    "On App request success"

    "On App request deleted"

    "On Permission found"

    "On Permission not found"

    "While Logged in"

    "Photo Uploaded" -- Paid version