1. Saying "## [Tweener] Error: The property 'transitions' doesn't
seem to be a normal object property of [object ticket_1] or a
registered special property. ## [Tweener] Error: The property 'frame'
doesn't seem to be a normal object property of [object ticket_1] or a
registered special property." This is an output error

The correct name are "transition" and "_frame" (on Tweener, all "special properties" start with a "_", regardless of the AS version).


2. the other one is still the same saying "The class or interface
'MouseEvent' could not be loaded.function
butt_ROLLOVER(e:MouseEvent):void" This is a complier Error


MouseEvent is a class, you have to import it before using it.

import flash.events.MouseEvent;



Zeh
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to