我有這個小片的AS3代碼,它不工作:(AS3型未發現:聲音
var snd:Sound = new Sound(new URLRequest("Hit1.wav"));
var channel:SoundChannel = new SoundChannel();
channel= snd.play();
我得到的是
type was not found or was not a compile-time constant: Sound
type was not found or was not a compile-time constant: SoundChannel
如何解決這個
?帆布
你導入這些類? – inhan
可能不是,但我找不到我需要的那些。我所有的是 \t import flash.display.MovieClip; \t import flash.utils.Timer; \t import flash.events.TimerEvent; \t // \t import flash.events.TouchEvent; – Canvas