playtwice Posted May 7, 2015 Share Posted May 7, 2015 Hi guys! I'm here to present our new game called "Finger Adventure". Guide your finger through a random generated level full of traps and monster and try to survive for as long as possible. Collect gold on your way and spend it on some pretty cool upgrades. The farther you get, the harder it becomes! You can play the game here -> http://www.playtwicegames.com/Games/FingerAdventure/ The game is open for licensing, please contact us for further information -> [email protected] Thanks! Quote Link to comment Share on other sites More sharing options...
phantomas Posted May 7, 2015 Share Posted May 7, 2015 Very addictive game,I can´t stop playinig! Quote Link to comment Share on other sites More sharing options...
totallybueno Posted May 7, 2015 Share Posted May 7, 2015 Facebook and Twitter buttons are not working, at least not for me... The game is pretty cool by the way Quote Link to comment Share on other sites More sharing options...
playtwice Posted May 8, 2015 Author Share Posted May 8, 2015 Facebook and Twitter buttons are not working, at least not for me... The game is pretty cool by the way They are just placeholders at the moment Quote Link to comment Share on other sites More sharing options...
totallybueno Posted May 8, 2015 Share Posted May 8, 2015 Oh, sorry, I saw [Phaser][Completed] Quote Link to comment Share on other sites More sharing options...
phantomas Posted May 8, 2015 Share Posted May 8, 2015 One thing, when the music finishes it doesn´t make the loop on chrome. This is maybe because you´re using phaser 2.2 and the loop is not working any more on that version. You have to put this lines in your code : loopMusic: function(song) { song.play('', 0, 0.8, true); song.onLoop.add(function() { song.play('', 0, 1, true); }, this); }, this.loopMusic(yourMusic); Quote Link to comment Share on other sites More sharing options...
playtwice Posted May 8, 2015 Author Share Posted May 8, 2015 One thing, when the music finishes it doesn´t make the loop on chrome. This is maybe because you´re using phaser 2.2 and the loop is not working any more on that version. You have to put this lines in your code : loopMusic: function(song) { song.play('', 0, 0.8, true); song.onLoop.add(function() { song.play('', 0, 1, true); }, this); }, this.loopMusic(yourMusic); That's great! I'll check it out, thanks! Quote Link to comment Share on other sites More sharing options...
Neoprofessor Posted May 9, 2015 Share Posted May 9, 2015 Nice. Totally addictive! Quote Link to comment Share on other sites More sharing options...
marcgfx Posted May 10, 2015 Share Posted May 10, 2015 the loop issue could be related to a bug in the current version of chrome (webaudio). should be fixed in the next stable release.gave the game a try, but i found it a little awkward on desktop. pretty sure its much better on mobile Quote Link to comment Share on other sites More sharing options...
playtwice Posted May 10, 2015 Author Share Posted May 10, 2015 gave the game a try, but i found it a little awkward on desktop. pretty sure its much better on mobile Oh, do you know why that may be? I have actually received the opposite feedback as you can't see your own position on mobile. Quote Link to comment Share on other sites More sharing options...
marcgfx Posted May 10, 2015 Share Posted May 10, 2015 I was using a touchpad, not a mouse, so thats likely the issue here! Quote Link to comment Share on other sites More sharing options...
Boogle Posted May 13, 2015 Share Posted May 13, 2015 Very nice. I also checked out your website which I also like - will look forward to seeing your future games. Cheers Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.