irina's Forum Posts

  • mammoth

    Would you please try compile with Cocoon Webview?

    Iw used it and it looks ok.

  • Did any of you tryed to test compile with Cocoon in webview?

  • hello,

    i need some help.

    mine app woks ok but sometimes on iOS11 (lets say once in every five launches) when launched its not fully stretched to fill entire display.

    its properly alligned on top of screen but sometimes its not fully stretched so theres a black bar at the bottom of the screen.

    this is OK

    ID: 4040

    and this is somewhat shrinked on sides and bottom.

    ID: 4041

    Help?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
    • Post link icon

    do i lose my C2 licence if i use that discount?

    Becouse i would buy C3 only for compiling purposes.

  • radbrothers

    Funny... he just mentioned that plugin as source of troubles :)

    And i can confirm that.

    derikvlog

    Try Cocoon with webview+... It works.

    ...i cant use it becouse i have some artefacts on screen with it.

  • Same here!

    Till last month iw used COCOON without much problems but now compiler don't work for Android and I constantly get this error:

    com.android.ide.common.process.ProcessException: Failed to execute aapt

    No resource identifier found for attribute 'appComponentFactory' in package 'android'

    ... just noticed same error in PhoneGap aswell....

    Does anyone have some success with compiling?

    how does C2/3 compiler works?

    Ashley ?

  • OK, tnx... i allways used forums footer link

  • Where's C2 download gone?

  • Horrible color selection on this new forum :(

    Hurts my eyes!

  • ...user also need internet access to even get your game, no?

    start here:

    https://www.scirra.com/tutorials/525/simple-login-using-a-mysql-database

  • you must decide do you want to bind score, save game state etc. to user (can play on diferent machines eg. PC, notebook etc. ) or to single machine?

    I would recommecnd to bind personal data to user account (thats why we have login to every game) rather than to a machine.

  • Ashley

    Maybe you can help me?

    Is there a way, when notification is read / activated, to open an app in dedicated layout?

  • ...so its not opening a default APP?

    I was hoping that it works like that google map URL method iw posted, where that URL first try to open google maps APP (if you have it installed) and then (if theres no APP installed) opens google map in browser.

  • Kyatric

    Using the browser object and using the URLs provided by Facebook and Twitter will allow you to post and share whatever you want from your game.

    Use the "Open URL in new window" action and provide the appropriate URL/message.

    myVariable is a variable (possibly global) that value is either text or numbers.

    For Twitter :

    "twitter://post?text=" & urlencode("My message with #hashtags and directed @twitterhandle and concatening " & myVariable & " as a value.")[/code:2sdqrmuw]
    
    For FaceBook
    [code:2sdqrmuw]"https://www.facebook.com/sharer/sharer.php?app_id=APP_ID_SECRET_KEY&sdk=joey&u=" & urlEncode("URL_THAT_SHARES_AND_IS_SET_IN_THE_FB_APP_TO_SHARE) & "&picture="& UrlEncode("URL_TO_YOUR_PICTURE_APP_IF_YOU_HAVE_SOME") &"&display=popup&ref=plugin&src=share_button&quote=My message with #hashtags and concatening " & myVariableValue & " as a value."[/code:2sdqrmuw]
    
    You have to know though that on iOS/some mobiles for this to work, you have to use the button plugin only that will count as a user action.
    Using CSS it is possible to make the button invisible under/over a sprite and still have a good looking app, but this all depends on your program.
    

    Is this works like googles maps URL method (https://www.google.com/maps/search/?api=1&query=)... first targets APP and then if app is not installed opens in browser or it directly opens browser regardles of APP being installed?

  • Hello,

    I have question for those that use some kind of notification service.

    Upon receiving notification, how do you set app to open on particular layout... depending on notification topic or content?