creith's Forum Posts

  • 7 posts
  • Re. version number not changing on Cordova or Crosswalk builds using Intel XDK. There are two fields in the build settings for version. One is the "App Version", the other is the "App Version Code", lower down on the page. The "App Version Code" is where you need to update from "60000" by entering "60001" in this field. I had the same problem until someone at Intel pointed out to me the two different fields. Hopes this helps.

  • I have developed a game using the Google Play plugin. I have two linked projects in the Google Play developer console--one web and one android. I used the Intel XDK build using both Crosswalk as well as the regular Android build. I uploaded to Google Play and published in Alpha Test mode.

    For both builds I have the same problem, i.e., I get a sign-on screen from Google and select Accept on the screen. The next event is the plug-in On Error triggers but the GooglePlay.ErrorMessage expression is blank.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have developed and tested a 2 player turnbased multiplayer game by looping through my game. I want to disable this looping and use Google Play Turnbased Multiplayer with BaseGameActivity (for Android) to find players and pass game data. My problem is, the Google Play plugin does not provide the required interfaces to get player information and pass game data. I've read everything on Google Play but it doesn't get me there without additional programming. Can this be done without creating my own plugin's. I find the tutorials on generating plugin's sorely lacking. I'm an experienced programmer but not with js or html5.

  • I did downsize button but that wasn't the the real problem. I left my layout longer than my window and the problem was resolved. The window size wasn't the real problem, it was actually the layout size.

  • Yeah. I can see the button is very large. I got rid of the events and resized the button to 35,22 and placed it well inside the window. Unless I make the window very long (700), the button shrinks and eventually disappears. Button is placed at 39,532. I don't want a 700 long window.

    [attachment=0:jpov5xl9][/attachment:jpov5xl9]

  • I have added the attachment to my original post. Thanks for offering to help. I did move the OK button to my tileboard layout and it displayed. I need it to display below my tileboard. Playing around with the window size in project properties, I discovered that if I make the window longer, the button will display. As I downsize it, the button shrinks and ultimately disappears. I thought that so long as the entire button was positioned above the dotted lines, it should display.

  • I can't get my button to display. I have tried everything. It is set to visible and placed on my layout but nothing shows up when I run my project.

    [attachment=0:1ddwkc7z][/attachment:1ddwkc7z]

  • 7 posts