nicwhitts Posted March 3, 2015 Share Posted March 3, 2015 I'm trying to finish off a game by adding some effects, I want to 'jelly' some objects like in this game: http://www.html5gamedevs.com/topic/6114-plugin-juicy-simple-effects-plugin-based-on-the-juice-it-or-lose-it-presentation/ But it only seems to 'get bigger' and not return to its original size? Any ideas?grave = game.add.sprite(5, 2, 'grave');.....this.juicy.jelly(grave);The screen flash and shake works fine. Link to comment Share on other sites More sharing options...
Recommended Posts