|
this code isn't doing what i want it to do...I want the symbol "playBtn" to play the song...
also, i keep getting this error: 1046: Type was not found or was not a compile-time constant: mouseEvent. | function handleClick(1046: Type was not found or was not a compile-time constant: mouseEvent.| pEvent: mouseEvent
function handleClick(pEvent: mouseEvent
): void
{
if (pEvemt.target==playBtn)
new URLRequest("02 02 - Torn Within.mp3")
snd.play();
}
playBtn.addEventListener(
MouseEvent.CLICK, handleClick);
__________________
Please login or register to view this content. Registration is FREEjaison tortorea
Last edited by 3rdShiftStudios; 09-08-2007 at 04:21 PM..
|