Created
April 24, 2019 18:08
-
-
Save acotilla91/59cd3227228d31a138c74ab2612e301c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sub init() | |
m.decoder = createObject("roSGNode", "GIFDecoder") | |
m.decoder.delegate = m.top | |
(...) | |
end sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment