thatserafimkid's Forum Posts

  • Thank you Rex. Great plugin. This is exactly what I needed.

  • I really like the art work in these games. Nice job.

  • I wanted to see what other people's ideas were as how to implement this. I have a version working in my game but I feel that it has to many unnecessary steps and since my game will be for mobile I'ld like to keep everything polished. Right now I'm using an array to store all my possible missions, and then another 'Temp'array to store the 3 current active missions. Then at the end of each game I check the Temparray against each possible outcome that could be unlocked. For instance how many coins how many kills, distance traveled. I need to find away to only check the 3 that are in my array but I don't know how to do that since we can't store Variable names in arrays.

    I'll try to clarify further if what I wrote doesn't make sense.

  • cranberrygame

    Are we still waiting on Intel to update their crosswalk build servers to be able to use the new Facebook plugin with Crosswalk for Android build? I'm still getting build errors.

  • cranberrygame

    I purchased the complete plugin pack. Am I supposed to get an email from you?

  • cranberrygame

    Are we supposed to use PhonegapFacebook or PhonegapFacebookPB plug in with Crosswalk Intel XDK export. I don't even know what the difference between the two are.. I got Facebook to work with PhonegapFacebookPB but not the PhonegapFacebook. They only issue I have is in Construct the Check Failure error is driving me crazy. But the PhonegapFacebook doesn't have the error so I was hoping that would work. I dont know what I'm missing.

  • You're welcome. Glad I could help.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • AndreasR

    Could you help me out with this. I downloaded the PhonegapFacebook_2.0.4. I loaded up the example file, put in my app id and app name into the plug in. I exported using Cordova and loaded into IntelXDK using Import Existing Html files. I swapped out the code for this

    <intelxdk:plugin intelxdk:name="https://github.com/Wizcorp/phonegap-facebook-plugin#d8b0f6935a7c6e586188bf85f9da88a1c160790b" intelxdk:value="https://github.com/Wizcorp/phonegap-facebook-plugin#d8b0f6935a7c6e586188bf85f9da88a1c160790b" >

    <intelxdk:param intelxdk:name='APP_ID' intelxdk:value='YOUR_FACEBOOK_APP_ID' />

    <intelxdk:param intelxdk:name='APP_NAME' intelxdk:value='YOUR_FACEBOOK_APP_NAME' />

    </intelxdk:plugin>

    I put in my app ID and name. But I keep getting build failed. On the build log it says the plug in was installed. But when I check the full log theres multiple erros that say com.facebook do not exist. I have no idea why I'mm getting this error. Im using Crosswalk for Android on export.

    If i use the PhonegapFacebookPB plugin with the example file the build works correctly. The only thing is I can't stand the Check Failure error any time you preview or export in Construct.

  • Hi, I've been working on a game in Construct for the better part of a year on and off along with my brother who does artwork.

  • Hey Kan,

    Here you go! I think I made it work the way you wanted. Let me know if you have questions on what I changed.