tween(object, var1=val, var2=val, var3=val)The parameters like time and tweentype are set like variable in this case:
tween(object, var=val, time=0.5, type=smooth, ondone=trace(done))And it is possible to access the Object itself in expressions using the this keyword:
tween(hotspot[test], ath=(this.ath+360))
krpano.tween(hs, {ath:0, atv:0}, 1.0, "smooth");