[Tweener] _scale cant get tweener to initialize
Gerry Creighton
gerry at thespikeranch.com
Wed Dec 10 19:35:24 PST 2008
It appears that you need to initialize the DisplayShortcuts.
Add this line: DisplayShortcuts.init();
-Gerry
On Dec 10, 2008, at 7:41 PM, Stuart Smith wrote:
> import caurina.transitions.Tweener;
> /*import caurina.transitions.properties.DisplayShortcuts;*/
> function zoomUp(): Void {
> // Start
> Tweener.addTween(aboutus, {_scale:100, time: 0.50,
> transition:"easeOutBack"});
> Tweener.addTween(services, {_scale:100, time: 0.50,
> transition:"easeOutBack"});
> Tweener.addTween(contact, {_scale:100, time: 0.50,
> transition:"easeOutBack"});
> Tweener.addTween(partners, { _scale:100, time: 0.50,
> transition:"easeOutBack"});
> Tweener.addTween(clients, {_scale:100, time: 0.50,
> transition:"easeOutBack"});
> }
> zoomUp();
> stop();
>
> MY Error
>
> ## [Tweener] Error: The property '_scale' doesn't seem to be a
> normal object property of [object Object] or a registered special
> property.
>
> I placed my class files v1.31.74 into my Flash Runtime Class
> directory, project directory and another location then added these
> paths in addition in the preferences after the first way didnt work.
> I cant get Tweener to initialize for the life of me. Any suggestions?
>
> Flash CS3 AS 2 file.
> _______________________________________________
> Tweener mailing list
> Tweener at lists.caurinauebi.com
> http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.caurinauebi.com/pipermail/tweener-caurinauebi.com/attachments/20081210/2eb643ba/attachment.htm>
More information about the Tweener
mailing list