Page 1 of 1

[Possibly resolved]Fun sound clipping

Posted: 24 Jun 2020, 15:22
by Temgamer
So, I'm making some sort of music player using Fun attribite. Here is the code:

Code: Select all

{
  "id":"$hl_02_sound",
  "type":"sound",
  "file":"Half-Life02.mp3"
},
{
  "id":"$radioo",
  "type":"decoration",
   ...
  "on click fun":
   [{
      actions: [{"type":"play", "id":"$hl_02_sound"}]
   }]
}
When I press it, it starts playing music, but after 10-12 seconds (whole .mp3 file is 1:44) it stops. Is it game sound limitation or something?

Re: Fun sound clipping

Posted: 24 Jun 2020, 15:27
by TheFennekin
Probably a game sound limitation

Re: Fun sound clipping

Posted: 24 Jun 2020, 18:31
by CommanderABab
Yes, it is a game sound limitation.

Re: Fun sound clipping

Posted: 24 Jun 2020, 18:55
by JustAnyone
Pretty sure it's limited on android