Player Not playing

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

Screenshot 2022-11-10 9.51.21 AM
Screenshot 2022-11-10 9.51.50 AM

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:

  • Clock1 settings
  • reg_timer (what ever that is)
  • calling a Procedure procedure (developers should always give them a real name to avoid compile issues)
  • Stage_Mode_Clock conflicts with Clock1 and/or reg-timer and or sprite interval

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.

Screenshot 2022-11-10 3.00.19 PM
Screenshot 2022-11-10 3.00.01 PM
Solution

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.