Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

The"ever engine" occurs #83

@GoogleCodeExporter

Description

@GoogleCodeExporter
When Tweener trying to modify some property, that's value cannot be set the 
tween will not reach the end irrespective of time parameter.

E.g.

public function set val( n:Number ):void
{
_myval = ( _myval + n ) / 2;
}
public function get val():Number
{
return _myval;
}

Tweener.addTween( this , { val : 10 , time : 0.5 } ); //will try to set it 
almost ever, not time!

Original issue reported on code.google.com by oleg.nu...@gmail.com on 3 Aug 2011 at 9:50

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions