You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
replace play() with playFromCurr(),
playFromCurr() does not modify toIndex
https://github.com/layabox/layaair/blob/d1811049e17fc73915ae014f7e25dfbd7ae889cb/bin/as/libs/src/laya/ui/Clip.as#L182-L190
2.[play()] does not remember [fromIndex]
add this.fromIndex = from, set index = fromIndex when index > toIndex;
https://github.com/layabox/layaair/blob/d1811049e17fc73915ae014f7e25dfbd7ae889cb/bin/as/libs/src/laya/ui/Clip.as#L429-L443
play() is auto loop, but play(from, to) not.
sometimes we need an autoLoop play(from, to)
https://github.com/layabox/layaair/blob/d1811049e17fc73915ae014f7e25dfbd7ae889cb/bin/as/libs/src/laya/ui/Clip.as#L445-L455
The text was updated successfully, but these errors were encountered: