Share My Creation Math Quest (android)

hi

i would like to show you my latest game i did but first i want to thanx all beta testers.
i hope the game is now working well.

latest version is v1.07 (i have uploaded it few minutes ago so it may be online very soon)

Math Quest

You have to get to the river by solving the math problems.
It looks easy at the beginning but it is getting harder and harder.
You can switch between 5 different cute Characters.

* Jimmy
* Emma
* Zoe
* Lily
* Sophia

If you need a hint you can use the Gem's for that.

It is recommended to start with the Practice Mode to train your kids.

Have Fun :)

link: https://play.google.com/store/apps/details?id=www.sagital.mathquest

screenshot2.png
 

sorex

Expert
Licensed User
Longtime User
[SOLVED] it's more readable now which makes it 100% playable on lower resolutions.

[SOLVED] I also see the water now which was just a 1 or 2 pixel blue line before,
that's why I thought it was scrolling down aswell.

[SOLVED] the purchase crash has been catched with that custom toast

the only tiny issue that's left is the non-wrapped texts in the Shop part.

ilan-fix.png ilan-shop.png
 
Last edited:

ilan

Expert
Licensed User
Longtime User
the only tiny issue that's left is the non-wrapped texts in the Shop part.

i tried to use autotextsizelabel but i did not get a nice result with it so i think i will leave it like it is.
do you get on your device a blured background when you click on the pause button while you are in game?

btw. i implemented the swipe option you have suggested
 

sorex

Expert
Licensed User
Longtime User
just make the label double as high and it should wrap to the second line when it's too long, not?

yes, it's blurred but the text problem is there aswell.

[SOLVED] swipe request instead of joypad, thanks!

ilan-pause.png
 

sorex

Expert
Licensed User
Longtime User
is it normal that it always restarts from level 5 again?

forgot to mention that there is some delay between the menu>game>menu, but that's probably not noticable on a decent phone ;)
 

ilan

Expert
Licensed User
Longtime User
is it normal that it always restarts from level 5 again?

the game will start from the last level you reached.

orgot to mention that there is some delay between the menu>game>menu, but that's probably not noticable on a decent phone

yes this is normal i can control the delay i set it to 2 seconds.


Note that you can add this to your app to hide the title bar before the splash screen:

sorry i dont understand. is there a build in splash screen option in android?
i do it with simple panels and SetVisibleAnimated. if i will add this line to my manifest the whole app will be in FullScreen mode or am i wrong?

btw whats the different by using:

B4X:
SetApplicationAttribute(android:theme,"@android:style/Theme.Holo.Light.NoActionBar.Fullscreen")

or

#FullScreen: True


EDIT: in second thought, the Full Screen Option is better for this game. i will leave it full screen.
 
Top