My player is not functioning properly, I have tried many things and fixed it but the sound ran too long. I decided I would program it to stop when button.click but it didn't work. Now it won't play sounds at all. Here are my blocks
My player is not functioning properly, I have tried many things and fixed it but the sound ran too long. I decided I would program it to stop when button.click but it didn't work. Now it won't play sounds at all. Here are my blocks
A guess is your ImageSprite.Interval is too small to allow the Player to function properly.
10 is 10 ms; an eyeblink is about 300 ms.
Other possible issues:
App Inventor's graphics refresh is among its worse features. AI is ill suited for action games because of its poor response to screen changes compared to Java based apps.
Solution
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.