Examlex

Solved

The Following GetAudioClip() Method Returns an Object That Will Load

question 54

True/False

The following getAudioClip() method returns an object that will load the sound file and assign the location of that file to clip which can then be used to call methods that may play the sound file one or more times:
Audioclip clip = getAudioClip(getDocumentBase(), "mysound.wav");


Definitions:

Related Questions