Hi!
Main idea is:
It can be done by setting some array of ath atv values for each frame for each hotspot
<hotspot name="bla" ....>
<frames from="20" to="40">
<frame name="f1" no="20" ath="10" atv="0" />
<frame name="f2" no="25" ath="12" atv="0" />
<frame name="f3" no="30" ath="15" atv="0" />
<frame name="f4" no="35" ath="20" atv="0" />
<frame name="f5" no="40" ath="25" atv="0" />
</frames>
</hotspot>
And main action:
check if current video frame in from/to range then set this hotspot visible=true
and tween position when exact frame reached
Hope it help
Regards
Andrey