diff --git a/haxe_libraries/hollywoo.hxml b/haxe_libraries/hollywoo.hxml index ca3bb59..04a2122 100644 --- a/haxe_libraries/hollywoo.hxml +++ b/haxe_libraries/hollywoo.hxml @@ -1,6 +1,6 @@ -# @install: lix --silent download "gh://github.com/kiss-lang/hollywoo#cbff6575ee391c99122075f9d17c347598aa3354" into hollywoo/0.0.0/github/cbff6575ee391c99122075f9d17c347598aa3354 -# @run: haxelib run-dir hollywoo "${HAXE_LIBCACHE}/hollywoo/0.0.0/github/cbff6575ee391c99122075f9d17c347598aa3354" +# @install: lix --silent download "gh://github.com/kiss-lang/hollywoo#e2bb87f3d5bef7e634ccb9bb8807a91627c4a221" into hollywoo/0.0.0/github/e2bb87f3d5bef7e634ccb9bb8807a91627c4a221 +# @run: haxelib run-dir hollywoo "${HAXE_LIBCACHE}/hollywoo/0.0.0/github/e2bb87f3d5bef7e634ccb9bb8807a91627c4a221" -lib kiss -lib kiss-tools --cp ${HAXE_LIBCACHE}/hollywoo/0.0.0/github/cbff6575ee391c99122075f9d17c347598aa3354/src/ +-cp ${HAXE_LIBCACHE}/hollywoo/0.0.0/github/e2bb87f3d5bef7e634ccb9bb8807a91627c4a221/src/ -D hollywoo=0.0.0 \ No newline at end of file diff --git a/src/hollywoo_flixel/HollywooFlixelDSL.kiss b/src/hollywoo_flixel/HollywooFlixelDSL.kiss index 6df3146..8172fa4 100644 --- a/src/hollywoo_flixel/HollywooFlixelDSL.kiss +++ b/src/hollywoo_flixel/HollywooFlixelDSL.kiss @@ -65,7 +65,7 @@ (let [oldCC cc] (set cc (makeCC - (stopLoopingSound skipping (makeCC null)) + (stopSound skipping soundLoop (makeCC null)) (when oldCC (oldCC))))) (loopSound skipping soundLoop (makeCC null) volumeMod)) @@ -516,7 +516,8 @@ (cleanup (set tweens []) - + (set flxDirector.nextCC null) + (loopingSoundPlays.clear) (destroyAndClear actors) (destroyAndClear props) (destroyAndClear sets)