(back to index) (edit this in the feed-back web form)
- Title
- sound on can it have option to play file a number fo times
- Type
- Feature_request
- Raised by
- lookang
- Date opened
- Sunday, 30 May 2010
- Description
- http://www.um.es/fem/EjsWiki/Main/ElementsSoundOn
currently, if boolean state is turn true, it just play wav file non-stop.
to play file once only, need to add codes such as
if (Math.abs(t-t_on)>=9*dt) sound=false; // turn the sound off when it has been play for xxx seconds.
in evolution need to add
t_on = t;
sound=true;
can thee be an easier way?
- Importance
- 3
- Proposed solution
- have a selected option pop up menu of number of times to play the wav file.
- Urgency
- 3
- Status
- Open
- Resolution
-
(back)
« 00051 · Edit Form · 00053 »