function upScrollText(evt:MouseEvent):void{
tSpeech.scrollV-=1;
}
bscrollup.addEventListener(MouseUp.CLICK.upScrollTex);
Do you know why I got the errors below?
The class or interface 'MouseEvent' could not be loaded. Function upScrollText(evt:MouseEvent):void{
I have updated my Flash to CS4 from CS2 and these action script I have learned from a on - line course, It does work on their CS3.
Anybody know why ?
Thanks
Kanny
I am new I have the same problem - it says I can't choose Action Script 3 as it says "Screen based documents must target Action Script 2 - help
this is the code that I input - I know nothing about action script
stop()
bWC1.addEventListener(MouseEvent.CLICK,play1);
function play1(event:MouseEvent):void{
gotoAndStop("pic1");
}
stop()
bWC2.addEventListener(MouseEvent.CLICK,play2);
function play2(event:MouseEvent):void{
gotoAndStop("pic2");
}
stop()
bWC3.addEventListener(MouseEvent.CLICK,play3);
function play3(event:MouseEvent):void{
gotoAndStop("pic3");
}
stop()
bWC4.addEventListener(MouseEvent.CLICK,play4);
function play4(event:MouseEvent):void{
gotoAndStop("pic4");
}
stop()
bWC5.addEventListener(MouseEvent.CLICK,play5);
function play5(event:MouseEvent):void{
gotoAndStop("pic5");
}
stop()
bWC6.addEventListener(MouseEvent.CLICK,play6);
function play6(event:MouseEvent):void{
gotoAndStop("pic6");
}
stop()
bWC7.addEventListener(MouseEvent.CLICK,play7);
function play7(event:MouseEvent):void{
gotoAndStop("pic7");
}
stop()
bWC8.addEventListener(MouseEvent.CLICK,play8);
function play8(event:MouseEvent):void{
gotoAndStop("pic8");
}
stop()
bWC8.addEventListener(MouseEvent.CLICK,play9);
function play9(event:MouseEvent):void{
gotoAndStop("pic9");
}
stop()
bWC10.addEventListener(MouseEvent.CLICK,play10);
function play10(event:MouseEvent):void{
gotoAndStop("pic10");
}
stop()
bWC11.addEventListener(MouseEvent.CLICK,play11);
function play11(event:MouseEvent):void{
gotoAndStop("pic11");
}
stop()
bWC12.addEventListener(MouseEvent.CLICK,play12);
function play11(event:MouseEvent):void{
gotoAndStop("pic12");
}
North America
Europe, Middle East and Africa
Asia Pacific