Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - fbs777

Pages: [1]
1
Scripting / How to play a sound "n" seconds after the layout start?
« on: August 17, 2016, 01:17:31 AM »
Im trying to do this without success. I want to start the layout then after "x" seconds call the mp3:

local sound = fe.add_sound( "sound.mp3" );
sound.playing=true;

Pages: [1]