Back Previous Next


Linguist basic package - sound

Syntax:

   sound {name} {elements}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKSound.class

Runtime handler(s):

   net.eclecity.linguist.basic.handler.BasicHSound.class

Function:

Declares a sound variable or an array of sounds. The array size is fixed at time of compilation.

See also load, play and stop.

Example(s):

   sound Click
   sound UsefulSounds 25


Back Previous Next