add onComplete to Movie
This commit is contained in:
@@ -52,6 +52,8 @@
|
||||
(set lastInstructionPointer -2)
|
||||
(collectedBlocks cleanup))
|
||||
(doCleanup)
|
||||
(when onComplete
|
||||
(onComplete))
|
||||
})
|
||||
|
||||
(defReaderMacro &bof "" [stream] `(#when (StringTools.contains kissFile className) (doPreload cc)))
|
||||
|
@@ -141,6 +141,7 @@
|
||||
cc))))))
|
||||
|
||||
(prop &mut :Bool paused false)
|
||||
(prop &mut :Continuation onComplete null)
|
||||
|
||||
(method pause []
|
||||
(unless paused
|
||||
|
Reference in New Issue
Block a user