Categorygithub.com/FlashGoTools/go-clips
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
  • getURL Won't Implement
  • 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
  • unloadMovie Maybe won't be implemented

# 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

# Variables

Root clip.
No description provided by the author

# Structs

holds clip events, for convienence.
MovieClip struct, do not create this yourself, instead use (MovieClip).CreateEmptyMovieClip.

# Interfaces

Interface for movieclips.

# Type aliases

No description provided by the author