Play () -------------------------------------------------------- Play an animation
StopPlay () ----------------------------------------------------- stop an animation
IsPlaying () ------------------------------------------------------- whether the animation is playing
GotoFrame (frame_number) ---------------------------- jump to a frame
TotalFrames () ------------------------------------------------ get the total number of animation Frames
CurrentFrame () -------------------------------------------- return the number of frames of the current animation-1
Rewind () ---------------------------------------------------- returns the first frame of the animation.
SetZoomRect (left, top, right, buttom) ------------- enlarge the specified area
Zoom (percent) ---------------------------------------------- change the animation size
Pan (x_position, y_position, unit) ----------------------- translate an animation in the x and y directions
PercentLoaded () ------------------------------------------ returns the percentage of the animation loaded.
LoadMovie (level_number, path) ----------------------- load an animation
TGotoFrame (movie_clip, frame_number) ----------- movie_clip jump to the specified number of frames
TGotoLabel (movie_clip, label_name) --------------- movie_clip jump to the specified tag
TCurrentFrame (movie_clip) ----------------------------- return movie_clip current frame-1
TCurrentLabel (movie_clip) ------------------------------ return the current movie_clip label
TPlay (movie_clip) ------------------------------------------ play movie_clip
TStopPlay (movie_clip) ------------------------------------- stop playing movie_clip
GetVariable (variable_name) ---------------------------- get the variable
SetVariable (variable_name, value) --------------------- variable assignment
TCallFrame (movie_clip, frame_number) -------------- call specifies the action on the frame
TCallLabel (movie_clip, label) ------------------------------- call specifies the action on the label
TGetProperty (movie_clip, property) ------------------ get the specified attribute of movie_clip
TSetProperty (movie_clip, property, number) ------- set the specified attribute of movie_clip
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.