I can trigger an event using onLastSecond function but I want a few more seconds earlier. Ca开发者_JAVA技巧n it receive a parameter that identifies the seconds during which the event is triggered?
You could just check where the playhead is:
$f().getTime();
精彩评论