TheWyrm's Forum Posts

  • So you want to stop the jump prematurely if you release the touch? Sorry it's a little confusing. Not sure why you cant just use touch end?

  • So I would check out this link -> https://www.scirra.com/tutorials/629/sprite-fonts-the-how-what-when-where. SpriteFonts maybe the answer you're looking for but it depends what you mean by formatted.

    P.S. IF I helped like me on facebook to support my upcoming game! https://www.facebook.com/THEWYRM

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would quite like to see monthly game competitions come back when we get the new arcade. It could almost be automated by being based on number of up votes per month

    However, if it was a manual thing I wouldn't mind helping out.

  • I would to see better facebook and twitter support for Cordova/PhoneGap.

    I would also like to see plugins in the store and to see a store interface in C2 so you can just buy and download stuff directly.

    A new version of the arcade which I know Tim is working on with best games of the month competitions.

  • I will say the subject title made me lol! (I'm such a child)

  • That is basically what we are both saying with instance variables. Checkout that term in the manual.

  • mGol You're in luck then! As the game will also be on iOS and WP8 in the first phase of platforms. So I can include you in the iOS test group. Testing for the game wont start until later in the month for Android, but I expect iOS testing will need to be done shortly after. Just send across your e-mail via pm or to mat [at] thewyrm [dot] com.

  • ok, just pm me

  • No problem. Glad I could help!

  • You can also set in the bullet properties for it bounce off objects for a quick and easy patrolling enemy.

  • armed10 Yeah, I had similar thoughts. Unity do it. Basically you browse a store in Unity and you buy or/and install each item. It's an awesome idea.

    rexrainbow Yeah, I've seen yours in action and it's pretty cool. Just wanted to take this opportunity to thank you as you develop many great plugins of which I have used many!

  • So two ways come to mind.

    You either store the previous player position in a variable then compare it to the present position to find out if it is to the left or right. It's probably easier to push a new position into the array if it is different from the last tick. Then compare the first point in the array with the second.

    or

    You get the touch positions and compare those. If my understanding is correct while you are touching an array of touch positions are stored. So you could compare the last position with the previous again similar to the above.

  • It's possible, but would be hard to look right. If you were to it do it scratch in your own engine you would probably use an advanced particle system to be efficient. However, you can't do that very easily in C2 unless there is a third party plugin I don't know about or you make your own.

    The method that comes to mind though is using lots of physics objects. This guy shows a rough example -> https://www.scirra.com/forum/fluid-water-simulation-example_t69770

  • I would put the track names into an array, then on an audio ended event look at the next item in the array and do a play(Array.At([Number here])). To do this you would also need to keep track of where you are in the array and know the array length to set it back to 0 when it gets to the end.

  • thorntonp72 Hi, so I just opened up my copy of VS2013 and I have update 3. Which I can tell you works fine. So I just updated to update 4 and that also works fine. So that doesn't help you with your problem other than narrowing down that it maybe some kind of VS setup issue???

    Therefore try searching Google for those errors.