IndieKiwi's Forum Posts

  • Listened to a minute so far and sounds very good, going to download and continue listening on my phone.

  • Looked at it for about a minute and it is basically still windows 8. It is still very early so hopefully it will be more like xp and 7, but as MS have skipped 9 it is now unpredictable if their next OS will be good or not... Installing ubuntu!

  • Downloading the iso now.. accidentally installed the update instead of the iso luckily i stopped it!

    Not expecting much after windows8... expecting to put ubuntu on it after

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I wish there was a person who reads every single post and add rep points manually for every valuable post. And i wish people seeing other people with much higher rep point would know that they can get help or advice from them... oh well.

    Some forums have the "thank poster" feature that allows people to like a post and give the poster points. Maybe a little more practical than one person lol

  • Sorry thats the only one i could find. It should be pretty similar. Use the Google Play object instead, have it login and set the achievements up in the google play publisher center. And then they just need to be "unlocked" from there.

  • On collision, fruit spawns animation

    (Animation plays Asynchronously)

    Destroy fruit

    On animation finish, destroy animation

  • Are you able to upload the capx? It would be easier if we can see your setup

  • Wow very nice. I seem to die sometimes, but don't know when i'm being attacked, maybe make the character flash red or some blood when attacked

  • Sounds like a bad idea, but my friend who used to work at one of the top 5 most visited websites in the world, told us they implemented streaming images as video too! No sound though...

  • Give the ball physics behaviour. If you want it to go in a custom direction, apply a force on it after hitting the net

  • I would just find a website or api already with a time on the page (Not really worth setting it up yourself). Eg: http://www.currenttimestamp.com/ for this website you can ajax request it then load it into xml, and extract time with xpath like : "//textarea/text()" to extract the timestamp, to get "1412415775" which is a time format, you can google how to measure the time differences between them

  • So how about every 10 seconds you save a "token" and if the last 6 tokens are invalid sequentially in the minute, you don't get anything, or else you get a extra life?

  • You can extract the data and save it into a file or into a webhost from webstorage, but it seems like it defeats the purpose of webstorage, because webstorage is only your application's data, and you write there, why not write somewhere else in the first place instead?

  • I guess destroy them if they leave the layout or are no longer needed and reduce the collision points and the obvious thing is reducing the physics objects. So as far as i'm aware no real work around.... You could also try another physics engine. (In your project properties)