[Fuselist] trigger property

Neven Jacmenović neven at nivas.hr
Sun Nov 12 06:09:11 PST 2006


Hehe, this is easy one, so even I can reply. :)

Let's say you have two actions. You put trigger inside first action if 
you want fuse to start executing next one before 1st action finished. 
That comes in handy if you have long actions and you want to achieve 
fluent animation. Imagine tweens on timeline in few layers. Trigger in 
fuse comes in like overlapping layers with tweens. Check out the docs on 
Moses site.

---
|trigger| May be set as seconds (see time formatting above) or set to 
|true| if in a group to indicate advance after the item trigger is 
grouped with. Advances the sequence prior to action completion.

Example 1:
 |[
    { start_alpha:0, seconds:.5, trigger:true},
    { x:'100', seconds:3 }
]|
Example 2: Here the sequence advances after 1.5 seconds, while the 
action takes 3 seconds.
|{ width:500, delay:1, seconds:2, trigger:1.5 }|
---



Jason Anderson wrote:
> Hello everybody. Do anybody have any experience using the trigger
> property. and if so do yall have an example that i can see?
>   

-- 
seven | the witchdoctor
http://www.nivas.hr | serious web developing company



More information about the fuselist mailing list