Phoenixbowman's Forum Posts

  • So I have CordovaGame Unlock Achievement, and if they are signed in, it will register. if they're not signed in im guessing the achievement won't register lol.

    Is there a way to test achievements without actually getting them in the game? like running a test to see if the achievements actually register.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So I can keep it as "1.0" and just change the app version code. Sorry for all of the questions, this is new territory for me.

    If you have any questions jeffige, feel free to ask them, and I can try to help.

  • My concern is I'll upload it to test it and if I have to change anything, I'll have to keep upping the version numbers in Intel XDX. So when I actually publish it, it'll be like version 4 or 5. Because in Intel XDX each time you upload something, you have to increase its version number by one.

  • Sorry I'm am total noob with this, but do I need to create a list of Achievements in my actual game? Like I have a list in the game that i set up so it changes whenever someone unlocks an achievement? Or can I have a button that says when clicked, Show Achievements list from Google Play? Like click button > CordovaGame Show Achievements.

    What's getting me is there is also a Google Play object as well, which I know can be used to sign in and for Leaderboards. So why not use the Google Play object for Achievements as well?

    Testing: Is it possible to test Achievements, Leaderboards, and IAP in a browser or do I have to upload them first as an Alpha?

  • Thank you so so much

  • This goes for all of the Objects. The blue link that says "Help on '' Actions" don't do anything when clicked. I tried several of them and nothing happens when they are clicked.

  • I'm so confused...I tried clicking the Help for Google Play on the Google Play object, but nothing came up. I have the CordovaGame pluin and I have code for achievements, but should I use the Google play Object for achievements, or both? Say the player gets a score of 100.

    I have If Score = 100 then CordovaGame Unlock Achievement (test) Would I use the Google Play object also or just the Google Play object? Does the CordovaGame Unlock Achievement work with the Google Play object's Achievement code or would I just use Google Play?

    I did click Help on the Google Play object but nothing happened. In fact, none of the Help on '' Actions works for any of the Objects.

  • The sprite is a person, so no, can't be turning at all, has to be upright. Would I just remove the angle part of the code? Say the Sprite's angle is 180 degrees, that has to stay the same and can't change, sorry.

    Imagine a person walking at a constant speed. Going from 0 and when the player moves the joystick, the sprite goes from 0 to max speed instantly, and when they release the joystick, the sprite stops, no slowing down.

  • Oh wow thank you, thank you so much. Is it possible to take out the angle so the Sprite doesn't rotate?

  • I was reading about different kinds of joysticks in Construct 2. In the game I'm making the joystick moves the character in 8 different directions. The joystick doesn't need another circle inside of it. I looked at different tutorials but am not sure which one would work best. it has to be continuous movement. Like a person can keep moving the character, so it has to go from direction to direction without going back to the middle before the player can move it again.

    It's a fixed joystick. There is no jumping, it's just moving a sprite around. I know some joysticks move, others have circles inside of them that move. this doesn't need any of that. as long as they can touch it and move the sprite in 8 directions, it works.

  • FIXED! I did Every X seconds and it works! Every X seconds lets you customize how many seconds soemthing happens

  • Got it, I did Every X Seconds.

  • How do you make a loop then? I thought While meant that while something was true it would keep happening. So at the end of the loop I set something to False, then at the beginning of the While Statement I set it to true?

  • Anytime I use While or Repeat, the preview itself won't even launch.

  • I tried While but the preview wouldn't even work. I did While and Variable = 1 and the preview didn't launch. Then I did On Start of Layout and Repeat 100000000 times (yes, that many) as the events then i had actions, but the preview wouldn't even launch.

    Please help.