modulepackage
0.5.0-alpha
Repository: https://github.com/flashgotools/go-clips.git
Documentation: pkg.go.dev
# README
go-clips
Implementation of the entire MovieClip API in Go
Method Implementation Status
-
attachAudio
-
attachBitmap
-
attachMovie
(stub implemented) -
beginBitmapFill
-
beginFill
-
beginGradientFill
-
clear
-
createEmptyMovieClip
-
createTextField
-
curveTo
-
duplicateMovieClip
-
endFill
-
getBounds
-
getBytesLoaded
-
getBytesTotal
-
getDepth
-
getInstanceAtDepth
-
getNextHighestDepth
-
getRect
-
getSWFVersion
-
getTextSnapshot
-
Won't ImplementgetURL
-
globalToLocal
-
gotoAndPlay
-
gotoAndStop
-
hitTest
-
lineGradientStyle
-
lineStyle
-
lineTo
-
loadMovie
SWF won't be supported -
loadVariables
-
localToGlobal
-
moveTo
-
nextFrame
partial -
play
-
prevFrame
-
removeMovieClip
-
setMask
-
startDrag
-
stop
-
stopDrag
-
swapDepths
-
Maybe won't be implementedunloadMovie
# Functions
No description provided by the author
Initialize goclips, note that only MainLoop and event funcs get executed after this function is called Events is a pointer to a ClipFuncs struct, so that events can be added and removed on the fly.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Interface for movieclips.
# Type aliases
No description provided by the author