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

Feature Request: Stock Tweens for sound, particle, material #69

Open
Ali-RS opened this issue Dec 9, 2018 · 2 comments
Open

Feature Request: Stock Tweens for sound, particle, material #69

Ali-RS opened this issue Dec 9, 2018 · 2 comments

Comments

@Ali-RS
Copy link
Contributor

Ali-RS commented Dec 9, 2018

Would be very useful to have these Tweens :

  • SoundTween: play a sound
  • EffectTween : fire a particle emitter
  • MaterialTween: animate material’s properties
  • ChangeActionTween: tells the AnimComposer to change the current Action
@pspeed42
Copy link
Contributor

pspeed42 commented Dec 9, 2018

Yeah, the thing is that for 'instant' things like this you can just use the call method action almost as easily as a separate tween. So I'm still trying to figure out what all value those sorts of things should add over callMethod() and callTweenMethod().

Material parameters (or even better matparam overrides for spatials) might be nice, though.

@mrlem
Copy link

mrlem commented Dec 8, 2019

For a SoundTween, the interest I could see is the sound duration handling: you could create a sequence with some action after the sound is done playing (not merely after it starts playing).

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

No branches or pull requests

3 participants