├── Bubblecano ├── README.md ├── README_1.jpg ├── game2.fla ├── game2.html ├── game2.js ├── index.html ├── js │ ├── Collision.js │ └── Rnd.js └── sounds │ ├── BubblecanIntro_01.mp3 │ ├── BubblecanoLoop.mp3 │ ├── BubblecanoTheme_01.mp3 │ ├── Bubbled_01.mp3 │ ├── DyingWithSizzle.mp3 │ ├── Erupt_Explode_OneShot.mp3 │ ├── Lose_03.mp3 │ ├── Pop_01.mp3 │ ├── Score_01.mp3 │ ├── Shoot_01.mp3 │ └── bubblepop.mp3 ├── LICENSE ├── README.md └── TrashDash ├── AnimateGame.fla ├── AnimateGame.html ├── AnimateGame.js ├── README.md ├── README_1.jpg ├── index.html ├── js ├── Rnd.js ├── createjs-2015.05.21.combined.js └── movieclip-0.8.1.min.js └── sounds ├── crunch.mp3 ├── demosong.mp3 ├── jump.mp3 ├── splat.mp3 └── woosh.mp3 /Bubblecano/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/README.md -------------------------------------------------------------------------------- /Bubblecano/README_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/README_1.jpg -------------------------------------------------------------------------------- /Bubblecano/game2.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/game2.fla -------------------------------------------------------------------------------- /Bubblecano/game2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/game2.html -------------------------------------------------------------------------------- /Bubblecano/game2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/game2.js -------------------------------------------------------------------------------- /Bubblecano/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/index.html -------------------------------------------------------------------------------- /Bubblecano/js/Collision.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/js/Collision.js -------------------------------------------------------------------------------- /Bubblecano/js/Rnd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/js/Rnd.js -------------------------------------------------------------------------------- /Bubblecano/sounds/BubblecanIntro_01.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/BubblecanIntro_01.mp3 -------------------------------------------------------------------------------- /Bubblecano/sounds/BubblecanoLoop.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/BubblecanoLoop.mp3 -------------------------------------------------------------------------------- /Bubblecano/sounds/BubblecanoTheme_01.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/BubblecanoTheme_01.mp3 -------------------------------------------------------------------------------- /Bubblecano/sounds/Bubbled_01.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/Bubbled_01.mp3 -------------------------------------------------------------------------------- /Bubblecano/sounds/DyingWithSizzle.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/DyingWithSizzle.mp3 -------------------------------------------------------------------------------- /Bubblecano/sounds/Erupt_Explode_OneShot.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/Erupt_Explode_OneShot.mp3 -------------------------------------------------------------------------------- /Bubblecano/sounds/Lose_03.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/Lose_03.mp3 -------------------------------------------------------------------------------- /Bubblecano/sounds/Pop_01.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/Pop_01.mp3 -------------------------------------------------------------------------------- /Bubblecano/sounds/Score_01.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/Score_01.mp3 -------------------------------------------------------------------------------- /Bubblecano/sounds/Shoot_01.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/Shoot_01.mp3 -------------------------------------------------------------------------------- /Bubblecano/sounds/bubblepop.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/Bubblecano/sounds/bubblepop.mp3 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/README.md -------------------------------------------------------------------------------- /TrashDash/AnimateGame.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/AnimateGame.fla -------------------------------------------------------------------------------- /TrashDash/AnimateGame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/AnimateGame.html -------------------------------------------------------------------------------- /TrashDash/AnimateGame.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/AnimateGame.js -------------------------------------------------------------------------------- /TrashDash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/README.md -------------------------------------------------------------------------------- /TrashDash/README_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/README_1.jpg -------------------------------------------------------------------------------- /TrashDash/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/index.html -------------------------------------------------------------------------------- /TrashDash/js/Rnd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/js/Rnd.js -------------------------------------------------------------------------------- /TrashDash/js/createjs-2015.05.21.combined.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/js/createjs-2015.05.21.combined.js -------------------------------------------------------------------------------- /TrashDash/js/movieclip-0.8.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/js/movieclip-0.8.1.min.js -------------------------------------------------------------------------------- /TrashDash/sounds/crunch.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/sounds/crunch.mp3 -------------------------------------------------------------------------------- /TrashDash/sounds/demosong.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/sounds/demosong.mp3 -------------------------------------------------------------------------------- /TrashDash/sounds/jump.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/sounds/jump.mp3 -------------------------------------------------------------------------------- /TrashDash/sounds/splat.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/sounds/splat.mp3 -------------------------------------------------------------------------------- /TrashDash/sounds/woosh.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreateJS/AdobeAnimateDemo/HEAD/TrashDash/sounds/woosh.mp3 --------------------------------------------------------------------------------