Hi guys,
Edited post
So I managed to fix the video being played at start with the opportunity to skip the video. With good help from Taifun and this code https://groups.google.com/forum/#!searchin/app-inventor-developers-library/flappy|sort:date/app-inventor-developers-library/nVOmpGCkpAA/MbpVKeRKBgAJ
But regarding the diamond, floating randomly and when you touch it, which should pause the game (and starts from the same place where you stopped if you answered correctly). I really have no idea where to start.
I don’t know how to add extra images in the canvas that is already there - tried to add in the same canvas but it doesn’t work. Which is the main problem, but I also struggle with how to add these functions. I tried to searh for it on both Google and YouTube to no avail. Do you guys have any tips for this?
As always, I appreciate you reading through the post and thank you in advance.
This is the app I’m going for.
FlappyBirdy.aia (3.9 MB)
Original
I’m trying to create a flappy bird app with modifications for educational purpose for primary school at first.
The game is just like flappy bird, however, I want to add some modifications for this.
The modifications I want are:
- Add a video being played before the game start. The players have the opportunity to skip the video if they choose too
- Add a diamond that floates randomly, if they hit that. They will get a set of different questions to answer. The game will then be paused for you to answer.
- If they answer correctly, they get bonus points and can continue their game
- If they answer wrong, they will lose the game
- If possible, have an global highscore that can be shared with eachother - or the teacher gets all the points and can give out the information who has the highest score.
First problem
When I start the game, both the video and the questions appears. Also the skip button is not possible to click. Which makes it impossible to start the game.
Second problem (might be fixed but cannot access the game)
The game has something been a wrong resolution, even when I have added responsive background + automatic filling or percentage filling.
Third problem
I have no idea how to add a diamond that floats randomely. Also, when I have tried with diamond (or a text box), the game continues and doesn’t stop.
Wondering if anyone can help me out here ?
I have added the aia file if someone are interested to see what I have done. (I removed the video because the aia file was to big with it)
Thank you all in advance for reading so far