Problem Description
____ A concise description of your problem here ____
When I build my app and run it on a Galaxy Tablet, the speakers CLICK every 24 seconds - a tiny blip of static. At first I assumed this was my code causing the problem, so I searched for some stray audio command. I could not find anything wrong. Then, I went back to old builds and found that they did not make this CLICK.
So, I took the old code (that works perfectly) and recompiled it with the latest CONSTRUCT 2 build (221) and guess what... the CLICK happens ever 24 seconds.
This means the same code, when compiled on older builds of CONSTRUCT 2, do not make the click... but when compiled with the new CONSTRUCT 2, it does.
To make things extra strange, I do not hear the click on a PC. Only when I run on a GALAXY TABLET. (Using CHROME.)
The same sound was confirmed on another device - a Samsung Galaxy Note phone. (Using CHROME)
This makes me wonder if it's somehow related to TOUCHSCREENS or MOBILE?
And finally, if I remove the AUDIO OBJECT from the code and compile... not CLICKS.
So, the new build of CONSTRUCT 2 seems to be creating a stray click of static every 24 seconds... when running on
Attach a Capx
____ Upload a Capx to this post ____
The file creates the CLICK SOUND. It's an odd program that won't seem like it does much, but that's because I stripped out EVERYTHING POSSIBLE to see what was causing the click, and yet... the click still happens even with this sparse program.
Description of Capx
____ Concise description of what this CapX does ____
Steps to Reproduce Bug
- Step 1 - RUN CODE
- Step 2 - Touch the Touchscreen
- Step 3 etc.
Observed Result
____ What happens? ____
Phone (or Tablet) gives a STATIC CLICK every 24 seconds...
The CODE IN QUESTION does not have any PLAY commands.
It does include the AUDIO OBJECT, however.
Expected Result
____ What do you expect to happen? ____
No STATIC CLICKS. (Which is how the code worked when compiled on the prior release of C2).
This problem just appeared with the new release. (Even when compiling the exact same code).
Affected Browsers
- Chrome: (YES/NO) - YES
- FireFox: (YES/NO) - UNTESTED
- Internet Explorer: (YES/NO)
- UNTESTED
Operating System and Service Pack
____ Your operating system and service pack ____
Running code on Android (latest for Galaxy Tab and Galaxy note)
Compiling on Windows 7.
Construct 2 Version ID
____ Exact version ID of Construct 2 you're using ____
221 (64 bit)