Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweening soundproperties only working when init method in same frame #73

Open
GoogleCodeExporter opened this issue Oct 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

using the version "tweener_1_33_74_as2.zip" on flash cs3 on mac (10.5.7) i
recently discovered a strange behavior.

my first attempt of tweening the volume of a sound object via tweener ->
did NOT work
then i checked if my sound object code worked at all (playback and volume
set without tweener)-> did work
then i checked the sound example from tweener -> worked
then i copied the exact source code from the example to my project -> did
NOT work

finally i moved the import of the tweener classes and soundproperties init
method call to the same frame as the Tweener.addTween call -> finally it
worked!


Original issue reported on code.google.com by [email protected] on 6 Jan 2010 at 3:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant