Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 270 Bytes

File metadata and controls

21 lines (12 loc) · 270 Bytes

Tween. startFrame

Availability

Flash Pro CC

Usage

Tween.startFrame

Description

Start frame of a tween.

Example

var tweenObj = fl.getDocumentDOM().getTimeline().layers[0].frames[0].tweenObj;
fl.trace(tweenObj.startFrame);