A few suggestions: - I like the bouncing 'O', but it should bounce at the same amount forever, not getting less and less and eventually stoping. The sound would get pretty annoying if you didn't do this. - Maybe do something a bit more special with the score. Such as make it with custom images in the same font that all of your other things are in.
Thanks for the positive feedback! @snapfirestudios the bouncing "O" i originally did that but was kinda glitchy so I scratched it
@deadlyseriousmedia believe it or not my idea came for flip runner I really liked it but didn't want to copy you in anyway still can't wait to play it!
@Adamgopro That's what I was thinking! You definitely added something to the mechanic! I guess we'll both get to see how the altered gravity flip mechanic is received on the market. :P
Flip Runner is still running into some bugs but I'm thinking we may just have to cut a couple problem areas and revisit them in an update just so we can get it out.
@Adamgopro - Don't scratch it! It's a really, really good idea and adds a lot to the otherwise boring title screen. Just do what I suggested and it should work great. - Thomas
@deadlyseriousmedia i have 2 other games ive been working on but they just taking too long so i decided to make a quick simple one as simple games get thousands of downloads it's currently in review by apple now so ill let you know how it goes, how long do you think to flip runner is out?
@snapfirestudios I've had a think and tbh it does look a lot better so ill have another go at it trying different physics ill make it work!
@Adamgopro Flip Runner should be moving along soon. I'm working on finalizing the icons for the achievements and I know @Oskardeveloper is working on ironing out a couple of kinks in the shop.
I made pulses by using interpolate. when size >= .9 interpolate size to 0 when size is < .1 interpolate size to 1 (that's close, I don't think its exactly what I use)
You could try doing the same thing using location for the bounce
Comments
A few suggestions:
- I like the bouncing 'O', but it should bounce at the same amount forever, not getting less and less and eventually stoping. The sound would get pretty annoying if you didn't do this.
- Maybe do something a bit more special with the score. Such as make it with custom images in the same font that all of your other things are in.
I can't wait to play it!
- Thomas
@deadlyseriousmedia believe it or not my idea came for flip runner I really liked it but didn't want to copy you in anyway still can't wait to play it!
Flip Runner is still running into some bugs but I'm thinking we may just have to cut a couple problem areas and revisit them in an update just so we can get it out.
- Thomas
@snapfirestudios I've had a think and tbh it does look a lot better so ill have another go at it trying different physics ill make it work!
when size >= .9
interpolate size to 0
when size is < .1
interpolate size to 1
(that's close, I don't think its exactly what I use)
You could try doing the same thing using location for the bounce