galodoido794's Forum Posts

  • Dear ,

    I'm really enjoying this community . Generally , we find all the solutions to our problems .

    However , I have a difficulty to set Facebook on Android . What I did:

    1 ) I try to login using the " Login Dialog " . When I'm testing the browser works properly, but the Android opens the login screen , but it seems that the return of the site with this problem. The screen is blank and " lock " the app .

    2 ) On the facebook site I put two applications . Site, App Facebook and Android . On Android I enable ( Single Sign On) option ? The address I put in " Facebook App " or the "Site " may be the cause of this problem in android ?

    3 ) Is there a tutorial that shows how to use facebook in Android? Since the configuration in Construct 2 as Facebook ?

    4 ) Another question is the score of friends . As I seek the score of all friends ? I used the " Fetch Friend List Game " and was in doubt if he ever runs all friends and I just put " FacebookComplete.FriendsName " and " FacebookComplete.Score "

    Sorry for my bad english

  • I'm having the same problem. Someone tell if there is a solution?

  • Perfect! Thks

  • Try Construct 3

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

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

    How do I create an exit button (in the case of Android action closing)?

    Example, clicking the button will close the Android application.

  • Could you show an example?

  • Dear,

    I have two images and a sprite (hero). Depending on the player's choice want to load a different image for the hero. How do I do that? N

    Using Array? Dynamically Load Sprite?

    If you can not want a solution that uses URL (or Internet)

  • Perfect!!! Thks

  • Dear,

    how to do a comparison using % in C2? Did not want to do this through code but visual

    Example:

    if (score % 2 == 0) 
    {
        speed *= 2; 
    }[/code:2pz85goc]