diff --git a/.gitignore b/.gitignore index 0b8a0db..6f492c7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ npm-* # generated translation files /translations /locale +node_modules diff --git a/docs/project_state_diagram.svg b/docs/project_state_diagram.svg new file mode 100644 index 0000000..e24382e --- /dev/null +++ b/docs/project_state_diagram.svg @@ -0,0 +1,3 @@ + + +
DONE_LOADING_VM_WITH_ID
DONE_LOADING_VM_WITH_ID
LOADING_VM_WITH_ID
loads projectData into vm
LOADING_VM_WITH_ID...
SET_PROJECT_ID
with projectId > 0
SET_PROJECT_ID...
SET_PROJECT_ID
with projectId == 0
SET_PROJECT_ID...
START_LOADING_VM_FILE_UPLOAD
START_LOADING_VM_FILE_UPLOAD
NOT_LOADED
NOT_LOADED
DONE_FETCHING_WITH_ID
sets projectData
DONE_FETCHING_WITH_ID...
FETCHING_WITH_ID
gets projectData from server
FETCHING_WITH_ID...
DONE_LOADING_VM_WITHOUT_ID
sets projectId = 0
[note: setting projectId here isn't necessary]
DONE_LOADING_VM_WITHOUT_ID...
LOADING_VM_NEW_DEFAULT
loads projectData into vm
LOADING_VM_NEW_DEFAULT...
DONE_FETCHING_DEFAULT
sets projectData
DONE_FETCHING_DEFAULT...
FETCHING_NEW_DEFAULT
gets default projectData
FETCHING_NEW_DEFAULT...
DONE_LOADING_VM_WITHOUT_ID
sets projectId = 0
DONE_LOADING_VM_WITHOUT_ID...
DONE_LOADING_VM_TO_SAVE
DONE_LOADING_VM_TO_SAVE
LOADING_VM_FILE_UPLOAD
loads project data into vm.
Note: projectData object is never set
LOADING_VM_FILE_UPLOAD...
SET_PROJECT_ID
with projectId == 0
or, START_FETCHING_NEW
SET_PROJECT_ID...
START_UPDATING_BEFORE_CREATING_COPY
START_UPDATING_BEFORE_CREATING_COPY
START_MANUAL_UPDATING
START_MANUAL_UPDATING
START_AUTO_UPDATING
START_AUTO_UPDATING
START_REMIXING
START_REMIXING
START_UPDATING_BEFORE_CREATING_NEW
START_UPDATING_BEFORE_CREATING_NEW
SET_PROJECT_ID
with projectId > 0
SET_PROJECT_ID...
START_LOADING_VM_FILE_UPLOAD
START_LOADING_VM_FILE_UPLOAD
SHOWING_WITH_ID
SHOWING_WITH_ID
DONE_CREATING_NEW
sets projectId
DONE_CREATING_NEW...
CREATING_NEW
sends project data to server,
gets project id

CREATING_NEW...
START_CREATING_NEW
START_CREATING_NEW
START_LOADING_VM_FILE_UPLOAD
START_LOADING_VM_FILE_UPLOAD
SET_PROJECT_ID
with projectId > 0
SET_PROJECT_ID...
START_FETCHING_NEW
START_FETCHING_NEW
SHOWING_WITHOUT_ID
SHOWING_WITHOUT_ID
DONE_REMIXING
sets projectId
DONE_REMIXING...
REMIXING
sends project data to server,
gets project id
REMIXING...
DONE_UPDATING
DONE_UPDATING
MANUAL_UPDATING
sends project data to server
MANUAL_UPDATING...
DONE_UPDATING
DONE_UPDATING
AUTO_UPDATING
sends project data to server
AUTO_UPDATING...
DONE_UPDATING_BEFORE_COPY
DONE_UPDATING_BEFORE_COPY
UPDATING_BEFORE_COPY
sends project data to server
UPDATING_BEFORE_COPY...
DONE_UPDATING_BEFORE_NEW
DONE_UPDATING_BEFORE_NEW
UPDATING_BEFORE_NEW
sends project data to server
UPDATING_BEFORE_NEW...
DONE_CREATING_COPY
sets projectId
DONE_CREATING_COPY...
CREATING_COPY
sends project data to server,
gets project id
CREATING_COPY...
\ No newline at end of file diff --git a/docs/project_state_example.png b/docs/project_state_example.png new file mode 100644 index 0000000..4cda1a5 Binary files /dev/null and b/docs/project_state_example.png differ diff --git a/package.json b/package.json index fa6da61..f131e13 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "npm run clean && webpack --progress --colors --bail", "clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist", - "deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1)\"", + "deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1) [skip ci]\"", "prune": "./prune-gh-pages.sh", "i18n:push": "tx-push-src scratch-editor interface translations/en.json", "i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push", @@ -44,7 +44,7 @@ "babel-loader": "^8.0.4", "base64-loader": "1.0.0", "bowser": "1.9.4", - "chromedriver": "78.0.1", + "chromedriver": "80.0.0", "classnames": "2.2.6", "computed-style-to-inline-style": "3.0.0", "copy-webpack-plugin": "^4.5.1", @@ -78,7 +78,7 @@ "lodash.pick": "4.4.0", "lodash.throttle": "4.0.1", "minilog": "3.1.0", - "mkdirp": "^0.5.1", + "mkdirp": "^1.0.3", "omggif": "1.0.9", "papaparse": "5.1.1", "postcss-import": "^12.0.0", @@ -108,13 +108,13 @@ "redux-throttle": "0.1.1", "rimraf": "^2.6.1", "scratch-audio": "0.1.0-prerelease.20190925183642", - "scratch-l10n": "3.7.20191219145348", - "scratch-blocks": "0.1.0-prerelease.1576850350", - "scratch-paint": "0.2.0-prerelease.20191217213717", - "scratch-render": "0.1.0-prerelease.20191217212645", + "scratch-l10n": "3.7.20200225213156", + "scratch-blocks": "0.1.0-prerelease.1582033791", + "scratch-paint": "0.2.0-prerelease.20200213174123", + "scratch-render": "0.1.0-prerelease.20200228152431", "scratch-storage": "1.3.2", - "scratch-svg-renderer": "0.2.0-prerelease.20191217211338", - "scratch-vm": "0.2.0-prerelease.20191227164934", + "scratch-svg-renderer": "0.2.0-prerelease.20200205003400", + "scratch-vm": "0.2.0-prerelease.20200227204654", "selenium-webdriver": "3.6.0", "startaudiocontext": "1.2.1", "style-loader": "^0.23.0", diff --git a/src/containers/library-item.jsx b/src/containers/library-item.jsx index ce98b5d..51e1050 100644 --- a/src/containers/library-item.jsx +++ b/src/containers/library-item.jsx @@ -92,26 +92,21 @@ class LibraryItem extends React.PureComponent { this.setState({iconIndex: nextIconIndex}); } curIconMd5 () { + const iconMd5Prop = this.props.iconMd5; if (this.props.icons && this.state.isRotatingIcon && - this.state.iconIndex < this.props.icons.length && - this.props.icons[this.state.iconIndex] && - this.props.icons[this.state.iconIndex].baseLayerMD5) { - return this.props.icons[this.state.iconIndex].baseLayerMD5; + this.state.iconIndex < this.props.icons.length) { + const icon = this.props.icons[this.state.iconIndex] || {}; + return icon.md5ext || // 3.0 library format + icon.baseLayerMD5 || // 2.0 library format, TODO GH-5084 + iconMd5Prop; } - return this.props.iconMd5; + return iconMd5Prop; } render () { const iconMd5 = this.curIconMd5(); - let assetCDN - if('assetCDN' in window.scratchConfig){ - assetCDN = window.scratchConfig.assetCDN+`/internalapi/asset/${iconMd5}` - }else{ - assetCDN = `https://cdn.assets.scratch.mit.edu/internalapi/asset/${iconMd5}/get/` - } - const iconURL = iconMd5 ? - assetCDN : + `https://cdn.assets.scratch.mit.edu/internalapi/asset/${iconMd5}/get/` : this.props.iconRawURL; return ( { } return { samples: newSamples, - sampleRate: buffer.rate / 2 + sampleRate: buffer.sampleRate / 2 }; }; diff --git a/src/lib/cloud-manager-hoc.jsx b/src/lib/cloud-manager-hoc.jsx index 183ef24..01ca252 100644 --- a/src/lib/cloud-manager-hoc.jsx +++ b/src/lib/cloud-manager-hoc.jsx @@ -54,13 +54,10 @@ const cloudManagerHOC = function (WrappedComponent) { canUseCloud (props) { return !!(props.cloudHost && props.username && props.vm && props.projectId && props.hasCloudPermission); } - shouldNotModifyCloudData (props) { - return (props.hasEverEnteredEditor && !props.canSave); - } shouldConnect (props) { return !this.isConnected() && this.canUseCloud(props) && props.isShowingWithId && props.vm.runtime.hasCloudData() && - !this.shouldNotModifyCloudData(props); + props.canModifyCloudData; } shouldDisconnect (props, prevProps) { return this.isConnected() && @@ -70,7 +67,7 @@ const cloudManagerHOC = function (WrappedComponent) { (props.projectId !== prevProps.projectId) || (props.username !== prevProps.username) || // Editing someone else's project - this.shouldNotModifyCloudData(props) + !props.canModifyCloudData ); } isConnected () { @@ -102,11 +99,11 @@ const cloudManagerHOC = function (WrappedComponent) { render () { const { /* eslint-disable no-unused-vars */ + canModifyCloudData, cloudHost, projectId, username, hasCloudPermission, - hasEverEnteredEditor, isShowingWithId, onShowCloudInfo, /* eslint-enable no-unused-vars */ @@ -124,23 +121,30 @@ const cloudManagerHOC = function (WrappedComponent) { } CloudManager.propTypes = { - canSave: PropTypes.bool.isRequired, + canModifyCloudData: PropTypes.bool.isRequired, cloudHost: PropTypes.string, hasCloudPermission: PropTypes.bool, - hasEverEnteredEditor: PropTypes.bool, - isShowingWithId: PropTypes.bool, + isShowingWithId: PropTypes.bool.isRequired, onShowCloudInfo: PropTypes.func, projectId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), username: PropTypes.string, vm: PropTypes.instanceOf(VM).isRequired }; - const mapStateToProps = state => { + CloudManager.defaultProps = { + cloudHost: null, + hasCloudPermission: false, + onShowCloudInfo: () => {}, + username: null + }; + + const mapStateToProps = (state, ownProps) => { const loadingState = state.scratchGui.projectState.loadingState; return { - hasEverEnteredEditor: state.scratchGui.mode.hasEverEnteredEditor, isShowingWithId: getIsShowingWithId(loadingState), - projectId: state.scratchGui.projectState.projectId + projectId: state.scratchGui.projectState.projectId, + // if you're editing someone else's project, you can't modify cloud data + canModifyCloudData: (!state.scratchGui.mode.hasEverEnteredEditor || ownProps.canSave) }; }; diff --git a/src/lib/libraries/backdrops.json b/src/lib/libraries/backdrops.json index 8cb7f58..56bddcf 100644 --- a/src/lib/libraries/backdrops.json +++ b/src/lib/libraries/backdrops.json @@ -178,7 +178,7 @@ }, { "name": "Blue Sky 2 ", - "md5": "5a906c2f272b77f59f0ef207857a8b3a.svg", + "md5": "8eb8790be5507fdccf73e7c1570bbbab.svg", "type": "backdrop", "tags": [ "outdoors", @@ -286,7 +286,7 @@ }, { "name": "Circles", - "md5": "4e29033ec2b891a8f1ca21242811d403.svg", + "md5": "c9847be305920807c5597d81576dd0c4.svg", "type": "backdrop", "tags": [ "patterns" @@ -491,7 +491,7 @@ }, { "name": "Hearts", - "md5": "26d3418b2fbc1af2c5fea82e1c3df1db.svg", + "md5": "f98526ccb0eec3ac7d6c8f8ab502825e.svg", "type": "backdrop", "tags": [ "patterns" @@ -1050,7 +1050,7 @@ }, { "name": "Underwater 1", - "md5": "fb907f72b310acc8b95cbf2d2cccabc9.svg", + "md5": "d3344650f594bcecdf46aa4a9441badd.svg", "type": "backdrop", "tags": [ "ocean", @@ -1175,7 +1175,7 @@ }, { "name": "Witch House", - "md5": "597b9a9813fe5d8d387283138a0b8f2b.svg", + "md5": "30085b2d27beb5acdbe895d8b3e64b04.svg", "type": "backdrop", "tags": [ "fantasy", @@ -1190,7 +1190,7 @@ }, { "name": "Woods", - "md5": "d26cfd278999c9e37d6af75c296a58df.svg", + "md5": "f3eb165d6f3fd23370f97079f2e631bf.svg", "type": "backdrop", "tags": [ "fantasy", diff --git a/src/lib/libraries/costumes.json b/src/lib/libraries/costumes.json index eb57f4a..aa5178d 100644 --- a/src/lib/libraries/costumes.json +++ b/src/lib/libraries/costumes.json @@ -1,7 +1,7 @@ [ { "name": "Abby-a", - "md5": "afab2d2141e9811bd89e385e9628cb5f.svg", + "md5": "809d9b47347a6af2860e7a3a35bce057.svg", "type": "costume", "tags": [ "people", @@ -16,7 +16,7 @@ }, { "name": "Abby-b", - "md5": "1e0116c7c2e5e80c679d0b33f1f5cfb7.svg", + "md5": "920f14335615fff9b8c55fccb8971984.svg", "type": "costume", "tags": [ "people", @@ -31,7 +31,7 @@ }, { "name": "Abby-c", - "md5": "b6e23922f23b49ddc6f62f675e77417c.svg", + "md5": "34a175600dc009a521eb46fdbbbeeb67.svg", "type": "costume", "tags": [ "people", @@ -46,7 +46,7 @@ }, { "name": "Abby-d", - "md5": "2d05d4da65e7b5009a491d8153d37253.svg", + "md5": "45de34b47a2ce22f6f5d28bb35a44ff5.svg", "type": "costume", "tags": [ "people", @@ -75,7 +75,7 @@ }, { "name": "Andie-a", - "md5": "d2c433e02481b10584e34ccdcf5a046a.svg", + "md5": "b36584db82bdd45014430aa918461ca0.svg", "type": "costume", "tags": [ "sports", @@ -94,7 +94,7 @@ }, { "name": "Andie-b", - "md5": "045f92ad80d72521098ede6d7c80549a.svg", + "md5": "b3fc774e753fef520fb544127a48554b.svg", "type": "costume", "tags": [ "sports", @@ -113,7 +113,7 @@ }, { "name": "Andie-c", - "md5": "c9bad70ad371b8d6d97daed7ab9def98.svg", + "md5": "ded71c8a0f39852178f1695b622c2d89.svg", "type": "costume", "tags": [ "sports", @@ -132,7 +132,7 @@ }, { "name": "Andie-d", - "md5": "7c9db638cd671898ff07771112faff0f.svg", + "md5": "d92aaf6cf44921905d51ca4a10a4f3d6.svg", "type": "costume", "tags": [ "sports", @@ -333,7 +333,7 @@ }, { "name": "Apple", - "md5": "831ccd4741a7a56d85f6698a21f4ca69.svg", + "md5": "3826a4091a33e4d26f87a2fac7cf796b.svg", "type": "costume", "tags": [ "food", @@ -349,7 +349,7 @@ }, { "name": "Arrow1-a", - "md5": "62f8794dd120e9b4ead4d098d50fc64b.svg", + "md5": "be8fcd10da0b082f8d4775088ef7bd52.svg", "type": "costume", "tags": [ "icons", @@ -364,7 +364,7 @@ }, { "name": "Arrow1-b", - "md5": "a157dc7e33d7c7a048af933de999e397.svg", + "md5": "65b8e977641885010a10a46512fb95b4.svg", "type": "costume", "tags": [ "icons", @@ -379,7 +379,7 @@ }, { "name": "Arrow1-c", - "md5": "d3b389e91f7beb22b2b1a80af09990ee.svg", + "md5": "dafcdfda65af14e172809984710f31a9.svg", "type": "costume", "tags": [ "icons", @@ -394,7 +394,7 @@ }, { "name": "Arrow1-d", - "md5": "412717ff731e9f19003a5840054057eb.svg", + "md5": "70ffa0bae8693418459f21f370584f6d.svg", "type": "costume", "tags": [ "icons", @@ -409,7 +409,7 @@ }, { "name": "Avery Walking-a", - "md5": "ed334e546806dfbf26d2591d7ddb12d0.svg", + "md5": "dc6a584704c09a3fbafb9825635a9fd4.svg", "type": "costume", "tags": [ "people", @@ -423,7 +423,7 @@ }, { "name": "Avery Walking-b", - "md5": "c295731e8666ad2e1575fb4b4f82988d.svg", + "md5": "448e54fb14b13d492885fc247e76b7f4.svg", "type": "costume", "tags": [ "people", @@ -437,7 +437,7 @@ }, { "name": "Avery Walking-c", - "md5": "597a834225c9949e419dff7db1bc2453.svg", + "md5": "3a935fe75ac999e22b93d06b3081a271.svg", "type": "costume", "tags": [ "people", @@ -451,7 +451,7 @@ }, { "name": "Avery Walking-d", - "md5": "ce9622d11d24607eec7988196b38c3c6.svg", + "md5": "8f439476a738251043d488d7a4bc6870.svg", "type": "costume", "tags": [ "people", @@ -465,7 +465,7 @@ }, { "name": "Avery-a", - "md5": "21393c9114c7d34b1df7ccd12c793672.svg", + "md5": "f52bde34d8027aab14b53f228fe5cc14.svg", "type": "costume", "tags": [ "people" @@ -478,7 +478,7 @@ }, { "name": "Avery-b", - "md5": "cc55f2f09599edc4ae0876e8b3d187d0.svg", + "md5": "944385ea927e8f9d72b9e19620487999.svg", "type": "costume", "tags": [ "people" @@ -491,7 +491,7 @@ }, { "name": "Ball-a", - "md5": "10117ddaefa98d819f2b1df93805622f.svg", + "md5": "3c6241985b581284ec191f9d1deffde8.svg", "type": "costume", "tags": [ "round", @@ -509,7 +509,7 @@ }, { "name": "Ball-b", - "md5": "6e6330cad7750ea7e9dc88402661deb8.svg", + "md5": "ad7dc51cafd73e8279073e33b0eab335.svg", "type": "costume", "tags": [ "round", @@ -527,7 +527,7 @@ }, { "name": "Ball-c", - "md5": "bb45ed5db278f15c17c012c34a6b160f.svg", + "md5": "f221a2edf87aff3615c0c003e616b31b.svg", "type": "costume", "tags": [ "round", @@ -545,7 +545,7 @@ }, { "name": "Ball-d", - "md5": "5d494659deae5c0de06b5885f5524276.svg", + "md5": "db144b2a19f4f1ab31e30d58f00447dc.svg", "type": "costume", "tags": [ "round", @@ -563,7 +563,7 @@ }, { "name": "Ball-e", - "md5": "e80c98bc62fd32e8df81642af11ffb1a.svg", + "md5": "1c44b7494dec047371f74c705f1d99fc.svg", "type": "costume", "tags": [ "round", @@ -581,59 +581,59 @@ }, { "name": "Ballerina-a", - "md5": "6051bb7008cf17c8853a6f81f04c8a0f.svg", + "md5": "5197d3778baf55da6b81b3ada1e10021.svg", "type": "costume", "tags": [ "dance" ], "info": [ - 75, - 75, + 31, + 49, 1 ] }, { "name": "Ballerina-b", - "md5": "8bc5e47fb1439e29e11e9e3f2e20c6de.svg", + "md5": "4ccb1752a43f48aafe490c9c08e58c27.svg", "type": "costume", "tags": [ "dance" ], "info": [ - 75, - 75, + 29, + 23, 1 ] }, { "name": "Ballerina-c", - "md5": "6d3a07761b294f705987b0af58f8e335.svg", + "md5": "fc02bf591dd3d91eeeb50c7424d08274.svg", "type": "costume", "tags": [ "dance" ], "info": [ - 75, - 75, + 59, + 59, 1 ] }, { "name": "Ballerina-d", - "md5": "c3164795edf39e436272f425b4f5e487.svg", + "md5": "5aae21aee33c3f1ae943af5ea11254bf.svg", "type": "costume", "tags": [ "dance" ], "info": [ - 75, - 75, + 36, + 77, 1 ] }, { "name": "Balloon1-a", - "md5": "bc96a1fb5fe794377acd44807e421ce2.svg", + "md5": "d7974f9e15000c16222f94ee32d8227a.svg", "type": "costume", "tags": [ "party", @@ -651,7 +651,7 @@ }, { "name": "Balloon1-b", - "md5": "d7bb51d9c38af6314bd2b4058d2a592d.svg", + "md5": "a2516ac2b8d7a348194908e630387ea9.svg", "type": "costume", "tags": [ "party", @@ -669,7 +669,7 @@ }, { "name": "Balloon1-c", - "md5": "247cef27b665d77d9efaca69327cae77.svg", + "md5": "63e5aea255610f9fdf0735e1e9a55a5c.svg", "type": "costume", "tags": [ "party", @@ -687,7 +687,7 @@ }, { "name": "Bananas", - "md5": "1a76b68e056954f5c8ac1f073df1533d.svg", + "md5": "e5d3d3eb61797f5999732a8f5efead24.svg", "type": "costume", "tags": [ "food", @@ -704,7 +704,7 @@ }, { "name": "Baseball", - "md5": "838dc2b2278619d3a9beefc6c8072a08.svg", + "md5": "74e08fc57820f925c7689e7b754c5848.svg", "type": "costume", "tags": [ "baseball", @@ -720,7 +720,7 @@ }, { "name": "Basketball", - "md5": "482f04cbffa835c4abf29ab996d3fbbd.svg", + "md5": "6b0b2aaa12d655e96b5b34e92d9fbd4f.svg", "type": "costume", "tags": [ "sports", @@ -735,7 +735,7 @@ }, { "name": "Bat-a", - "md5": "75bf9a5c5ec7dc9325a0301b6f6e72dd.svg", + "md5": "4e4ced87ed37ee66c758bba077e0eae6.svg", "type": "costume", "tags": [ "fantasy", @@ -753,7 +753,7 @@ }, { "name": "Bat-b", - "md5": "b92d4967a0c233b0e78d6e834653f846.svg", + "md5": "bc6dd12fc9e407c7774959cdf427f8b5.svg", "type": "costume", "tags": [ "fantasy", @@ -771,7 +771,7 @@ }, { "name": "Bat-c", - "md5": "56b1458bd81b8ac2401c216f7352343c.svg", + "md5": "60f5bfce5d9b11bfcd199a6aa5454b3f.svg", "type": "costume", "tags": [ "fantasy", @@ -789,7 +789,7 @@ }, { "name": "Bat-d", - "md5": "7f806f928a192aab0b0d03aa96a89a67.svg", + "md5": "698c2a48e774f9959d57c9618b156c20.svg", "type": "costume", "tags": [ "fantasy", @@ -807,7 +807,7 @@ }, { "name": "Batter-a", - "md5": "f7357c4cef5f31c6460e4f69dd0adabb.svg", + "md5": "9d193bef6e3d6d8eba6d1470b8bf9351.svg", "type": "costume", "tags": [ "baseball", @@ -823,7 +823,7 @@ }, { "name": "Batter-b", - "md5": "c60fe1da0dcddedfd152384c60cbd5cc.svg", + "md5": "fdfde4bcbaca0f68e83fdf3f4ef0c660.svg", "type": "costume", "tags": [ "baseball", @@ -839,7 +839,7 @@ }, { "name": "Batter-c", - "md5": "165c30e123e785d4cbbc0d9621f1c349.svg", + "md5": "bd4fc003528acfa847e45ff82f346eee.svg", "type": "costume", "tags": [ "baseball", @@ -855,7 +855,7 @@ }, { "name": "Batter-d", - "md5": "e82529d9c31b56a3dd098ccc94be68a6.svg", + "md5": "592ee9ab2aeefe65cb4fb95fcd046f33.svg", "type": "costume", "tags": [ "baseball", @@ -871,7 +871,7 @@ }, { "name": "Beachball", - "md5": "87d64cab74c64b31498cc85f07510ee4.svg", + "md5": "5198b5a03ebae60698e0906f59a5fc15.svg", "type": "costume", "tags": [ "round", @@ -887,7 +887,7 @@ }, { "name": "Bear-a", - "md5": "5a4148d7684fc95f38c58a1672062c9e.svg", + "md5": "deef1eaa96d550ae6fc11524a1935024.svg", "type": "costume", "tags": [ "animals", @@ -902,7 +902,7 @@ }, { "name": "Bear-b", - "md5": "92a64ce184c8515217e0e98e49624622.svg", + "md5": "6f303e972f33fcb7ef36d0d8012d0975.svg", "type": "costume", "tags": [ "animals", @@ -911,13 +911,13 @@ ], "info": [ 94, - 191, + 190, 1 ] }, { "name": "Bear-walk-a", - "md5": "d15eddb1a0f0ff0fa867bc006b46685d.svg", + "md5": "6d4d06e3f4cd0c9455b777b9a40782b6.svg", "type": "costume", "tags": [ "animals", @@ -932,7 +932,7 @@ }, { "name": "Bear-walk-b", - "md5": "06e3f1bcf4f46b83df3820d92430f202.svg", + "md5": "7453709bef16e33e6f989aee14d7fc07.svg", "type": "costume", "tags": [ "animals", @@ -947,7 +947,7 @@ }, { "name": "Bear-walk-c", - "md5": "13a3584040c9903b1824bb249d7f8a0e.svg", + "md5": "6d50c5fe63ab5f77d10144a68ca535a6.svg", "type": "costume", "tags": [ "animals", @@ -962,7 +962,7 @@ }, { "name": "Bear-walk-d", - "md5": "c5d49a105619c497be45a5d2c43a740a.svg", + "md5": "e531b307381c2aa148be4ccc36db0333.svg", "type": "costume", "tags": [ "animals", @@ -977,7 +977,7 @@ }, { "name": "Bear-walk-e", - "md5": "ece252d79c2d30c647c43c58986d9671.svg", + "md5": "0a38a860f2e573b8dc5b09f390d30fbd.svg", "type": "costume", "tags": [ "animals", @@ -992,7 +992,7 @@ }, { "name": "Bear-walk-f", - "md5": "ff66b87efec0e647dc30ec58df168ec4.svg", + "md5": "f36c80d2e731be95df7ec6d07f89fa00.svg", "type": "costume", "tags": [ "animals", @@ -1007,7 +1007,7 @@ }, { "name": "Bear-walk-g", - "md5": "d1404b12adf0d6b1b881f0dca47ce21a.svg", + "md5": "d2a5f124f988def1d214e6d0813a48f3.svg", "type": "costume", "tags": [ "animals", @@ -1022,7 +1022,7 @@ }, { "name": "Bear-walk-h", - "md5": "489055be58a7d9806e1d50455c88c399.svg", + "md5": "36d06aa23c684fc996952adb0e76e6b4.svg", "type": "costume", "tags": [ "animals", @@ -1037,7 +1037,7 @@ }, { "name": "Beetle", - "md5": "e1ce8f153f011fdd52486c91c6ed594d.svg", + "md5": "46d0dfd4ae7e9bfe3a6a2e35a4905eae.svg", "type": "costume", "tags": [ "animals", @@ -1053,7 +1053,7 @@ }, { "name": "Bell1", - "md5": "f35056c772395455d703773657e1da6e.svg", + "md5": "8c0234fe1bfd36f5a72e975fbbc18bfd.svg", "type": "costume", "tags": [ "music", @@ -1069,7 +1069,7 @@ }, { "name": "Ben-a", - "md5": "322e13bd17d02acfdc048a5ef2167be8.svg", + "md5": "2cd77b8a9961e7ad4da905e7731b7c1b.svg", "type": "costume", "tags": [ "sports", @@ -1086,7 +1086,7 @@ }, { "name": "Ben-b", - "md5": "59ba1e80ba75b1d06c37db4b9b4fde27.svg", + "md5": "165d993c30dfdb9e829d0d98867d7826.svg", "type": "costume", "tags": [ "sports", @@ -1103,7 +1103,7 @@ }, { "name": "Ben-c", - "md5": "940ec2fa85d666dde95a51bcbccd266e.svg", + "md5": "9f9f88aea3457084d8d734040b0b9067.svg", "type": "costume", "tags": [ "sports", @@ -1120,7 +1120,7 @@ }, { "name": "Ben-d", - "md5": "3043a50a91b9d484a8cd32eb82f2d88f.svg", + "md5": "acc208e29f0422c2bcffa3b8873abc63.svg", "type": "costume", "tags": [ "sports", @@ -1137,7 +1137,7 @@ }, { "name": "Bowl-a", - "md5": "86f616639846f06fef29931e6b9b59de.svg", + "md5": "d147f16e3e2583719c073ac5b55fe3ca.svg", "type": "costume", "tags": [ "thing", @@ -1151,7 +1151,7 @@ }, { "name": "Bowtie", - "md5": "7d876f3ba4b04f3193a701ed30b4490c.svg", + "md5": "4b032ba44b8077439e73815542e7ed23.svg", "type": "costume", "tags": [ "fashion" @@ -1164,7 +1164,7 @@ }, { "name": "Bread", - "md5": "68366160ce0ac1221cdde4455eca9cba.svg", + "md5": "585de1550446d4420f8a10fdecac995b.svg", "type": "costume", "tags": [ "food", @@ -1178,7 +1178,7 @@ }, { "name": "Broom", - "md5": "836197f784bc4c4decfb1a5a60ca6c56.svg", + "md5": "556288a1c996345c751a3dc88b570cfa.svg", "type": "costume", "tags": [ "fantasy", @@ -1194,7 +1194,7 @@ }, { "name": "Building-a", - "md5": "d713270e235851e5962becd73a951771.svg", + "md5": "e8c9508b1f6a0a432e09c10ef9ada67c.svg", "type": "costume", "tags": [ "things", @@ -1210,7 +1210,7 @@ }, { "name": "Building-b", - "md5": "8c2d59c50a97d33b096f629258f02be6.svg", + "md5": "a8c977a3b85ffe8c8b453c9d668989b8.svg", "type": "costume", "tags": [ "things", @@ -1226,7 +1226,7 @@ }, { "name": "Building-c", - "md5": "7f3f51f495c39809bed95991dfa1f80d.svg", + "md5": "e4764cfc384a499f92da3ea745bcebe2.svg", "type": "costume", "tags": [ "things", @@ -1242,7 +1242,7 @@ }, { "name": "Building-d", - "md5": "bbe68ab80b36e4c71f4e28414c7f781e.svg", + "md5": "d1fcce0aac589a17324943a3b759fc2a.svg", "type": "costume", "tags": [ "things", @@ -1258,7 +1258,7 @@ }, { "name": "Building-e", - "md5": "1beeb8f034a1128c9a799297b0b7fc26.svg", + "md5": "bb47a3d5d03a34937557c558c6cb5d18.svg", "type": "costume", "tags": [ "things", @@ -1274,7 +1274,7 @@ }, { "name": "Building-f", - "md5": "451e0a565e95d945fe2addfe609ee9df.svg", + "md5": "80b120b7152ed72fded84fef485f4f79.svg", "type": "costume", "tags": [ "things", @@ -1290,7 +1290,7 @@ }, { "name": "Building-g", - "md5": "58b3c9b7a41dde698fa2b427b502c1fa.svg", + "md5": "4212ff1769c169bfa0db043b18fdade8.svg", "type": "costume", "tags": [ "things", @@ -1306,7 +1306,7 @@ }, { "name": "Building-h", - "md5": "e952c8b14eeac894302d07d37a45ed99.svg", + "md5": "8f64966be60d332b345598819c67a8b6.svg", "type": "costume", "tags": [ "things", @@ -1322,7 +1322,7 @@ }, { "name": "Building-i", - "md5": "b00b1123e3bfcb600242528d059ffcfb.svg", + "md5": "fcedb6b25a2db6de28b39130f978b0bf.svg", "type": "costume", "tags": [ "things", @@ -1338,7 +1338,7 @@ }, { "name": "Building-j", - "md5": "e08fd1a7397efcfe0e3691f945693cb4.svg", + "md5": "148034b1557cc3dae39953e43ab50ff0.svg", "type": "costume", "tags": [ "things", @@ -1354,7 +1354,7 @@ }, { "name": "Butterfly1-a", - "md5": "8419d4851defd1e862e4f7c1699d2190.svg", + "md5": "fe98df7367e314d9640bfaa54fc239be.svg", "type": "costume", "tags": [ "animals", @@ -1371,7 +1371,7 @@ }, { "name": "Butterfly1-b", - "md5": "0873714e8d55d9eeb0bc8e8ab64441cc.svg", + "md5": "49c9f952007d870a046cff93b6e5e098.svg", "type": "costume", "tags": [ "animals", @@ -1388,7 +1388,7 @@ }, { "name": "Butterfly1-c", - "md5": "9c422631ca8d46413487f5dd627b65c6.svg", + "md5": "34b76c1835c6a7fc2c47956e49bb0f52.svg", "type": "costume", "tags": [ "animals", @@ -1405,7 +1405,7 @@ }, { "name": "Butterfly2-a", - "md5": "836d4cc7889f4a1cbcb0303934f31f79.svg", + "md5": "372ae0abd2e8e50a20bc12cb160d8746.svg", "type": "costume", "tags": [ "animals", @@ -1423,7 +1423,7 @@ }, { "name": "Butterfly2-b", - "md5": "55dd0671a359d7c35f7b78f4176660e8.svg", + "md5": "e96f4c6913107c9b790d37bb65507c14.svg", "type": "costume", "tags": [ "animals", @@ -1441,7 +1441,7 @@ }, { "name": "Button1", - "md5": "7ef67c5bc8cf7df64fdb3b1d6b250f71.svg", + "md5": "21fb7fa07eac4794fded0be4e18e20a2.svg", "type": "costume", "tags": [ "icons", @@ -1457,7 +1457,7 @@ }, { "name": "Button2-a", - "md5": "c0051ff23e9aae78295964206793c1e3.svg", + "md5": "af4cd54e776031bc9cc54ddd6892f97b.svg", "type": "costume", "tags": [ "icons", @@ -1472,7 +1472,7 @@ }, { "name": "Button2-b", - "md5": "712a561dc0ad66e348b8247e566b50ef.svg", + "md5": "329bf3d86050ceaea2b27e2c5d2baec1.svg", "type": "costume", "tags": [ "icons", @@ -1487,7 +1487,7 @@ }, { "name": "Button3-a", - "md5": "ffb2a9c21084c58fdb677c8d12a97519.svg", + "md5": "5021f6b7d166873ef0711c4d4a351912.svg", "type": "costume", "tags": [ "icons", @@ -1502,7 +1502,7 @@ }, { "name": "Button3-b", - "md5": "7a9ccb55e4da36f48811ab125d2492e0.svg", + "md5": "a3b357ea21773bcb3545a227ee877e9a.svg", "type": "costume", "tags": [ "icons", @@ -1517,7 +1517,7 @@ }, { "name": "Button4-a", - "md5": "ecfe263bc256349777e571eaf39761d4.svg", + "md5": "71ced7c192168c7b221d16b4eaff440e.svg", "type": "costume", "tags": [ "icons", @@ -1531,7 +1531,7 @@ }, { "name": "Button4-b", - "md5": "9c49edde00b80cd22d636a0577a9b1c9.svg", + "md5": "7d34ad26633abbc752c9cd93ace0a81f.svg", "type": "costume", "tags": [ "icons", @@ -1545,7 +1545,7 @@ }, { "name": "Button5-a", - "md5": "71e97245b7be4fd6fe3ba8cdeecadaf1.svg", + "md5": "94957f2f79e8970d8b2cd0f74a0c1ffc.svg", "type": "costume", "tags": [ "icons", @@ -1561,7 +1561,7 @@ }, { "name": "Button5-b", - "md5": "54cd55512f7571060e6e64168e541222.svg", + "md5": "a4bb9a9e06e65337798471035719985a.svg", "type": "costume", "tags": [ "icons", @@ -1577,7 +1577,7 @@ }, { "name": "Cake-a", - "md5": "e1e8e8a765b8778d6181035c5c66984d.svg", + "md5": "862488bf66b67c5330cae9235b853b6e.svg", "type": "costume", "tags": [ "food", @@ -1596,7 +1596,7 @@ }, { "name": "Cake-b", - "md5": "460268a804e7682c9fabf37e4b70071c.svg", + "md5": "dfe9c5d40da0dcc386fad524c36d3579.svg", "type": "costume", "tags": [ "food", @@ -1642,7 +1642,7 @@ }, { "name": "Casey-a", - "md5": "b7269d70079e96299666cc7b3f8eabc3.svg", + "md5": "e5a47371f3e9f853b36560cda35344b6.svg", "type": "costume", "tags": [ "sports", @@ -1658,7 +1658,7 @@ }, { "name": "Casey-b", - "md5": "d22f6e818106f247f91e1c7c315863c3.svg", + "md5": "e09e5ef2bdeb69163a543f3216c1f54c.svg", "type": "costume", "tags": [ "sports", @@ -1674,7 +1674,7 @@ }, { "name": "Casey-c", - "md5": "a6ea02408a3f8366dfd704aae9a6ed0b.svg", + "md5": "50bd5162671b8a30fcfa3082a9e79ec4.svg", "type": "costume", "tags": [ "sports", @@ -1690,7 +1690,7 @@ }, { "name": "Casey-d", - "md5": "033ef301acfdfbc38774a14a559c1654.svg", + "md5": "ebc3de539e02801d420268eb189c5a47.svg", "type": "costume", "tags": [ "sports", @@ -1762,7 +1762,7 @@ }, { "name": "Cat 2", - "md5": "01ae57fd339529445cb890978ef8a054.svg", + "md5": "7499cf6ec438d0c7af6f896bc6adc294.svg", "type": "costume", "tags": [ "kitty", @@ -1778,7 +1778,7 @@ }, { "name": "Cat Flying-a", - "md5": "bf6b9f91e6928be67eda5154ca5fb2c6.svg", + "md5": "a1ab94c8172c3b97ed9a2bf7c32172cd.svg", "type": "costume", "tags": [ "animals", @@ -1794,7 +1794,7 @@ }, { "name": "Cat Flying-b", - "md5": "6a5f707419e619463135f5bae599fa5b.svg", + "md5": "6667936a2793aade66c765c329379ad0.svg", "type": "costume", "tags": [ "animals", @@ -1810,7 +1810,7 @@ }, { "name": "Cat-a", - "md5": "b7853f557e4426412e64bb3da6531a99.svg", + "md5": "bcf454acf82e4504149f7ffe07081dbc.svg", "type": "costume", "tags": [ "animals", @@ -1829,7 +1829,7 @@ }, { "name": "Cat-b", - "md5": "e6ddc55a6ddd9cc9d84fe0b4c21e016f.svg", + "md5": "0fb9be3e8397c983338cb71dc84d0b25.svg", "type": "costume", "tags": [ "animals", @@ -1848,7 +1848,7 @@ }, { "name": "Catcher-a", - "md5": "27c88c54a59b9fff7e3e4763a6e9874e.svg", + "md5": "895cdda4f2bd9d6f50ff07188e7ce395.svg", "type": "costume", "tags": [ "baseball", @@ -1864,7 +1864,7 @@ }, { "name": "Catcher-b", - "md5": "799a822cffc9460c0bf1b387cbd5e06b.svg", + "md5": "a31e30677637ae4de975d40b6d822853.svg", "type": "costume", "tags": [ "baseball", @@ -1880,7 +1880,7 @@ }, { "name": "Catcher-c", - "md5": "a6f2bf8b354e8d1a789f8e6f83133d02.svg", + "md5": "99af13802e9bfd7b4a4bfb8ead825c0c.svg", "type": "costume", "tags": [ "baseball", @@ -1896,7 +1896,7 @@ }, { "name": "Catcher-d", - "md5": "c86af45d9168bfb81259e5bb40be1778.svg", + "md5": "8aa875f077c405e2045f5ab60705e712.svg", "type": "costume", "tags": [ "baseball", @@ -1912,7 +1912,7 @@ }, { "name": "Centaur-a", - "md5": "45c1890ae0ab41f24f67ea74bec006c9.svg", + "md5": "d722329bd9373ad80625e5be6d52f3ed.svg", "type": "costume", "tags": [ "fantasy", @@ -1928,7 +1928,7 @@ }, { "name": "Centaur-b", - "md5": "783e8cd43e0c1feca25f639cb5cbc7da.svg", + "md5": "2373556e776cad3ba4d6ee04fc34550b.svg", "type": "costume", "tags": [ "fantasy", @@ -1944,7 +1944,7 @@ }, { "name": "Centaur-c", - "md5": "d09f7160383c6399354c3d9960e852db.svg", + "md5": "d7aa990538915b7ef1f496d7e8486ade.svg", "type": "costume", "tags": [ "fantasy", @@ -1960,7 +1960,7 @@ }, { "name": "Centaur-d", - "md5": "1ba8b4d384f995688c1b7048d1935697.svg", + "md5": "c00ffa6c5dd0baf9f456b897ff974377.svg", "type": "costume", "tags": [ "fantasy", @@ -2087,7 +2087,7 @@ }, { "name": "Chick-a", - "md5": "7cd74ad0da97a828e8499ee181c9dbb1.svg", + "md5": "80abbc427366bca477ccf1ef0faf240a.svg", "type": "costume", "tags": [ "animals", @@ -2103,7 +2103,7 @@ }, { "name": "Chick-b", - "md5": "07c2dad5f7063fddf7705f4817fad4f6.svg", + "md5": "5e23c8c28ffd390df7deb2414be37781.svg", "type": "costume", "tags": [ "animals", @@ -2119,7 +2119,7 @@ }, { "name": "Chick-c", - "md5": "272d3e4503a4123df62f25b67bad6f03.svg", + "md5": "77911bbe5e11ede35871e8002a26356d.svg", "type": "costume", "tags": [ "animals", @@ -2135,7 +2135,7 @@ }, { "name": "City Bus-a", - "md5": "accf64aceae7997b7533fb51624ca297.svg", + "md5": "e9694adbff9422363e2ea03166015393.svg", "type": "costume", "tags": [ "city", @@ -2144,14 +2144,14 @@ "car" ], "info": [ - 107, - 67, + 106, + 66, 1 ] }, { "name": "City Bus-b", - "md5": "b9ea0e326ffa98bc58a73bdf17c9542b.svg", + "md5": "7d7e26014a346b894db8ab1819f2167f.svg", "type": "costume", "tags": [ "city", @@ -2160,14 +2160,14 @@ "car" ], "info": [ - 107, - 67, + 106, + 66, 1 ] }, { "name": "Cloud", - "md5": "47005a1f20309f577a03a67abbb6b94e.svg", + "md5": "c9630e30e59e4565e785a26f58568904.svg", "type": "costume", "tags": [ "thing", @@ -2182,7 +2182,7 @@ }, { "name": "Cloud-a", - "md5": "c7d7de8e29179407f03b054fa640f4d0.svg", + "md5": "9f5958f46d21e33d3f6d7caffbe0daa9.svg", "type": "costume", "tags": [ "flying", @@ -2198,7 +2198,7 @@ }, { "name": "Cloud-b", - "md5": "d8595350ebb460494c9189dabb968336.svg", + "md5": "9105d7dd90b5f2a4b85a1e71aff8703f.svg", "type": "costume", "tags": [ "flying", @@ -2214,7 +2214,7 @@ }, { "name": "Cloud-c", - "md5": "395fc991e64ac0a4aa46758ab4bc65cb.svg", + "md5": "0188b2c7c85176b462881c6bca7a7748.svg", "type": "costume", "tags": [ "flying", @@ -2230,7 +2230,7 @@ }, { "name": "Cloud-d", - "md5": "1767e704acb11ffa409f77cc79ba7e86.svg", + "md5": "9f2eccce13e3e5fd212efd59ff1d96a0.svg", "type": "costume", "tags": [ "flying", @@ -2260,7 +2260,7 @@ }, { "name": "Convertible 3", - "md5": "b6ac3c9e1789cba2302d2ef82d62d019.svg", + "md5": "621817ef84ad81f5690fac95adab2ede.svg", "type": "costume", "tags": [ "transportation", @@ -2275,7 +2275,7 @@ }, { "name": "Crab-a", - "md5": "114249a5660f7948663d95de575cfd8d.svg", + "md5": "f7cdd2acbc6d7559d33be8675059c79e.svg", "type": "costume", "tags": [ "animals", @@ -2297,7 +2297,7 @@ }, { "name": "Crab-b", - "md5": "9bf050664e68c10d2616e85f2873be09.svg", + "md5": "49839aa1b0feed02a3c759db5f8dee71.svg", "type": "costume", "tags": [ "animals", @@ -2319,7 +2319,7 @@ }, { "name": "Crystal-a", - "md5": "8520264d48537bea17b7f6d18e9bb558.svg", + "md5": "ecd1e7805b37db4caf207b7eef2b7a42.svg", "type": "costume", "tags": [ "fantasy", @@ -2334,7 +2334,7 @@ }, { "name": "Crystal-b", - "md5": "b62ce1dc2d34741bad036664a01912fb.svg", + "md5": "0a7b872042cecaf30cc154c0144f002b.svg", "type": "costume", "tags": [ "fantasy", @@ -2375,7 +2375,7 @@ }, { "name": "Dani-a", - "md5": "e620d1c3143b5ff05a0e4df89576e054.svg", + "md5": "6518333c95cf96a9aaf73a4a948e002f.svg", "type": "costume", "tags": [ "people" @@ -2388,7 +2388,7 @@ }, { "name": "Dani-b", - "md5": "4de54672f1c7af00623a0ee3bc490ba7.svg", + "md5": "2cba86439098a7e0daa46e0ff8a59f7c.svg", "type": "costume", "tags": [ "people" @@ -2401,7 +2401,7 @@ }, { "name": "Dani-c", - "md5": "b4a303342f9b7ed6a74059054347dd30.svg", + "md5": "b5f989e21b56af371209369c331b821e.svg", "type": "costume", "tags": [ "people" @@ -2414,7 +2414,7 @@ }, { "name": "Dee-a", - "md5": "aa239b7ccdce6bddf06900c709525764.svg", + "md5": "43bd4c241a94b3aea883472d7dab5afc.svg", "type": "costume", "tags": [ "people" @@ -2427,7 +2427,7 @@ }, { "name": "Dee-b", - "md5": "62b4ac1b735599e21af77c390b178095.svg", + "md5": "e4c6ada3509f7033d14bac2c0eea49dc.svg", "type": "costume", "tags": [ "people" @@ -2440,7 +2440,7 @@ }, { "name": "Dee-c", - "md5": "6aa6196ce3245e93b8d1299f33adffcd.svg", + "md5": "1de3bbee2771b0ff16c4658d5ad98b0b.svg", "type": "costume", "tags": [ "people" @@ -2453,7 +2453,7 @@ }, { "name": "Dee-d", - "md5": "2159a6be8f7ff450d0b5e938ca34a3f4.svg", + "md5": "320a892c86e9b039ba9d6d50a4897276.svg", "type": "costume", "tags": [ "people" @@ -2466,7 +2466,7 @@ }, { "name": "Dee-e", - "md5": "e358d2a7e3a0a680928657161ce81a0a.svg", + "md5": "c57c4593701165cdea6de9b014c7c06d.svg", "type": "costume", "tags": [ "people" @@ -2479,7 +2479,7 @@ }, { "name": "Devin-a", - "md5": "b1897e56265470b55fa65fabe2423c55.svg", + "md5": "5f614017dba0ce6bff063f6c62041035.svg", "type": "costume", "tags": [ "people" @@ -2492,7 +2492,7 @@ }, { "name": "Devin-b", - "md5": "873fbd641768c8f753a6568da97633e7.svg", + "md5": "9d7414a719d6cc5e0e9071ede200a29c.svg", "type": "costume", "tags": [ "people" @@ -2505,7 +2505,7 @@ }, { "name": "Devin-c", - "md5": "eac3c03d86cebb42c8f30e373cb7f623.svg", + "md5": "5ab51aeaa296e955e75a7a3c103ebb99.svg", "type": "costume", "tags": [ "people" @@ -2518,7 +2518,7 @@ }, { "name": "Devin-d", - "md5": "fa6a75afb0e4b822b91d8bb20d40c68f.svg", + "md5": "bfc7c20b64f86d4b207780f3da695fa4.svg", "type": "costume", "tags": [ "people" @@ -2531,7 +2531,7 @@ }, { "name": "Dinosaur1-a", - "md5": "e70ab4de006f3df64e776abf912a62be.svg", + "md5": "45b02fbd582c15a50e1953830b59b377.svg", "type": "costume", "tags": [ "animals", @@ -2547,7 +2547,7 @@ }, { "name": "Dinosaur1-b", - "md5": "af2d8211a65dce9871d49fa70671ce0c.svg", + "md5": "7f89417968116ada83d4ddaad22403b3.svg", "type": "costume", "tags": [ "animals", @@ -2563,7 +2563,7 @@ }, { "name": "Dinosaur1-c", - "md5": "78f7e20f0e187fdca81195e4cc134175.svg", + "md5": "22d94ee5daf557284465425a61186234.svg", "type": "costume", "tags": [ "animals", @@ -2579,7 +2579,7 @@ }, { "name": "Dinosaur1-d", - "md5": "91f3dba45e8cec7bdff31ed5acde2c85.svg", + "md5": "af158d368bf3da576369be1130e18acd.svg", "type": "costume", "tags": [ "animals", @@ -2595,7 +2595,7 @@ }, { "name": "Dinosaur2-a", - "md5": "f49719e8f2440f5d328f2604e97eb71d.svg", + "md5": "7799f2848136d11f48ca5f3105d336ef.svg", "type": "costume", "tags": [ "animals", @@ -2611,7 +2611,7 @@ }, { "name": "Dinosaur2-b", - "md5": "1af6b3af3bf2cda862bbe01034a336bb.svg", + "md5": "d926c5758d130fcfd9a7ae7dac47e47d.svg", "type": "costume", "tags": [ "animals", @@ -2627,7 +2627,7 @@ }, { "name": "Dinosaur2-c", - "md5": "e83b30a4517bbe155e2b4a6367c8f70b.svg", + "md5": "0e43f8e573bf232505b207b92efac2ac.svg", "type": "costume", "tags": [ "animals", @@ -2643,7 +2643,7 @@ }, { "name": "Dinosaur2-d", - "md5": "8244f1fb159237179d1caaa69c070060.svg", + "md5": "e606ba27dfe94daf3d8e3fdf599e37cf.svg", "type": "costume", "tags": [ "animals", @@ -2659,7 +2659,7 @@ }, { "name": "Dinosaur3-a", - "md5": "c4867c44f38df5bde472844878d5beea.svg", + "md5": "d85ec1b97f73564ef26fec73d5056c68.svg", "type": "costume", "tags": [ "animals", @@ -2676,7 +2676,7 @@ }, { "name": "Dinosaur3-b", - "md5": "b682c1e58ea1c6bea737670f57517b6f.svg", + "md5": "e731d1f1ebf4bc0ea55b850ffe5a5f96.svg", "type": "costume", "tags": [ "animals", @@ -2693,7 +2693,7 @@ }, { "name": "Dinosaur3-c", - "md5": "47a617ca48f4782efeeb60199cff801e.svg", + "md5": "ae98efa1c3c3700602e1344db86aaf72.svg", "type": "costume", "tags": [ "animals", @@ -2710,7 +2710,7 @@ }, { "name": "Dinosaur3-d", - "md5": "710ff3380d6872b04785db97dc0565c6.svg", + "md5": "cf4fb77a4e9839f83d3fa5fc0982ccd3.svg", "type": "costume", "tags": [ "animals", @@ -2727,7 +2727,7 @@ }, { "name": "Dinosaur3-e", - "md5": "6f40025c1157f37858adf7fa85090e64.svg", + "md5": "5381feb0fc1b50ddc2793342daddffef.svg", "type": "costume", "tags": [ "animals", @@ -2743,7 +2743,7 @@ }, { "name": "Dinosaur4-a", - "md5": "d87b5e3c45f5d234c7aa47107c788f18.svg", + "md5": "a98e3f93853513e7c00bab4c61752312.svg", "type": "costume", "tags": [ "animals", @@ -2761,7 +2761,7 @@ }, { "name": "Dinosaur4-b", - "md5": "cfe906702bbd30bc3bb8acb53079b6b0.svg", + "md5": "ac99ef62e3e018b8db550bb2a187cbe9.svg", "type": "costume", "tags": [ "animals", @@ -2779,7 +2779,7 @@ }, { "name": "Dinosaur4-c", - "md5": "1879b07cfe788b0258afada17aa46973.svg", + "md5": "c63cca929380152b978d8671fe6003f7.svg", "type": "costume", "tags": [ "animals", @@ -2797,7 +2797,7 @@ }, { "name": "Dinosaur4-d", - "md5": "52c17657698ab82881ed3ccf83080684.svg", + "md5": "723bd1559f8baae4184fa24a6513362b.svg", "type": "costume", "tags": [ "animals", @@ -2815,7 +2815,7 @@ }, { "name": "Diver1", - "md5": "853803d5600b66538474909c5438c8ee.svg", + "md5": "a24f23a0f5d77cfb59721ef8f6bfe5c7.svg", "type": "costume", "tags": [ "people", @@ -2833,7 +2833,7 @@ }, { "name": "Diver2", - "md5": "248d3e69ada69a64b1077149ef6a931a.svg", + "md5": "ef8136a42b7d20961756e551bc87b37f.svg", "type": "costume", "tags": [ "people", @@ -3003,17 +3003,6 @@ 2 ] }, - { - "name": "Dm Top R Leg2", - "md5": "fcb8c2b6cf9b7e6ce9df521b2486deb3.png", - "type": "costume", - "tags": [], - "info": [ - 436, - 464, - 2 - ] - }, { "name": "Dm Top Stand", "md5": "a22da98e5e63de7b2883355afd0184f0.png", @@ -3030,7 +3019,7 @@ }, { "name": "Dog1-a", - "md5": "39ddefa0cc58f3b1b06474d63d81ef56.svg", + "md5": "35cd78a8a71546a16c530d0b2d7d5a7f.svg", "type": "costume", "tags": [ "animals", @@ -3046,7 +3035,7 @@ }, { "name": "Dog1-b", - "md5": "598f4aa3d8f671375d1d2b3acf753416.svg", + "md5": "d5a72e1eb23a91df4b53c0b16493d1e6.svg", "type": "costume", "tags": [ "animals", @@ -3062,7 +3051,7 @@ }, { "name": "Dog2-a", - "md5": "e921f865b19b27cd99e16a341dbf09c2.svg", + "md5": "66b435d333f34d02d5ae49a598bcc5b3.svg", "type": "costume", "tags": [ "animals", @@ -3078,7 +3067,7 @@ }, { "name": "Dog2-b", - "md5": "891f2fb7daf79ba8b224a9173eeb0a63.svg", + "md5": "6afc06388d69f99e28d883126f9b2734.svg", "type": "costume", "tags": [ "animals", @@ -3094,7 +3083,7 @@ }, { "name": "Dog2-c", - "md5": "cd236d5eef4431dea82983ac9eec406b.svg", + "md5": "4708bff29b3a295a03ac1d5e2d16ec75.svg", "type": "costume", "tags": [ "animals", @@ -3110,7 +3099,7 @@ }, { "name": "Donut", - "md5": "9e7b4d153421dae04a24571d7e079e85.svg", + "md5": "316a67c9e966fd015b4538f54be456db.svg", "type": "costume", "tags": [ "food", @@ -3123,14 +3112,14 @@ "sprankles" ], "info": [ - 73, - 15, + 72, + 14, 1 ] }, { "name": "Dorian-a", - "md5": "503f1d4d0fe61d071e1dd8b5233cceb0.svg", + "md5": "a9a064a1f28c9e22b594dcea1d46025b.svg", "type": "costume", "tags": [ "sports", @@ -3146,7 +3135,7 @@ }, { "name": "Dorian-b", - "md5": "d5f795ef2395bcd11ceee0b0c24c9341.svg", + "md5": "7d20ec98603857c031c1f4ad2bd8ea51.svg", "type": "costume", "tags": [ "sports", @@ -3162,7 +3151,7 @@ }, { "name": "Dorian-c", - "md5": "4ad4ddf4251b9b5bcb16d8d77213685f.svg", + "md5": "8f2be2387efcbb5d4878886adaa2a88e.svg", "type": "costume", "tags": [ "sports", @@ -3178,7 +3167,7 @@ }, { "name": "Dorian-d", - "md5": "67fba4e187ecf42749bdd44e64f29192.svg", + "md5": "603d3dd151984c0eaa2822f70a234c28.svg", "type": "costume", "tags": [ "sports", @@ -3194,7 +3183,7 @@ }, { "name": "Dot-a", - "md5": "3b9e6830365aeadb63c21b681777b783.svg", + "md5": "106461f60e34ce231b323e2dd2d9f05b.svg", "type": "costume", "tags": [ "animals", @@ -3210,7 +3199,7 @@ }, { "name": "Dot-b", - "md5": "a80a07906ffbb9671dba3633223859af.svg", + "md5": "21482022f9930400302bc8ec70643717.svg", "type": "costume", "tags": [ "animals", @@ -3226,7 +3215,7 @@ }, { "name": "Dot-c", - "md5": "1e1bdccbab5b566beb7f91b5ec01352f.svg", + "md5": "9e5a6cc6970ce4932a09affba70a45b0.svg", "type": "costume", "tags": [ "animals", @@ -3235,14 +3224,14 @@ "wren mcdonald" ], "info": [ - 51, - 69, + 50, + 68, 1 ] }, { "name": "Dot-d", - "md5": "06d70d5de0e25f97c1c606e513ab019c.svg", + "md5": "fb047c94113ee4c6664305a338525e6a.svg", "type": "costume", "tags": [ "animals", @@ -3251,14 +3240,14 @@ "wren mcdonald" ], "info": [ - 57, - 67, + 56, + 66, 1 ] }, { "name": "Dove-a", - "md5": "6dde2b880ad6ddeaea2a53821befb86d.svg", + "md5": "0f83ab55012a7affd94e38250d55a0a0.svg", "type": "costume", "tags": [ "animals", @@ -3273,7 +3262,7 @@ }, { "name": "Dove-b", - "md5": "1c0bc118044d7f6033bc9cd1ef555590.svg", + "md5": "778a699a044a0a8c10f44c3194e21ef2.svg", "type": "costume", "tags": [ "animals", @@ -3288,7 +3277,7 @@ }, { "name": "Dragon-a", - "md5": "8aed65cee4cfe22b4f4b8e749092dbbb.svg", + "md5": "12ead885460d96a19132e5970839d36d.svg", "type": "costume", "tags": [ "fantasy", @@ -3297,14 +3286,14 @@ "flying" ], "info": [ - 210, - 150, + 124, + 106, 1 ] }, { "name": "Dragon-b", - "md5": "c3360f16bb78b136d9911325da9fda49.svg", + "md5": "3f672475ad4ca5d1f9331cffd4223140.svg", "type": "costume", "tags": [ "fantasy", @@ -3313,14 +3302,14 @@ "flying" ], "info": [ - 210, - 150, + 152, + 99, 1 ] }, { "name": "Dragon-c", - "md5": "e81af82ebde008c167ebc6874df3ecb4.svg", + "md5": "e0aa0083fa0b97da97600d4dbb2055e5.svg", "type": "costume", "tags": [ "fantasy", @@ -3329,14 +3318,14 @@ "flying" ], "info": [ - 210, - 150, + 124, + 105, 1 ] }, { "name": "Dragon1-a", - "md5": "ee0082b436d6d5dc3de33047166e7bf2.svg", + "md5": "0db3c240e7205693dcb17de23d368b4b.svg", "type": "costume", "tags": [ "fantasy", @@ -3352,7 +3341,7 @@ }, { "name": "Dragon1-b", - "md5": "bb58ce36997fa205a86a085f202837fd.svg", + "md5": "cc6c18538fea63c53d1363a384b243b4.svg", "type": "costume", "tags": [ "fantasy", @@ -3368,7 +3357,7 @@ }, { "name": "Dragonfly-a", - "md5": "87aaecd2fb73580e6f1f38c5a2e579a9.svg", + "md5": "5cdfe67af929e3fb095e83c9c4b0bd78.svg", "type": "costume", "tags": [ "animals", @@ -3385,7 +3374,7 @@ }, { "name": "Dragonfly-b", - "md5": "4e775a49bd5a7a6d38392731924f72e0.svg", + "md5": "17b864c1ddd4b349a6c4bd5709167307.svg", "type": "costume", "tags": [ "animals", @@ -3402,7 +3391,7 @@ }, { "name": "Dress-a", - "md5": "fa7e0b37a324c212d0f1ce0f701a1ae0.svg", + "md5": "ddbea537af6012ebac18d16d65c07479.svg", "type": "costume", "tags": [ "fashion" @@ -3415,7 +3404,7 @@ }, { "name": "Dress-b", - "md5": "308b6ad8e6cfe5c2b2c1e3a1eb9cc404.svg", + "md5": "4e22e6fd72500f0a25b959283bfd0a32.svg", "type": "costume", "tags": [ "fashion" @@ -3428,7 +3417,7 @@ }, { "name": "Dress-c", - "md5": "1f7a725ba285dc97cb142d4b812db624.svg", + "md5": "c5fb135d89573570010b0d96c94bcec6.svg", "type": "costume", "tags": [ "fashion" @@ -3441,7 +3430,7 @@ }, { "name": "Drum-a", - "md5": "dd66742bc2a3cfe5a6f9f540afd2e15c.svg", + "md5": "ce6971317035091341ec40571c9056e9.svg", "type": "costume", "tags": [ "music", @@ -3455,7 +3444,7 @@ }, { "name": "Drum-b", - "md5": "9c9d371da382c227e43f09b1a748c554.svg", + "md5": "47531b5675be696d0540eb120d5d0678.svg", "type": "costume", "tags": [ "music", @@ -3469,7 +3458,7 @@ }, { "name": "Drum-cymbal-a", - "md5": "d6d41862fda966df1455d2dbff5e1988.svg", + "md5": "78398692e6fa226568df0374c4358da4.svg", "type": "costume", "tags": [ "music", @@ -3483,7 +3472,7 @@ }, { "name": "Drum-cymbal-b", - "md5": "e6b7d7d8874bc4b7be58afe927157554.svg", + "md5": "08355ec8cc4b3263f502adfdea993cda.svg", "type": "costume", "tags": [ "music", @@ -3497,7 +3486,7 @@ }, { "name": "Drum-highhat-a", - "md5": "81fb79151a63cb096258607451cc2cf5.svg", + "md5": "15b2a31a57d0cd911ad0b1c265dcf59e.svg", "type": "costume", "tags": [ "music", @@ -3511,7 +3500,7 @@ }, { "name": "Drum-highhat-b", - "md5": "e3c273e4ad1a24583064f9b61fcd753a.svg", + "md5": "866b3a49ee2a45998940e2d737c4c502.svg", "type": "costume", "tags": [ "music", @@ -3525,7 +3514,7 @@ }, { "name": "Drum-kit", - "md5": "131d040d86ecea62ccd175a8709c7866.svg", + "md5": "baf6344b6f55b074786a383c1097697d.svg", "type": "costume", "tags": [ "music", @@ -3539,7 +3528,7 @@ }, { "name": "Drum-kit-b", - "md5": "ff14be049146cf9ab142e0951cb9b735.svg", + "md5": "3f4fb4836338c55f883607c403b2b25e.svg", "type": "costume", "tags": [ "music", @@ -3553,7 +3542,7 @@ }, { "name": "Drum-snare-a", - "md5": "ace58710b8fa5fca8fb5bbca15e7d19c.svg", + "md5": "c42bb05aab3cacddcd88712e33ab8df0.svg", "type": "costume", "tags": [ "music", @@ -3567,7 +3556,7 @@ }, { "name": "Drum-snare-b", - "md5": "f6120839d3f73b262571add2444c443a.svg", + "md5": "28298d93f5282041267a92bd67308107.svg", "type": "costume", "tags": [ "music", @@ -3581,7 +3570,7 @@ }, { "name": "Drums Conga-a", - "md5": "b3da94523b6d3df2dd30602399599ab4.svg", + "md5": "2b2eacfce0fb1af023e6ca0f5ef6defe.svg", "type": "costume", "tags": [ "drums", @@ -3596,7 +3585,7 @@ }, { "name": "Drums Conga-b", - "md5": "037703c2b65f051c12e9b22dcf93856c.svg", + "md5": "bdad2f140cfbd021f38241fc9acc7fd2.svg", "type": "costume", "tags": [ "drums", @@ -3611,7 +3600,7 @@ }, { "name": "Duck", - "md5": "c3baf7eedfbdac8cd1e4f1f1f779dc0c.svg", + "md5": "c9837d0454f5f0f73df290af2045359b.svg", "type": "costume", "tags": [ "animals", @@ -3628,7 +3617,7 @@ }, { "name": "Earth", - "md5": "64220361b80d2812e9f27fc88ef39027.svg", + "md5": "7405b5efa96995bae6853667f8cd145e.svg", "type": "costume", "tags": [ "space", @@ -3644,7 +3633,7 @@ }, { "name": "Easel-a", - "md5": "edc81e35c94c07dc380c43ea9b311394.svg", + "md5": "a4b3714322c11b350f09a75921ae606b.svg", "type": "costume", "tags": [ "bedroom", @@ -3659,7 +3648,7 @@ }, { "name": "Easel-b", - "md5": "cac798e8cf0364fa9a8bc52b85bda6b2.svg", + "md5": "6a736beddc7844538be390c18b7c4361.svg", "type": "costume", "tags": [ "bedroom", @@ -3674,7 +3663,7 @@ }, { "name": "Easel-c", - "md5": "afbf42eb496694afb31f9ea69b3a1a7a.svg", + "md5": "caec09682a7fcdffef4647e8355ba004.svg", "type": "costume", "tags": [ "bedroom", @@ -3689,7 +3678,7 @@ }, { "name": "Egg-a", - "md5": "6f1a24a63d16c45425aa2eb64934a278.svg", + "md5": "f8ee449298c1446cb0ef281923a4e57a.svg", "type": "costume", "tags": [ "food", @@ -3704,7 +3693,7 @@ }, { "name": "Egg-b", - "md5": "7f1320549dd8bfd596c52aec02d898ce.svg", + "md5": "fbc629c3b062423e8c09cfacfb1e65f8.svg", "type": "costume", "tags": [ "food", @@ -3719,7 +3708,7 @@ }, { "name": "Egg-c", - "md5": "62ed6f412aae07a575faa51451009168.svg", + "md5": "0d127490af16f8a4ca5ce3212b2391c2.svg", "type": "costume", "tags": [ "food", @@ -3734,7 +3723,7 @@ }, { "name": "Egg-d", - "md5": "0dce0615471ebf1bebc3ba8b4bebbd18.svg", + "md5": "b0b6e88ec64b842398200bab562b53e3.svg", "type": "costume", "tags": [ "food", @@ -3749,7 +3738,7 @@ }, { "name": "Egg-e", - "md5": "3848cf5708b7c712bb7bb9bbcce636aa.svg", + "md5": "41535b4742f40e2630746b0c4bec98f2.svg", "type": "costume", "tags": [ "food", @@ -3764,7 +3753,7 @@ }, { "name": "Egg-f", - "md5": "0f7e63d9f23038a5012409af93c8dfad.svg", + "md5": "bb0505b802140a8cc200c9f8bfce4503.svg", "type": "costume", "tags": [ "food", @@ -3779,7 +3768,7 @@ }, { "name": "Elephant-a", - "md5": "b3515b3805938b0fae4e527aa0b4524e.svg", + "md5": "b59873e9558c1c456200f50e5ab34770.svg", "type": "costume", "tags": [ "animals", @@ -3794,7 +3783,7 @@ }, { "name": "Elephant-b", - "md5": "bce91fa266220d3679a4c19c4e38b1f7.svg", + "md5": "2c9b5e0125d95b8bc511f6bb09b5ea2f.svg", "type": "costume", "tags": [ "animals", @@ -3809,7 +3798,7 @@ }, { "name": "Elf-a", - "md5": "00748a750dc4fd754ce4debb5e3595c0.svg", + "md5": "e92abad171396a3198455df8557802e5.svg", "type": "costume", "tags": [ "fantasy", @@ -3825,7 +3814,7 @@ }, { "name": "Elf-b", - "md5": "91815a19569ef9f0ef68bca56bb80446.svg", + "md5": "92ff640b911a8348d2734c0e38bba68c.svg", "type": "costume", "tags": [ "fantasy", @@ -3841,7 +3830,7 @@ }, { "name": "Elf-c", - "md5": "8153eaf84bc3db9a671cafd34506243b.svg", + "md5": "524406c2b1fe253c1565ff516309817e.svg", "type": "costume", "tags": [ "fantasy", @@ -3857,7 +3846,7 @@ }, { "name": "Elf-d", - "md5": "2432797fc69a62fc643505b0ba039169.svg", + "md5": "808c6fa2eb1cba0de1d17b18c6f41279.svg", "type": "costume", "tags": [ "fantasy", @@ -3873,7 +3862,7 @@ }, { "name": "Elf-e", - "md5": "a06e6c93b143ae2a7b776bd1deee6b59.svg", + "md5": "ec458328a85f89f06866e2337076ac0a.svg", "type": "costume", "tags": [ "fantasy", @@ -3889,7 +3878,7 @@ }, { "name": "Fairy-a", - "md5": "fe97687c7f1b747bb6f41c252cc5926a.svg", + "md5": "40d726e17bfd2ffeb8c0aa5393ee1c77.svg", "type": "costume", "tags": [ "fantasy", @@ -3905,7 +3894,7 @@ }, { "name": "Fairy-b", - "md5": "c8e0d935b2e4372ecc813705a79be3eb.svg", + "md5": "bea920473027f43e04c44e588c6cc39a.svg", "type": "costume", "tags": [ "fantasy", @@ -3921,7 +3910,7 @@ }, { "name": "Fairy-c", - "md5": "4d0740d1b5be93256ad235062daa876b.svg", + "md5": "d4f6163a1610243f55dd9cf1c9875c61.svg", "type": "costume", "tags": [ "fantasy", @@ -3937,7 +3926,7 @@ }, { "name": "Fairy-d", - "md5": "ca555dadd377431e38a3bc67ece4d36a.svg", + "md5": "902350bba0d4b4612db1e2e902b6f201.svg", "type": "costume", "tags": [ "fantasy", @@ -3953,7 +3942,7 @@ }, { "name": "Fairy-e", - "md5": "a681f6d6044abdebcdd6634ce85da484.svg", + "md5": "decd31f829032b1d4dcf5efdbd362cb9.svg", "type": "costume", "tags": [ "fantasy", @@ -3969,7 +3958,7 @@ }, { "name": "Fish-a", - "md5": "8598752b1b7b9892c23817c4ed848e7d.svg", + "md5": "a9b3d163756621f8395592ad77fb9369.svg", "type": "costume", "tags": [ "animals", @@ -3986,7 +3975,7 @@ }, { "name": "Fish-b", - "md5": "52032e4310f9855b89f873b528a5e928.svg", + "md5": "7a0c31c0087f342867d4754f8dc57541.svg", "type": "costume", "tags": [ "animals", @@ -4003,7 +3992,7 @@ }, { "name": "Fish-c", - "md5": "06c139dcfe45bf31ef45e7030b77dc36.svg", + "md5": "4a3478b3cdc3e8688a671be88c2775fd.svg", "type": "costume", "tags": [ "animals", @@ -4020,7 +4009,7 @@ }, { "name": "Fish-d", - "md5": "6a3a2c97374c157e0dbc0a03c2079284.svg", + "md5": "886e0bb732453eb8d3a849b4eab54943.svg", "type": "costume", "tags": [ "animals", @@ -4037,7 +4026,7 @@ }, { "name": "Fishbowl-a", - "md5": "9d1013e04ca7425f680a4b4e6dd6ede6.svg", + "md5": "17c53cf0296f24722ba5b001d513e58f.svg", "type": "costume", "tags": [ "fishbowl", @@ -4053,7 +4042,7 @@ }, { "name": "Fishbowl-b", - "md5": "0bbfc827e8d2f3da6db82efe95563f93.svg", + "md5": "b3db01c5cda32fe3ea0b48dde5fa8130.svg", "type": "costume", "tags": [ "fishbowl", @@ -4069,7 +4058,7 @@ }, { "name": "Food Truck-a", - "md5": "b30ec8ff043e0f1747591d564d56d7fa.svg", + "md5": "a77f9693f87288d023a4632cf019776e.svg", "type": "costume", "tags": [ "city", @@ -4079,14 +4068,14 @@ "car" ], "info": [ - 121, - 125, + 120, + 123, 1 ] }, { "name": "Food Truck-b", - "md5": "afd51531621d2b33869b47342311b363.svg", + "md5": "f4150de2297a63c3efd125c8e12dd7cc.svg", "type": "costume", "tags": [ "city", @@ -4096,14 +4085,14 @@ "car" ], "info": [ - 121, - 101, + 120, + 100, 1 ] }, { "name": "Food Truck-c", - "md5": "42f88485a25bf9a683d28957db9f969f.svg", + "md5": "e850e3c93de767519f7f78b38f16ed1d.svg", "type": "costume", "tags": [ "city", @@ -4113,8 +4102,8 @@ "car" ], "info": [ - 121, - 92, + 120, + 91, 1 ] }, @@ -4161,7 +4150,7 @@ }, { "name": "Fox-a", - "md5": "0aef4633e8580e209020b054eb55982f.svg", + "md5": "9dd59a4514b5373d4f665db78e145636.svg", "type": "costume", "tags": [ "animals", @@ -4176,7 +4165,7 @@ }, { "name": "Fox-b", - "md5": "ae0bb1b900e853ddc8820e0c7bd60f53.svg", + "md5": "2c256eacbb753be361e8e52a0eefde77.svg", "type": "costume", "tags": [ "animals", @@ -4191,7 +4180,7 @@ }, { "name": "Fox-c", - "md5": "3cc3761cbabdcf13dbfdf04048bfbccf.svg", + "md5": "dd398ed81edb60c91ad4805f4437d2fa.svg", "type": "costume", "tags": [ "animals", @@ -4206,7 +4195,7 @@ }, { "name": "Frank-a", - "md5": "8ebcc9a619ae0455df9da42d39f59c1d.svg", + "md5": "10d39bb7e31647a465e747cd243b8cd0.svg", "type": "costume", "tags": [ "fantasy", @@ -4225,7 +4214,7 @@ }, { "name": "Frank-b", - "md5": "e605b9d87181c52825ae21597c9c1e07.svg", + "md5": "e56e930cc0229d1042a673e7503209c5.svg", "type": "costume", "tags": [ "fantasy", @@ -4244,7 +4233,7 @@ }, { "name": "Frank-c", - "md5": "a53378250f07b6dad161516a5317277e.svg", + "md5": "26da9617218493f4f42a1592f21afee8.svg", "type": "costume", "tags": [ "fantasy", @@ -4263,7 +4252,7 @@ }, { "name": "Frank-d", - "md5": "44b4ba838b60f14d6e7ebddf5df4d4c4.svg", + "md5": "d16b76a634f7367ce7d6112401a78e57.svg", "type": "costume", "tags": [ "fantasy", @@ -4282,7 +4271,7 @@ }, { "name": "Frog", - "md5": "285483a688eed2ff8010c65112f99c41.svg", + "md5": "390845c11df0924f3b627bafeb3f814e.svg", "type": "costume", "tags": [ "animals", @@ -4300,7 +4289,7 @@ }, { "name": "Frog 2-a", - "md5": "07160d455202e95f5b4b5c842eff6788.svg", + "md5": "f2246c13e4540472c484119bc314d954.svg", "type": "costume", "tags": [ "animals", @@ -4316,7 +4305,7 @@ }, { "name": "Frog 2-b", - "md5": "9663ddb4d100eb4e18702ee13eca835e.svg", + "md5": "d9f69469090784d8dd68d94c0fd78a50.svg", "type": "costume", "tags": [ "animals", @@ -4332,7 +4321,7 @@ }, { "name": "Frog 2-c", - "md5": "5c2ec9de8d1695cd4b59beea45046560.svg", + "md5": "0717f446c991aac7df2fe4d6590354e7.svg", "type": "costume", "tags": [ "animals", @@ -4361,7 +4350,7 @@ }, { "name": "Fruitsalad", - "md5": "dbf8cc34f7ca18b4a008d2890dba56b7.svg", + "md5": "2e6ef315101433b78e38719e8cc630c2.svg", "type": "costume", "tags": [ "food", @@ -4375,7 +4364,7 @@ }, { "name": "Ghost-a", - "md5": "fca9fdf3ec9aafcfbd915105fecb6ce6.svg", + "md5": "f522b08c5757569ad289d67bce290cd0.svg", "type": "costume", "tags": [ "fantasy", @@ -4393,7 +4382,7 @@ }, { "name": "Ghost-b", - "md5": "9d6e168d234d023476324cb72430e645.svg", + "md5": "d1d89391f1d9c74557e504456d58a002.svg", "type": "costume", "tags": [ "fantasy", @@ -4411,7 +4400,7 @@ }, { "name": "Ghost-c", - "md5": "8296c8aa0782b53c5188dabde5fce10f.svg", + "md5": "634744e3f98bee53e9cb477a63aa9b21.svg", "type": "costume", "tags": [ "fantasy", @@ -4429,7 +4418,7 @@ }, { "name": "Ghost-d", - "md5": "2a3c6eb1faa6b2e4403c64945d59e122.svg", + "md5": "40ba3a0b5b3899a655fd8867229d4ee3.svg", "type": "costume", "tags": [ "fantasy", @@ -4447,7 +4436,7 @@ }, { "name": "Gift-a", - "md5": "abeae2217b3ce67b1ff761cd7a89274d.svg", + "md5": "0fdd104de718c5fc4a65da429468bdbd.svg", "type": "costume", "tags": [ "thing", @@ -4461,7 +4450,7 @@ }, { "name": "Gift-b", - "md5": "5cae973c98f2d98b51e6c6b3c9602f8c.svg", + "md5": "6cbeda5d391c6d107f0b853222f344d9.svg", "type": "costume", "tags": [ "thing", @@ -4475,7 +4464,7 @@ }, { "name": "Giga Walk1", - "md5": "f76bc420011db2cdb2de378c1536f6da.svg", + "md5": "3afad833094d8dff1c4ff79edcaa13d0.svg", "type": "costume", "tags": [ "fantasy", @@ -4489,7 +4478,7 @@ }, { "name": "Giga Walk2", - "md5": "43b5874e8a54f93bd02727f0abf6905b.svg", + "md5": "d27716e022fb5f747d7b09fe6eeeca06.svg", "type": "costume", "tags": [ "fantasy", @@ -4503,7 +4492,7 @@ }, { "name": "Giga Walk3", - "md5": "9aab3bbb375765391978be4f6d478ab3.svg", + "md5": "db55131bf54f96e8986d9b30730e42ce.svg", "type": "costume", "tags": [ "fantasy", @@ -4517,7 +4506,7 @@ }, { "name": "Giga-a", - "md5": "93cb048a1d199f92424b9c097fa5fa38.svg", + "md5": "92161a11e851ecda94cbbb985018fed6.svg", "type": "costume", "tags": [ "fantasy", @@ -4532,7 +4521,7 @@ }, { "name": "Giga-b", - "md5": "528613711a7eae3a929025be04db081c.svg", + "md5": "bc706a7648342aaacac9050378b40c43.svg", "type": "costume", "tags": [ "fantasy", @@ -4547,7 +4536,7 @@ }, { "name": "Giga-c", - "md5": "ee4dd21d7ca6d1b889ee25d245cbcc66.svg", + "md5": "337b338b2b10176221e638ac537854e6.svg", "type": "costume", "tags": [ "fantasy", @@ -4562,7 +4551,7 @@ }, { "name": "Giga-d", - "md5": "7708e2d9f83a01476ee6d17aa540ddf1.svg", + "md5": "db15886cfdcb5e2f4459e9074e3990a1.svg", "type": "costume", "tags": [ "fantasy", @@ -4577,7 +4566,7 @@ }, { "name": "Giraffe-a", - "md5": "2d3955997d2b3aa8dad9389c61de384f.svg", + "md5": "43e89629fb9df7051eaf307c695424fc.svg", "type": "costume", "tags": [ "animals", @@ -4592,7 +4581,7 @@ }, { "name": "Giraffe-b", - "md5": "b129c6016fedc7d03fb7f0a06363af28.svg", + "md5": "ef1fca2ae13d49d9dd2c6cfc211a687c.svg", "type": "costume", "tags": [ "animals", @@ -4607,7 +4596,7 @@ }, { "name": "Giraffe-c", - "md5": "1af467957df0350765ba9a10e8d85572.svg", + "md5": "cfd93a103479993aee4d680655e39d8d.svg", "type": "costume", "tags": [ "animals", @@ -4622,7 +4611,7 @@ }, { "name": "Glass Water-a", - "md5": "c364b9e1f4bcdc61705032d89eaaa0a1.svg", + "md5": "cbf21cf1b057852f91135d27ebbf11ce.svg", "type": "costume", "tags": [ "food", @@ -4637,7 +4626,7 @@ }, { "name": "Glass Water-b", - "md5": "bc07ce6a2004ac91ce704531a1c526e5.svg", + "md5": "ca70c69ef1f797d353581a3f76116ae3.svg", "type": "costume", "tags": [ "food", @@ -4653,7 +4642,7 @@ }, { "name": "Glasses-a", - "md5": "f42180039c37c3b221e1e426b92e5092.svg", + "md5": "705035328ac53d5ce1aa5a1ed1c2d172.svg", "type": "costume", "tags": [ "fashion", @@ -4667,7 +4656,7 @@ }, { "name": "Glasses-b", - "md5": "58b728ee8c1f739e2de13800dee562de.svg", + "md5": "f2a02d0e7431147b8a4a282e02a8e6a4.svg", "type": "costume", "tags": [ "fashion", @@ -4681,7 +4670,7 @@ }, { "name": "Glasses-c", - "md5": "d8bf373e1fcbb46f6eb8d225ba01613e.svg", + "md5": "9e2f75d3a09f3f10d554ba8380c3ae52.svg", "type": "costume", "tags": [ "fashion", @@ -4695,7 +4684,7 @@ }, { "name": "Glasses-e", - "md5": "6b706718a8c350522c3f29fb82b40327.svg", + "md5": "acd85b36e6b8d93ba4194ee2ea334207.svg", "type": "costume", "tags": [ "fashion", @@ -4709,7 +4698,7 @@ }, { "name": "Goalie-a", - "md5": "dbf6a1b0402377be2cd8c75a3b4fdf53.svg", + "md5": "a554f2a9b49a09ec67d1fd7ecfbcddcd.svg", "type": "costume", "tags": [ "sports", @@ -4725,7 +4714,7 @@ }, { "name": "Goalie-b", - "md5": "987d8c2bb6c26cad265a3aa339fe432e.svg", + "md5": "59eedd0a23c3c983d386a0c125991c7f.svg", "type": "costume", "tags": [ "sports", @@ -4741,7 +4730,7 @@ }, { "name": "Goalie-c", - "md5": "52609ef559a29052e72efe08d1384980.svg", + "md5": "f2e7ba53f3a28c4359cb0d3e3cb4001a.svg", "type": "costume", "tags": [ "sports", @@ -4757,7 +4746,7 @@ }, { "name": "Goalie-d", - "md5": "a4de535b4c4a7c6a65e6736491e01497.svg", + "md5": "63f2955298d59dd22dc7b7c6a9c521e2.svg", "type": "costume", "tags": [ "sports", @@ -4773,7 +4762,7 @@ }, { "name": "Goalie-e", - "md5": "ca55a23f3172e9fff061484e00493d2c.svg", + "md5": "eb096e2b4234f5f8ee1f2c44429eaa1a.svg", "type": "costume", "tags": [ "sports", @@ -4789,7 +4778,7 @@ }, { "name": "Goblin-a", - "md5": "f10eaedff51f50f0809a7b4b310337fa.svg", + "md5": "3f08380f25062b8055a1800f5dad14bd.svg", "type": "costume", "tags": [ "fantasy", @@ -4804,7 +4793,7 @@ }, { "name": "Goblin-b", - "md5": "71e7c77d89299cd99739b1216fc03a85.svg", + "md5": "b8604b8039d6b633015aaf17d74d5d5b.svg", "type": "costume", "tags": [ "fantasy", @@ -4819,7 +4808,7 @@ }, { "name": "Goblin-c", - "md5": "ab0611427d6f9b54d83672cf9e554876.svg", + "md5": "2add9ef4eaa25f8915406dcfd8bafc9f.svg", "type": "costume", "tags": [ "fantasy", @@ -4834,7 +4823,7 @@ }, { "name": "Goblin-d", - "md5": "87dd413e7a8545bea9b3da208a5d5735.svg", + "md5": "afb9fe328adae617ee3375366fca02e7.svg", "type": "costume", "tags": [ "fantasy", @@ -4849,7 +4838,7 @@ }, { "name": "Gobo-a", - "md5": "1f5ea0d12f85aed2e471cdd21b0bd6d7.svg", + "md5": "f505a4e9eab5e40e2669a4462dba4c90.svg", "type": "costume", "tags": [ "fantasy", @@ -4865,7 +4854,7 @@ }, { "name": "Gobo-b", - "md5": "73e493e4abd5d0954b677b97abcb7116.svg", + "md5": "5c0896569305ab177d87caa31aad2a72.svg", "type": "costume", "tags": [ "fantasy", @@ -4881,7 +4870,7 @@ }, { "name": "Gobo-c", - "md5": "bc68a6bdf300df7b53d73b38f74c844e.svg", + "md5": "9d8021c216fb92cc708e1e96f3ed2b52.svg", "type": "costume", "tags": [ "fantasy", @@ -4897,7 +4886,7 @@ }, { "name": "Grasshopper-a", - "md5": "fcddf46c04479b07b2944ee36d0b7635.svg", + "md5": "e7210a370837dd1e4ebc1a56a973b7f6.svg", "type": "costume", "tags": [ "animals", @@ -4914,7 +4903,7 @@ }, { "name": "Grasshopper-b", - "md5": "40b48bcb95f06a2281ba1cad60c8c504.svg", + "md5": "529644c5ecdca63adafd87777e341ad7.svg", "type": "costume", "tags": [ "animals", @@ -4931,7 +4920,7 @@ }, { "name": "Grasshopper-c", - "md5": "fa9a02a4a6df86612365dc65c065d2cb.svg", + "md5": "cf2ac769df444137b4c1eec472fa4b92.svg", "type": "costume", "tags": [ "animals", @@ -4948,7 +4937,7 @@ }, { "name": "Grasshopper-d", - "md5": "f80ba703a7fb17a870ec0818add2f3b8.svg", + "md5": "a7c638b8aa86f2a758830f8c2b0e4cf5.svg", "type": "costume", "tags": [ "animals", @@ -4965,7 +4954,7 @@ }, { "name": "Grasshopper-e", - "md5": "6519eeaa65eac086198d6901cf0a5b9e.svg", + "md5": "d4f3dfe69be6537e73544381408a820d.svg", "type": "costume", "tags": [ "animals", @@ -4982,7 +4971,7 @@ }, { "name": "Grasshopper-f", - "md5": "8d865e6bbea03cda509d766085b883f4.svg", + "md5": "93550d8abde130ad149904c4448f8b65.svg", "type": "costume", "tags": [ "animals", @@ -4999,7 +4988,7 @@ }, { "name": "Green Flag", - "md5": "173e20ac537d2c278ed621be3db3fc87.svg", + "md5": "2bbfd072183a67db5eddb923fe0726b3.svg", "type": "costume", "tags": [ "thing" @@ -5012,7 +5001,7 @@ }, { "name": "Griffin-a", - "md5": "1ceea469ec409d0a3a13bd04ea1e756c.svg", + "md5": "a31166d45903206b52cb0f0a0cb687b5.svg", "type": "costume", "tags": [ "fantasy", @@ -5028,7 +5017,7 @@ }, { "name": "Griffin-b", - "md5": "1dd10e8e53c048ad6f95c82501801f48.svg", + "md5": "102f6200c13bd60afa9538c712776fb0.svg", "type": "costume", "tags": [ "fantasy", @@ -5044,7 +5033,7 @@ }, { "name": "Griffin-c", - "md5": "e4d7c3c18463f15083683ce0826adcee.svg", + "md5": "157d3665cebcd41fa814b9217af99476.svg", "type": "costume", "tags": [ "fantasy", @@ -5060,7 +5049,7 @@ }, { "name": "Griffin-d", - "md5": "54504b1d8dedf816b0bd599e768f191d.svg", + "md5": "b8c8745820a341afec08e77f4a254551.svg", "type": "costume", "tags": [ "fantasy", @@ -5076,7 +5065,7 @@ }, { "name": "Guitar-a", - "md5": "cb8c2a5e69da7538e1dd73cb7ff4a666.svg", + "md5": "8704489dcf1a3ca93c5db40ebe5acd38.svg", "type": "costume", "tags": [ "music", @@ -5090,7 +5079,7 @@ }, { "name": "Guitar-b", - "md5": "fed44bd1091628c060f45060a84f2885.svg", + "md5": "e0423f4743f39456dade16fa1223d6b0.svg", "type": "costume", "tags": [ "music", @@ -5104,7 +5093,7 @@ }, { "name": "Guitar-electric1-a", - "md5": "b2b469b9d11fd23bdd671eab94dc58ff.svg", + "md5": "57c6d7dc148576cb2f36e53dea49260a.svg", "type": "costume", "tags": [ "music", @@ -5118,7 +5107,7 @@ }, { "name": "Guitar-electric1-b", - "md5": "3632184c19c66a088a99568570d61b13.svg", + "md5": "677aed0b1168caf4b3ec565b9104dbe0.svg", "type": "costume", "tags": [ "music", @@ -5132,7 +5121,7 @@ }, { "name": "Guitar-electric2-a", - "md5": "1fc433b89038f9e16092c9f4d7514cca.svg", + "md5": "bb88e6a8a08a4034cc155b1137743ca1.svg", "type": "costume", "tags": [ "music", @@ -5146,7 +5135,7 @@ }, { "name": "Guitar-electric2-b", - "md5": "7b843dbc93d4b2ea31fa67cca3d5077c.svg", + "md5": "83db2d0e342257e534ccdf0ec17bf668.svg", "type": "costume", "tags": [ "music", @@ -5205,7 +5194,7 @@ }, { "name": "Hare-a", - "md5": "8209c43050785e3c4276f84abb52c245.svg", + "md5": "7269593d83b6f9eae512997f541a7417.svg", "type": "costume", "tags": [ "animals", @@ -5226,7 +5215,7 @@ }, { "name": "Hare-b", - "md5": "62796e48dc8e540398e0575d79f562fe.svg", + "md5": "c8dbb4302dd489a201938c203018c2f0.svg", "type": "costume", "tags": [ "animals", @@ -5247,7 +5236,7 @@ }, { "name": "Hare-c", - "md5": "4bc5c29283dfff4b9c876cc23540a4b5.svg", + "md5": "85a3b8c151e10576fa531a4293fdac00.svg", "type": "costume", "tags": [ "animals", @@ -5268,7 +5257,7 @@ }, { "name": "Harper-a", - "md5": "0d5979db40b0a4dcaa601fb7679ef71c.svg", + "md5": "3a0973a042ee16e816c568651316d5d4.svg", "type": "costume", "tags": [ "people", @@ -5282,7 +5271,7 @@ }, { "name": "Harper-b", - "md5": "c435a1fcdf5f60a29f620fa800e391e0.svg", + "md5": "e407fa0ed992393d12d0a108c11e2fa6.svg", "type": "costume", "tags": [ "people", @@ -5296,7 +5285,7 @@ }, { "name": "Harper-c", - "md5": "9c35763ec87604ff1b4848ff18e0b040.svg", + "md5": "98ce6e6bb99f8ba116f127fdf2e739fd.svg", "type": "costume", "tags": [ "people", @@ -5310,7 +5299,7 @@ }, { "name": "Hat-a", - "md5": "52540f9dba4537f79f1ad3067d44e3f6.svg", + "md5": "c632719725400c604fcadf0858ce2b2c.svg", "type": "costume", "tags": [ "fashion", @@ -5324,7 +5313,7 @@ }, { "name": "Hat-b", - "md5": "874462b3e079308d775629c235940d8f.svg", + "md5": "0aed53a86d92ec2283068000ac97a60b.svg", "type": "costume", "tags": [ "fashion", @@ -5338,7 +5327,7 @@ }, { "name": "Hat-c", - "md5": "b40accecd4bd57fed8bdb96ee15e5c05.svg", + "md5": "13e382ae3f05a9a23e0b64ca23230438.svg", "type": "costume", "tags": [ "fashion", @@ -5352,7 +5341,7 @@ }, { "name": "Hat-d", - "md5": "a8ef874bd7542fec62785eac80019417.svg", + "md5": "6349e36da9897a2f89bdbf5c77dbdacb.svg", "type": "costume", "tags": [ "fashion", @@ -5366,7 +5355,7 @@ }, { "name": "Hatchling-a", - "md5": "25e4da6bcd209c60690729f5c7016b83.svg", + "md5": "55f7d457eb0af78cb309ca47497c490f.svg", "type": "costume", "tags": [ "animals", @@ -5382,7 +5371,7 @@ }, { "name": "Hatchling-b", - "md5": "b0f8451e7c52cf2b94b94c4a2051398b.svg", + "md5": "0e5c295a043d5e183a98046e4f734b72.svg", "type": "costume", "tags": [ "animals", @@ -5398,7 +5387,7 @@ }, { "name": "Hatchling-c", - "md5": "5f70ae46957bf425121ac532dc6a2f34.svg", + "md5": "f27d557be70a9522fae4392bfd4f5249.svg", "type": "costume", "tags": [ "animals", @@ -5414,7 +5403,7 @@ }, { "name": "Heart Code", - "md5": "1bc73fc472df673a1089d965b537f5ac.svg", + "md5": "288976865e8c5db717d859e915606d82.svg", "type": "costume", "tags": [ "food", @@ -5428,7 +5417,7 @@ }, { "name": "Heart Face", - "md5": "4ab84263da32069cf97cc0fa52729a0d.svg", + "md5": "989770846f8cd1628b48bbe91d0a7d0d.svg", "type": "costume", "tags": [ "emotions" @@ -5441,7 +5430,7 @@ }, { "name": "Heart Love", - "md5": "a9d25b961eef81521c8ed38beb1456a0.svg", + "md5": "51248e76be2aa7a0f0ed77bc94af1b3a.svg", "type": "costume", "tags": [ "food", @@ -5455,7 +5444,7 @@ }, { "name": "Heart Purple", - "md5": "b15362bb6b02a59e364db9081ccf19aa.svg", + "md5": "e24731f5cf2759c2f289921bebb86ea2.svg", "type": "costume", "tags": [ "holiday", @@ -5472,7 +5461,7 @@ }, { "name": "Heart Red", - "md5": "6e79e087c866a016f99ee482e1aeba47.svg", + "md5": "c77e640f6e023e7ce1e376da0f26e1eb.svg", "type": "costume", "tags": [ "holiday", @@ -5489,7 +5478,7 @@ }, { "name": "Heart Smile", - "md5": "66b29ca063bc74d2bacfc0a06bc7b6fc.svg", + "md5": "5fa8c4693cf8cba8cdbcbed72f4f58aa.svg", "type": "costume", "tags": [ "food", @@ -5503,7 +5492,7 @@ }, { "name": "Heart Sweet", - "md5": "9a9a8efa369379ee8538632c43a6a3d1.svg", + "md5": "3ee430ba825f41ae9913453d4932fb8b.svg", "type": "costume", "tags": [ "food", @@ -5517,7 +5506,7 @@ }, { "name": "Hedgehog-a", - "md5": "32416e6b2ef8e45fb5fd10778c1b9a9f.svg", + "md5": "3b0e1717859808cecf1a45e2a32dc201.svg", "type": "costume", "tags": [ "animals", @@ -5533,7 +5522,7 @@ }, { "name": "Hedgehog-b", - "md5": "4d3ccc06660e07b55bd38246e1f82f7f.svg", + "md5": "42bac40ca828133600e0a9f7ba019adb.svg", "type": "costume", "tags": [ "animals", @@ -5549,7 +5538,7 @@ }, { "name": "Hedgehog-c", - "md5": "2446f79c0f553594cfbcdbe6b1e459a5.svg", + "md5": "3251533232e7f44315512149c7f76214.svg", "type": "costume", "tags": [ "animals", @@ -5565,7 +5554,7 @@ }, { "name": "Hedgehog-d", - "md5": "bdb7c8e86125092da0c4848d1ffd901c.svg", + "md5": "93c2d7a0abefaf26ee50d5038ac5bf61.svg", "type": "costume", "tags": [ "animals", @@ -5581,7 +5570,7 @@ }, { "name": "Hedgehog-e", - "md5": "78a0e3789f6d778e20f9bf3d308a0b19.svg", + "md5": "1fcbba4a2252e96c52d2d8aa8e593e51.svg", "type": "costume", "tags": [ "animals", @@ -5597,7 +5586,7 @@ }, { "name": "Hen-a", - "md5": "eb0a9890a92ef616ef8740328eeabb79.svg", + "md5": "b02a33e32313cc9a75781a6fafd07033.svg", "type": "costume", "tags": [ "animals", @@ -5613,7 +5602,7 @@ }, { "name": "Hen-b", - "md5": "12aabf8636096f223e9297d2fd8177a4.svg", + "md5": "d055896a473bb12f4ec67af1fdb9c652.svg", "type": "costume", "tags": [ "animals", @@ -5629,7 +5618,7 @@ }, { "name": "Hen-c", - "md5": "af2c57d1f12272335629635e669df487.svg", + "md5": "c9a4570a2d0ae09b9feeeb5607e4b9c7.svg", "type": "costume", "tags": [ "animals", @@ -5645,7 +5634,7 @@ }, { "name": "Hen-d", - "md5": "84d0492c094ec01d73f808c92b4c3138.svg", + "md5": "6c9e05f568862dbcea0a1652a210239b.svg", "type": "costume", "tags": [ "animals", @@ -5661,7 +5650,7 @@ }, { "name": "Hippo1-a", - "md5": "c1353c4a5eec5e6f32ed053e6f6e8f99.svg", + "md5": "911901dc568b56c15fe81819bc2af653.svg", "type": "costume", "tags": [ "animals", @@ -5679,7 +5668,7 @@ }, { "name": "Hippo1-b", - "md5": "e65ed93bbb9cccf698fc7e774ab609a6.svg", + "md5": "5764a2c650f225bc27cc0e6c5db401ea.svg", "type": "costume", "tags": [ "animals", @@ -5697,7 +5686,7 @@ }, { "name": "Home Button", - "md5": "1bac530a0701a8fc88bb0802ae6787a3.svg", + "md5": "1ebdcb9f033fa6658259b52da376b7ac.svg", "type": "costume", "tags": [ "ui", @@ -5711,7 +5700,7 @@ }, { "name": "Horse-a", - "md5": "83a698304f00242a34ddd63b1525373b.svg", + "md5": "ad458251c5bf5b375870829f1762fa47.svg", "type": "costume", "tags": [ "animals", @@ -5729,7 +5718,7 @@ }, { "name": "Horse-b", - "md5": "2e7d212692b46b049a9ebc1224edd990.svg", + "md5": "0e0fa871bea01c2dfb70e9955dc098be.svg", "type": "costume", "tags": [ "animals", @@ -5838,7 +5827,7 @@ }, { "name": "Jamal-a", - "md5": "c7531e6c05aa488edd6ad3c369204452.svg", + "md5": "3c8d5e688450ad1e6bf024a32c55bcda.svg", "type": "costume", "tags": [ "sports", @@ -5854,7 +5843,7 @@ }, { "name": "Jamal-b", - "md5": "8b8bd6ff0fe64e7056d1e70c63b9ec9f.svg", + "md5": "2408318e743873c7254db1623441b9c5.svg", "type": "costume", "tags": [ "sports", @@ -5870,7 +5859,7 @@ }, { "name": "Jamal-c", - "md5": "c659f292333f93854be243f84b337ec5.svg", + "md5": "693748d763c8da4b119a5e4bee6a1768.svg", "type": "costume", "tags": [ "sports", @@ -5886,7 +5875,7 @@ }, { "name": "Jamal-d", - "md5": "9dc8cfa22793c43aee826c76d144e09b.svg", + "md5": "92692e0c0f376797274392484ba74133.svg", "type": "costume", "tags": [ "sports", @@ -5902,7 +5891,7 @@ }, { "name": "Jar-a", - "md5": "73784b267083733e08bcf06aa7d6536a.svg", + "md5": "33b537168f3c2eb3dafeb739c22f38a6.svg", "type": "costume", "tags": [ "food", @@ -5918,7 +5907,7 @@ }, { "name": "Jar-b", - "md5": "a37eb72115966a75bc1bf521deeccc0c.svg", + "md5": "e0f5ac773987470ff2467e3e01b9ab23.svg", "type": "costume", "tags": [ "food", @@ -5933,7 +5922,7 @@ }, { "name": "Jellyfish-a", - "md5": "9e6563e417350af3094c2ed02b9b0bbd.svg", + "md5": "4e259b7c08f05145fc7800b33e4f356e.svg", "type": "costume", "tags": [ "animals", @@ -5949,7 +5938,7 @@ }, { "name": "Jellyfish-b", - "md5": "31a42fad0891f1298c522a6d5008930a.svg", + "md5": "5944a1e687fa31589517825b2144a17b.svg", "type": "costume", "tags": [ "animals", @@ -5965,7 +5954,7 @@ }, { "name": "Jellyfish-c", - "md5": "697262d9ed04467bae52cca786c36bd3.svg", + "md5": "00c99df84f8385038461d6c42a5465ab.svg", "type": "costume", "tags": [ "animals", @@ -5981,7 +5970,7 @@ }, { "name": "Jellyfish-d", - "md5": "6a949493aaf62954f1c74f8369d494c4.svg", + "md5": "3158299771b3d34ed2c50a00fbab715e.svg", "type": "costume", "tags": [ "animals", @@ -6179,7 +6168,7 @@ }, { "name": "Jordyn-a", - "md5": "2f59adebc2c0feb9ebfabd7ee9642f2b.svg", + "md5": "db4d97cbf24e2b8af665bfbf06f67fa0.svg", "type": "costume", "tags": [ "sports", @@ -6196,7 +6185,7 @@ }, { "name": "Jordyn-b", - "md5": "075f382883e60dba8094b3dc30918f60.svg", + "md5": "a7cc1e5f02b58ecc8095cfc18eef0289.svg", "type": "costume", "tags": [ "sports", @@ -6213,7 +6202,7 @@ }, { "name": "Jordyn-c", - "md5": "fbe81c40d4a880c8799c458359758629.svg", + "md5": "768c4601174f0dfcb96b3080ccc3a192.svg", "type": "costume", "tags": [ "sports", @@ -6230,7 +6219,7 @@ }, { "name": "Jordyn-d", - "md5": "68a784d4d0340475a6e6feff3b28b470.svg", + "md5": "00c8c464c19460df693f8d5ae69afdab.svg", "type": "costume", "tags": [ "sports", @@ -6273,7 +6262,7 @@ }, { "name": "Key", - "md5": "af35300cef35803e11f4ed744dc5e818.svg", + "md5": "680d3e4dce002f922b32447fcf29743d.svg", "type": "costume", "tags": [ "fantasy", @@ -6287,7 +6276,7 @@ }, { "name": "Keyboard-a", - "md5": "c67d180e964926b6393ac14781541b39.svg", + "md5": "0ad880b5e829578832c8927b3f6ef7f8.svg", "type": "costume", "tags": [ "music", @@ -6301,7 +6290,7 @@ }, { "name": "Keyboard-b", - "md5": "dbaf62b33de45093c3c7d13b5d49d637.svg", + "md5": "6efd23c91dab070526feacdf72e2d3da.svg", "type": "costume", "tags": [ "music", @@ -6315,7 +6304,7 @@ }, { "name": "Kiran-a", - "md5": "9de23c4a7a7fbb67136b539241346854.svg", + "md5": "7c0bedab5404830a5147cc4a2d46e997.svg", "type": "costume", "tags": [ "space", @@ -6330,7 +6319,7 @@ }, { "name": "Kiran-b", - "md5": "f1e74f3c02333e9e2068e8baf4e77aa0.svg", + "md5": "b0566e0eed7b5216b92d61468d21ecee.svg", "type": "costume", "tags": [ "space", @@ -6345,7 +6334,7 @@ }, { "name": "Kiran-c", - "md5": "e2482cf509c312935f08be0e2e2c9d84.svg", + "md5": "78bd6de23d4929aef678ddf0f3f5c276.svg", "type": "costume", "tags": [ "space", @@ -6360,7 +6349,7 @@ }, { "name": "Kiran-d", - "md5": "569e736b519199efddfbae2572f7e92b.svg", + "md5": "2928e9fbd5ca08e326192b3a41bea691.svg", "type": "costume", "tags": [ "space", @@ -6375,7 +6364,7 @@ }, { "name": "Kiran-e", - "md5": "2261bed0f2cc819def17969158297b4f.svg", + "md5": "7912b6f378bd781f62683e003c574dbe.svg", "type": "costume", "tags": [ "space", @@ -6390,7 +6379,7 @@ }, { "name": "Kiran-f", - "md5": "d7f44adb3dc7906b9dfb3599a028e0d6.svg", + "md5": "7f0bc123819fc2666321b6cd38069bdb.svg", "type": "costume", "tags": [ "space", @@ -6405,7 +6394,7 @@ }, { "name": "Knight", - "md5": "f2c5e8bc24d001b81566879dbf2f1a13.svg", + "md5": "188325c56b79ff3cd58497c970ba87a6.svg", "type": "costume", "tags": [ "people", @@ -6420,7 +6409,7 @@ }, { "name": "Ladybug2", - "md5": "f16a1ccc69a4a8190a927f1595aa7bfa.svg", + "md5": "169c0efa8c094fdedddf8c19c36f0229.svg", "type": "costume", "tags": [ "animals", @@ -6436,7 +6425,7 @@ }, { "name": "Ladybug2-a", - "md5": "c018a3eed966d5f92c69f2188dfd2aae.svg", + "md5": "457200f8dec8fea00d22473e9bd9175e.svg", "type": "costume", "tags": [ "animals", @@ -6453,7 +6442,7 @@ }, { "name": "Ladybug2-b", - "md5": "a2bb15ace808e070a2b815502952b292.svg", + "md5": "3f48228829b77fc47d6d89b5729b2957.svg", "type": "costume", "tags": [ "animals", @@ -6470,7 +6459,7 @@ }, { "name": "Laptop", - "md5": "76f456b30b98eeefd7c942b27b524e31.svg", + "md5": "cd2d1f72275e676df5f82be74ae91dfa.svg", "type": "costume", "tags": [ "things", @@ -6666,7 +6655,7 @@ }, { "name": "Lightning", - "md5": "c2d636ab2b491e591536afc3d49cbecd.svg", + "md5": "0ddd3a05a330925bcd2d048908ed40b8.svg", "type": "costume", "tags": [ "weather", @@ -6683,7 +6672,7 @@ }, { "name": "Line", - "md5": "1b2cfb4d4746522aeb84e16a62820299.svg", + "md5": "e85305b47cfd92d971704dcb7ad6e17b.svg", "type": "costume", "tags": [ "lava", @@ -6698,7 +6687,7 @@ }, { "name": "Lion-a", - "md5": "75e6b2178518fa354f1ebf7ab7061ceb.svg", + "md5": "e88e83c8b3ca80c54540b5f0c5a0cc03.svg", "type": "costume", "tags": [ "cat", @@ -6715,7 +6704,7 @@ }, { "name": "Lion-b", - "md5": "7304176fe4dc85758e6b77324a185ea2.svg", + "md5": "f0d9ab3d82bbade6e279dc1c81e2e6db.svg", "type": "costume", "tags": [ "cat", @@ -6732,7 +6721,7 @@ }, { "name": "Lion-c", - "md5": "8411de793909216761cd19fd95418945.svg", + "md5": "91c64c5361d906fd36d5813ae27b85a8.svg", "type": "costume", "tags": [ "cat", @@ -6749,7 +6738,7 @@ }, { "name": "Llama", - "md5": "f5841f36b41c4df26f9c724d913c279b.svg", + "md5": "c97824f20a45adfa3ff362f82247a025.svg", "type": "costume", "tags": [ "animals", @@ -6764,7 +6753,7 @@ }, { "name": "Llama-b", - "md5": "ef3f8491668de2b751d8d7a8921c9879.svg", + "md5": "1f3aaeb598e121ad817143800d8c4a32.svg", "type": "costume", "tags": [ "animals", @@ -6779,7 +6768,7 @@ }, { "name": "Llama-c", - "md5": "b0af19d2c7a7c039c060f21874816164.svg", + "md5": "ac80d75745315f052f7f7b4e62e4a850.svg", "type": "costume", "tags": [ "animals", @@ -6794,7 +6783,7 @@ }, { "name": "Magicwand", - "md5": "3db9bfe57d561557795633c5cda44e8c.svg", + "md5": "89aa5332042d7bbf8368293a4efeafa4.svg", "type": "costume", "tags": [ "fantasy", @@ -6874,7 +6863,7 @@ }, { "name": "Max-a", - "md5": "5cc168bddf4561e6e7f1d30845d6efbf.svg", + "md5": "5180649cfd62831c52f8994ce644d6ac.svg", "type": "costume", "tags": [ "sports", @@ -6890,7 +6879,7 @@ }, { "name": "Max-b", - "md5": "8e2ad5735e26c5544b6b1a057f4efa80.svg", + "md5": "9669ce16eb6c6df6f26686598a59711d.svg", "type": "costume", "tags": [ "sports", @@ -6906,7 +6895,7 @@ }, { "name": "Max-c", - "md5": "261a40ebecfe135308befd79c6c07fd5.svg", + "md5": "7b3d1324382032f87384ef2c8c618156.svg", "type": "costume", "tags": [ "sports", @@ -6922,7 +6911,7 @@ }, { "name": "Max-d", - "md5": "4b6eecd411daddef6422fa3a5850cd52.svg", + "md5": "6b91183a4ad162e4950d95828a85144d.svg", "type": "costume", "tags": [ "sports", @@ -6938,7 +6927,7 @@ }, { "name": "Mermaid-a", - "md5": "36db41c47259881c26d9b98a806d3308.svg", + "md5": "88a3b6b2f0b3ffa25cab97bc619f8386.svg", "type": "costume", "tags": [ "fantasy", @@ -6954,7 +6943,7 @@ }, { "name": "Mermaid-b", - "md5": "564bf3f466df3b3e8aba71eeae8255ab.svg", + "md5": "f903049308e2171178d889f5c4a7d466.svg", "type": "costume", "tags": [ "fantasy", @@ -6970,7 +6959,7 @@ }, { "name": "Mermaid-c", - "md5": "2295784bb8e6354bfa7676089235cb9f.svg", + "md5": "2a6274017350fab67ebec9157420ae96.svg", "type": "costume", "tags": [ "fantasy", @@ -6986,7 +6975,7 @@ }, { "name": "Mermaid-d", - "md5": "9f973b89b68f7d8147f157cbac8af341.svg", + "md5": "65419296861b1c7ee59075af0f949d67.svg", "type": "costume", "tags": [ "fantasy", @@ -7002,7 +6991,7 @@ }, { "name": "Microphone-a", - "md5": "9126b6362313e20578fb88d38902cd4c.svg", + "md5": "d4d80e94e2cc759b8ca1d7b58f2a9052.svg", "type": "costume", "tags": [ "music", @@ -7016,7 +7005,7 @@ }, { "name": "Microphone-b", - "md5": "29988ebbde49beaceb06d9eb66138b80.svg", + "md5": "c96578ffb9e314fee097862d69fde0af.svg", "type": "costume", "tags": [ "music", @@ -7030,7 +7019,7 @@ }, { "name": "Milk-a", - "md5": "1b8ec45254b7c40d86e7a33818b77e35.svg", + "md5": "aa5f1501805aa68d3ad74623f59e6135.svg", "type": "costume", "tags": [ "food", @@ -7045,7 +7034,7 @@ }, { "name": "Milk-b", - "md5": "2ba802dcac09a81f9d82cc9d3b95d71b.svg", + "md5": "0f683f65c737bbcbb916df0895d8436e.svg", "type": "costume", "tags": [ "food", @@ -7060,7 +7049,7 @@ }, { "name": "Milk-c", - "md5": "287b322e939ad54691aef4876c48f422.svg", + "md5": "1fa49d62f8028a375470e7bac451e666.svg", "type": "costume", "tags": [ "food", @@ -7075,7 +7064,7 @@ }, { "name": "Milk-d", - "md5": "df4f5d863fa680331aa6c8f867b9fcbb.svg", + "md5": "4d3eabd3ef848b61c3120d796c274733.svg", "type": "costume", "tags": [ "food", @@ -7090,7 +7079,7 @@ }, { "name": "Milk-e", - "md5": "e642678d42d5e74fe49e6ceb5538724e.svg", + "md5": "6ec300ae45758eff12e9d47cf4f0d2a0.svg", "type": "costume", "tags": [ "food", @@ -7105,7 +7094,7 @@ }, { "name": "Monet-a", - "md5": "11c46aaa5e30ad46f5c1883d6feb47b8.svg", + "md5": "4c6b016c55c4348b6dce29ba99e7ede4.svg", "type": "costume", "tags": [ "space", @@ -7120,7 +7109,7 @@ }, { "name": "Monet-b", - "md5": "9c8f83e39dc8ac49d57c0622ffe2063f.svg", + "md5": "137bbc522701a96908667d1b1730d041.svg", "type": "costume", "tags": [ "space", @@ -7135,7 +7124,7 @@ }, { "name": "Monet-c", - "md5": "4435678d26e8fbc266d647693f65f5d7.svg", + "md5": "138e6591f3317222521963ef3ce9a057.svg", "type": "costume", "tags": [ "space", @@ -7150,7 +7139,7 @@ }, { "name": "Monet-d", - "md5": "42113ca3eca593c3a8f232a9202d6f14.svg", + "md5": "740276a8aa9ddd12dd4b30f369975d66.svg", "type": "costume", "tags": [ "space", @@ -7165,7 +7154,7 @@ }, { "name": "Monet-e", - "md5": "e530d0dac5290c5366af719cfb4e5953.svg", + "md5": "5b67cb843dcc9dabdc580b9e35e95659.svg", "type": "costume", "tags": [ "space", @@ -7180,7 +7169,7 @@ }, { "name": "Monkey-a", - "md5": "6e4de762dbd52cd2b6356694a9668211.svg", + "md5": "254926ee81bfa82f2db7009a80635061.svg", "type": "costume", "tags": [ "animals", @@ -7196,7 +7185,7 @@ }, { "name": "Monkey-b", - "md5": "7662a3a0f4c6fa21fdf2de33bd80fe5f.svg", + "md5": "de0405b0576ade1282bdfcd198922baa.svg", "type": "costume", "tags": [ "animals", @@ -7212,7 +7201,7 @@ }, { "name": "Monkey-c", - "md5": "db8eb50b948047181922310bb94511fb.svg", + "md5": "ec6d62f0ff64bb5440ffdc662b6e46fa.svg", "type": "costume", "tags": [ "animals", @@ -7228,7 +7217,7 @@ }, { "name": "Motorcycle-a", - "md5": "5065a917834923efc3e0c112d5791e80.svg", + "md5": "b73447c2577b8f77b5e2eb1da6d6445a.svg", "type": "costume", "tags": [ "city", @@ -7237,14 +7226,14 @@ "motorcycle" ], "info": [ - 52, - 44, + 51, + 43, 1 ] }, { "name": "Motorcycle-b", - "md5": "fe0923cb08c0b7c373de1daf8b74de74.svg", + "md5": "6e960b3c6a60ebe192e36b235c50ae03.svg", "type": "costume", "tags": [ "city", @@ -7253,14 +7242,14 @@ "motorcycle" ], "info": [ - 52, - 44, + 51, + 43, 1 ] }, { "name": "Motorcycle-c", - "md5": "6af27b2b5e1eeae9e60702630e6909a8.svg", + "md5": "a70bdd403ace1f1ece2f2af0fbc3c720.svg", "type": "costume", "tags": [ "city", @@ -7269,14 +7258,14 @@ "motorcycle" ], "info": [ - 52, - 44, + 51, + 43, 1 ] }, { "name": "Motorcycle-d", - "md5": "c5d78ac1de3a7f786a4ca6dc0fe087d4.svg", + "md5": "c6f8179ff3e8f8ab08b01d50343eefc4.svg", "type": "costume", "tags": [ "city", @@ -7285,14 +7274,14 @@ "motorcycle" ], "info": [ - 52, - 44, + 51, + 43, 1 ] }, { "name": "Mouse1-a", - "md5": "e1f0c26afecbe9d4b9923d8e6bf489a8.svg", + "md5": "c5f76b65e30075c12d49ea8a8f7d6bad.svg", "type": "costume", "tags": [ "animals", @@ -7307,7 +7296,7 @@ }, { "name": "Mouse1-b", - "md5": "f5e477a3f94fc98ba3cd927228405646.svg", + "md5": "8a7da35c473972f88896ca73b7df2188.svg", "type": "costume", "tags": [ "animals", @@ -7322,7 +7311,7 @@ }, { "name": "Muffin-a", - "md5": "18da0857a1b7f1c960146d2b85edd10f.svg", + "md5": "afa34381db44e699d61f774911aab448.svg", "type": "costume", "tags": [ "food" @@ -7335,7 +7324,7 @@ }, { "name": "Muffin-b", - "md5": "a89f3b99bf4cccfaeb1b39e25633c53c.svg", + "md5": "bd0581902cd6cc13888520776bf1620c.svg", "type": "costume", "tags": [ "food", @@ -7349,7 +7338,7 @@ }, { "name": "Nano-a", - "md5": "02c5433118f508038484bbc5b111e187.svg", + "md5": "a62e560863c0e49b12e5d57e13d084f1.svg", "type": "costume", "tags": [ "fantasy", @@ -7363,7 +7352,7 @@ }, { "name": "Nano-b", - "md5": "10d6d9130618cd092ae02158cde2e113.svg", + "md5": "d12aead3e3c2917e7eba8b2b90a7afd2.svg", "type": "costume", "tags": [ "fantasy", @@ -7378,7 +7367,7 @@ }, { "name": "Nano-c", - "md5": "85e762d45bc626ca2edb3472c7cfaa32.svg", + "md5": "8f2f4a70e87262ef478ce60567b6208a.svg", "type": "costume", "tags": [ "fantasy", @@ -7393,7 +7382,7 @@ }, { "name": "Nano-d", - "md5": "b10925346da8080443f27e7dfaeff6f7.svg", + "md5": "a4e2034751fa650fd5fd69432c110104.svg", "type": "costume", "tags": [ "fantasy", @@ -7408,7 +7397,7 @@ }, { "name": "Neigh Pony", - "md5": "176c4fb4df80df899ca28a48bd1f0edf.svg", + "md5": "592816f56409d582603c485cbefcbbb8.svg", "type": "costume", "tags": [ "animals", @@ -7422,7 +7411,7 @@ }, { "name": "Octopus-a", - "md5": "038df646d2f935d2a5dd601b343fc1d9.svg", + "md5": "e22d9b633feffc1d026980a1f21e07d7.svg", "type": "costume", "tags": [ "animals", @@ -7438,7 +7427,7 @@ }, { "name": "Octopus-b", - "md5": "31bdcbdf05688c01aace3fd94c5e82df.svg", + "md5": "9b5a2cd287229bf36ffcc176ed72cc0c.svg", "type": "costume", "tags": [ "animals", @@ -7454,7 +7443,7 @@ }, { "name": "Octopus-c", - "md5": "51e80c09323e36489ad452250acd827c.svg", + "md5": "7d33a531087188b29deae879f23f76bc.svg", "type": "costume", "tags": [ "animals", @@ -7471,7 +7460,7 @@ }, { "name": "Octopus-d", - "md5": "b4242e6cde0392bb9a5fb43a8f232962.svg", + "md5": "f582f162c4438d82c9e2a0a87a3e02ce.svg", "type": "costume", "tags": [ "animals", @@ -7488,7 +7477,7 @@ }, { "name": "Octopus-e", - "md5": "edfda0a36d9cd8482e3a8dc317107d56.svg", + "md5": "5d6e17d6260134d0402ba487a419d7c3.svg", "type": "costume", "tags": [ "animals", @@ -7505,7 +7494,7 @@ }, { "name": "Orange", - "md5": "27d5dfbadceea215e983d2641ce3e51f.svg", + "md5": "d0a55aae1decb57152b454c9a5226757.svg", "type": "costume", "tags": [ "food", @@ -7519,7 +7508,7 @@ }, { "name": "Orange2-a", - "md5": "8a7d8515df41f83c1326ec3233a3a42a.svg", + "md5": "27286ca08451bc512e1d611965dad061.svg", "type": "costume", "tags": [ "food", @@ -7534,7 +7523,7 @@ }, { "name": "Orange2-b", - "md5": "70c7f1822ffdb37157c304273dae9102.svg", + "md5": "b823f73a31e61fd362574e2c24dfc0c2.svg", "type": "costume", "tags": [ "food", @@ -7549,7 +7538,7 @@ }, { "name": "Outfielder-a", - "md5": "d2e2e4a9249c4cbe479e431a4c985286.svg", + "md5": "10578b06f97b9fdc34f622e9e682c144.svg", "type": "costume", "tags": [ "baseball", @@ -7565,7 +7554,7 @@ }, { "name": "Outfielder-b", - "md5": "5a960b109ae5dbe3c3ea5555894e8c13.svg", + "md5": "d0a8837867d39444a824b734d4cd5554.svg", "type": "costume", "tags": [ "baseball", @@ -7581,7 +7570,7 @@ }, { "name": "Outfielder-c", - "md5": "480ab4ce1ab5586e829e1cf804824c8b.svg", + "md5": "9f31c772f88a5f32fe857d57b3bcb04c.svg", "type": "costume", "tags": [ "baseball", @@ -7597,7 +7586,7 @@ }, { "name": "Outfielder-d", - "md5": "e5803b5601e0aafa8d0b227f1b1ae742.svg", + "md5": "175ddc7ed99cc5b72909098046d8f558.svg", "type": "costume", "tags": [ "baseball", @@ -7613,7 +7602,7 @@ }, { "name": "Owl-a", - "md5": "5348f1ea36a645322e88796545ca8ca1.svg", + "md5": "a518f70b65ec489e709795209b43207a.svg", "type": "costume", "tags": [ "animals", @@ -7628,7 +7617,7 @@ }, { "name": "Owl-b", - "md5": "3d8ba4198a03e484ed63bde584fd5bc1.svg", + "md5": "236bb6b33e7db00834bcea89b03b8a5e.svg", "type": "costume", "tags": [ "animals", @@ -7643,7 +7632,7 @@ }, { "name": "Owl-c", - "md5": "4e81445e70169f074ad50473a78f3381.svg", + "md5": "806139207066cb5eaef727d54c1bb4ec.svg", "type": "costume", "tags": [ "animals", @@ -7658,7 +7647,7 @@ }, { "name": "Paddle", - "md5": "8038149bdfe24733ea2144d37d297815.svg", + "md5": "15864fac7d38bb94c1ec3a199de96c26.svg", "type": "costume", "tags": [ "thing" @@ -7671,7 +7660,7 @@ }, { "name": "Panther-a", - "md5": "04ca2c122cff11b9bc23834d6f79361e.svg", + "md5": "0e7c244f54b27058f8b17d9e0d3cee12.svg", "type": "costume", "tags": [ "animals", @@ -7687,7 +7676,7 @@ }, { "name": "Panther-b", - "md5": "f8c33765d1105f3bb4cd145fad0f717e.svg", + "md5": "4a762fd04901407544d8858adac2b3fa.svg", "type": "costume", "tags": [ "animals", @@ -7703,7 +7692,7 @@ }, { "name": "Panther-c", - "md5": "096bf9cad84def12eef2b5d84736b393.svg", + "md5": "a7aee991f51636574625c1300f035bdd.svg", "type": "costume", "tags": [ "animals", @@ -7719,7 +7708,7 @@ }, { "name": "Pants-a", - "md5": "f7a0584eca14eaa0e29662e5c24fb62d.svg", + "md5": "ef8b1576f183222a4c2d373a7bc194cc.svg", "type": "costume", "tags": [ "fashion", @@ -7733,7 +7722,7 @@ }, { "name": "Pants-b", - "md5": "22ea0cf68b885817a5b6a01194c6f5d3.svg", + "md5": "ac9c7259873e472c2c1a99339c694f16.svg", "type": "costume", "tags": [ "fashion", @@ -7747,7 +7736,7 @@ }, { "name": "Parrot-a", - "md5": "098570b8e1aa85b32f9b4eb07bea3af2.svg", + "md5": "082f371c206f07d20e53595a9c69cc22.svg", "type": "costume", "tags": [ "animals", @@ -7765,7 +7754,7 @@ }, { "name": "Parrot-b", - "md5": "721255a0733c9d8d2ba518ff09b3b7cb.svg", + "md5": "036fad20b674197358f8c0b2dc64e17e.svg", "type": "costume", "tags": [ "animals", @@ -7783,7 +7772,7 @@ }, { "name": "Party Hat-a", - "md5": "f3ee428806f9fa6d396e30a8d6d0e741.svg", + "md5": "1d14be44e4aa99a471115cd874204690.svg", "type": "costume", "tags": [ "fashion", @@ -7797,7 +7786,7 @@ }, { "name": "Party Hat-b", - "md5": "71b51d9680be4aa946eb6642bc044791.svg", + "md5": "8b43413906cf1ba1343580d3ca062048.svg", "type": "costume", "tags": [ "fashion", @@ -7811,7 +7800,7 @@ }, { "name": "Party Hat-e", - "md5": "e69516f2a9bb6d632fdaba4fadd8f8f1.svg", + "md5": "abefb98344ece228afeb462f46d6b750.svg", "type": "costume", "tags": [ "fashion", @@ -7825,7 +7814,7 @@ }, { "name": "Pencil-a", - "md5": "4495fcb0443cebc5d43e66243a88f1ac.svg", + "md5": "b3d6eae85f285dd618bf9dcf609b9454.svg", "type": "costume", "tags": [ "thing", @@ -7839,7 +7828,7 @@ }, { "name": "Pencil-b", - "md5": "21088922dbe127f6d2e58e2e83fb632e.svg", + "md5": "f017876452a24d118fc0b1753caefad9.svg", "type": "costume", "tags": [ "thing", @@ -7853,7 +7842,7 @@ }, { "name": "Penguin-a", - "md5": "0e78708b8988802d2209a34b50292bd3.svg", + "md5": "dad5b0d82cb6e053d1ded2ef537a9453.svg", "type": "costume", "tags": [ "penguin", @@ -7875,7 +7864,7 @@ }, { "name": "Penguin-b", - "md5": "43af2a0b7f922ec5dc94217b2f3e08e4.svg", + "md5": "c434b674f2da18ba13cdfe51dbc05ecc.svg", "type": "costume", "tags": [ "animals", @@ -7897,7 +7886,7 @@ }, { "name": "Penguin-c", - "md5": "4f35c3940957e3ffc2e83a2565942171.svg", + "md5": "6d11aedea7f316215aaa0d08617f4c31.svg", "type": "costume", "tags": [ "animals", @@ -7919,7 +7908,7 @@ }, { "name": "Penguin2-a", - "md5": "c17d9e4bdb59c574e0c34aa70af516da.svg", + "md5": "428772307d90f4b347d6cc3c0d8e76ef.svg", "type": "costume", "tags": [ "animals", @@ -7935,7 +7924,7 @@ }, { "name": "Penguin2-b", - "md5": "b224a582395e0847c2ef4eefcfbc4546.svg", + "md5": "d485f5620d2dde69a6aa1cda7c897d12.svg", "type": "costume", "tags": [ "animals", @@ -7951,7 +7940,7 @@ }, { "name": "Penguin2-c", - "md5": "35fec7aa5f60cca945fe0615413f1f08.svg", + "md5": "280d2aa13f0c6774cc8828dc177aaf60.svg", "type": "costume", "tags": [ "animals", @@ -7967,7 +7956,7 @@ }, { "name": "Penguin2-d", - "md5": "18fa51a64ebd5518f0c5c465525346e5.svg", + "md5": "780467f3d173dcb37fd65834841babc6.svg", "type": "costume", "tags": [ "animals", @@ -7983,7 +7972,7 @@ }, { "name": "Pico Walk1", - "md5": "8eab5fe20dd249bf22964298b1d377eb.svg", + "md5": "c8f58f31cabf4acabb3f828730061276.svg", "type": "costume", "tags": [ "fantasy", @@ -7997,7 +7986,7 @@ }, { "name": "Pico Walk2", - "md5": "39ecd3c38d3f2cd81e3a17ee6c25699f.svg", + "md5": "52a60eccb624530fd3a24fc41fbad6e5.svg", "type": "costume", "tags": [ "fantasy", @@ -8011,7 +8000,7 @@ }, { "name": "Pico Walk3", - "md5": "43f7d92dcf9eadf77c07a6fc1eb4104f.svg", + "md5": "702bd644d01ea8eda2ea122daeea7d74.svg", "type": "costume", "tags": [ "fantasy", @@ -8025,7 +8014,7 @@ }, { "name": "Pico Walk4", - "md5": "2582d012d57bca59bc0315c5c5954958.svg", + "md5": "22fb16ae7cc18187a7adaf2852f07884.svg", "type": "costume", "tags": [ "fantasy", @@ -8039,7 +8028,7 @@ }, { "name": "Pico-a", - "md5": "0579fe60bb3717c49dfd7743caa84ada.svg", + "md5": "e7ce31db37f7abd2901499db2e9ad83a.svg", "type": "costume", "tags": [ "fantasy", @@ -8053,7 +8042,7 @@ }, { "name": "Pico-b", - "md5": "26c688d7544757225ff51cd2fb1519b5.svg", + "md5": "a7597b1f0c13455d335a3d4fe77da528.svg", "type": "costume", "tags": [ "fantasy", @@ -8068,7 +8057,7 @@ }, { "name": "Pico-c", - "md5": "adf61e2090f8060e1e8b2b0604d03751.svg", + "md5": "bcc0e8a5dda3a813608902b887c87bb4.svg", "type": "costume", "tags": [ "fantasy", @@ -8083,7 +8072,7 @@ }, { "name": "Pico-d", - "md5": "594704bf12e3c4d9e83bb91661ad709a.svg", + "md5": "d6dfa2efe58939af4c85755feb3c0375.svg", "type": "costume", "tags": [ "fantasy", @@ -8098,7 +8087,7 @@ }, { "name": "Pitcher-a", - "md5": "24008f02de4b0d999d4526d34dec8b76.svg", + "md5": "bceae719ba1ec230afec56f14a1e4d52.svg", "type": "costume", "tags": [ "baseball", @@ -8114,7 +8103,7 @@ }, { "name": "Pitcher-b", - "md5": "4644ab73c577ed878e3ccaa3d89ccc2b.svg", + "md5": "049132404cb2cb157830aaf18aee6a24.svg", "type": "costume", "tags": [ "baseball", @@ -8130,7 +8119,7 @@ }, { "name": "Pitcher-c", - "md5": "f46aa0b114a9977c52eeefa252953e2b.svg", + "md5": "fc955dec7f1e97f1ddd9f8245a80907e.svg", "type": "costume", "tags": [ "baseball", @@ -8146,7 +8135,7 @@ }, { "name": "Pitcher-d", - "md5": "d75a06e24f717e8647db27e94618e693.svg", + "md5": "ae8aa57ce6e5729d30d8b785bec97774.svg", "type": "costume", "tags": [ "baseball", @@ -8162,7 +8151,7 @@ }, { "name": "Planet2", - "md5": "978784738c1d9dd4b1d397fd18bdf406.svg", + "md5": "50cde8a4a737da0eba1ab73eb263f836.svg", "type": "costume", "tags": [ "space" @@ -8175,7 +8164,7 @@ }, { "name": "Polar Bear-a", - "md5": "b1d892d9f8a897bc6a446e2ff766ba74.svg", + "md5": "d050a3394b61ade080f7963c40192e7d.svg", "type": "costume", "tags": [ "bear", @@ -8196,7 +8185,7 @@ }, { "name": "Polar Bear-b", - "md5": "54728e795213e67ac7cecca1c32fe293.svg", + "md5": "11d00a06abd2c882672464f4867e90b6.svg", "type": "costume", "tags": [ "bear", @@ -8217,7 +8206,7 @@ }, { "name": "Polar Bear-c", - "md5": "7d5812e0aa1cde33771f9270ff521cfe.svg", + "md5": "5d7cd81aad80100368b8b77bf09ad576.svg", "type": "costume", "tags": [ "bear", @@ -8238,7 +8227,7 @@ }, { "name": "Potion-a", - "md5": "a317b50b255a208455a7733091adad23.svg", + "md5": "d922ffdfe38fd30fd8787810c6bce318.svg", "type": "costume", "tags": [ "fantasy", @@ -8253,7 +8242,7 @@ }, { "name": "Potion-b", - "md5": "5f96576605c3a022df48278b630da745.svg", + "md5": "0eceab4561534dde827bf68233f47441.svg", "type": "costume", "tags": [ "fantasy", @@ -8268,7 +8257,7 @@ }, { "name": "Potion-c", - "md5": "92d0184c28fac9acb0fb720ec599d61d.svg", + "md5": "f8500e9530bf1136c6386f2a329519dd.svg", "type": "costume", "tags": [ "fantasy", @@ -8283,7 +8272,7 @@ }, { "name": "Prince", - "md5": "a760bed1cfc28a30b2dc7fd045c90792.svg", + "md5": "ada9c5ce11245c467c780bceb665c42d.svg", "type": "costume", "tags": [ "people", @@ -8298,7 +8287,7 @@ }, { "name": "Princess-a", - "md5": "fcbf44a543dfda884d8acbd6af66faad.svg", + "md5": "e59f55c86ea557bdbd88302012ce8db5.svg", "type": "costume", "tags": [ "fantasy", @@ -8315,7 +8304,7 @@ }, { "name": "Princess-b", - "md5": "562e5eba4a598118411be3062cfbb26f.svg", + "md5": "ba37f578cc6cabce6fe4d2864c9eb96f.svg", "type": "costume", "tags": [ "fantasy", @@ -8332,7 +8321,7 @@ }, { "name": "Princess-c", - "md5": "f3e5f466d406745cf1b6ce44b0567b9a.svg", + "md5": "39157d5d3280ab0b273260170d5436c2.svg", "type": "costume", "tags": [ "fantasy", @@ -8349,7 +8338,7 @@ }, { "name": "Princess-d", - "md5": "663134f64588f0c55e77767ba9039cfe.svg", + "md5": "23330150c0a09180083b597cbfeca99a.svg", "type": "costume", "tags": [ "fantasy", @@ -8366,7 +8355,7 @@ }, { "name": "Princess-e", - "md5": "ad0ecbf907d132ddbb547666551ac087.svg", + "md5": "0721f5238a2bcde49d05f72ca9d21d9b.svg", "type": "costume", "tags": [ "fantasy", @@ -8383,7 +8372,7 @@ }, { "name": "Pufferfish-a", - "md5": "81d7db99142a39c9082be2c2183f2175.svg", + "md5": "b8aa1bd46eacc054c695b89167c3ad28.svg", "type": "costume", "tags": [ "animals", @@ -8399,7 +8388,7 @@ }, { "name": "Pufferfish-b", - "md5": "6ea79950db63f5ac24d6c5091df3836b.svg", + "md5": "1b4f39763c9848cc840522b95cc6d8ae.svg", "type": "costume", "tags": [ "animals", @@ -8415,7 +8404,7 @@ }, { "name": "Pufferfish-c", - "md5": "4acf5bc398c19d58acf69fce047ee8f6.svg", + "md5": "2266c6bb2c3a8fb80783518a08852b4a.svg", "type": "costume", "tags": [ "animals", @@ -8431,7 +8420,7 @@ }, { "name": "Pufferfish-d", - "md5": "c214fa8a9ceed06db03664007b8ad5c6.svg", + "md5": "e73e71718306f6c7085305dba142c315.svg", "type": "costume", "tags": [ "animals", @@ -8507,7 +8496,7 @@ }, { "name": "Rabbit-a", - "md5": "2f42891c3f3d63c0e591aeabc5946533.svg", + "md5": "970f886bfa454e1daa6d6c30ef49a972.svg", "type": "costume", "tags": [ "animals", @@ -8525,7 +8514,7 @@ }, { "name": "Rabbit-b", - "md5": "80e05ff501040cdc9f52fa6782e06fd2.svg", + "md5": "1ca3f829a2c9f7fa4d1df295fe5f787c.svg", "type": "costume", "tags": [ "animals", @@ -8543,7 +8532,7 @@ }, { "name": "Rabbit-c", - "md5": "88ed8b7925baa025b6c7fc628a64b9b1.svg", + "md5": "49169d752f20d27fb71022b16044d759.svg", "type": "costume", "tags": [ "animals", @@ -8561,7 +8550,7 @@ }, { "name": "Rabbit-d", - "md5": "5f3b8df4d6ab8a72e887f89f554db0be.svg", + "md5": "90677c6f16380ef077d6115f6a6371ff.svg", "type": "costume", "tags": [ "animals", @@ -8579,7 +8568,7 @@ }, { "name": "Rabbit-e", - "md5": "3003f1135f4aa3b6c361734243621260.svg", + "md5": "137976ec71439e2f986caeaa70e4c932.svg", "type": "costume", "tags": [ "animals", @@ -8597,7 +8586,7 @@ }, { "name": "Radio-a", - "md5": "d2266f31369a97fdf7ec37090bf0a968.svg", + "md5": "828f0762d028605f6fe52f9287555b74.svg", "type": "costume", "tags": [ "radio", @@ -8612,7 +8601,7 @@ }, { "name": "Radio-b", - "md5": "cd4cff5586d0167fd992772360bddf68.svg", + "md5": "e96676f038fc523b40392dc1676552dc.svg", "type": "costume", "tags": [ "radio", @@ -8627,7 +8616,7 @@ }, { "name": "Rainbow", - "md5": "680a806bd87a28c8b25b5f9b6347f022.svg", + "md5": "033979eba12e4572b2520bd93a87583e.svg", "type": "costume", "tags": [ "things", @@ -8643,7 +8632,7 @@ }, { "name": "Referee-a", - "md5": "7caaa6c83b0f947268866b48fbf34ed9.svg", + "md5": "46dde2baba61a7e48463ae8e58441470.svg", "type": "costume", "tags": [ "sports", @@ -8659,7 +8648,7 @@ }, { "name": "Referee-b", - "md5": "b26bc52a8400fa3d51201e9ab4a4dbb2.svg", + "md5": "7eeca5313c2e7d455482badff3079f64.svg", "type": "costume", "tags": [ "sports", @@ -8675,7 +8664,7 @@ }, { "name": "Referee-c", - "md5": "f96a3af7f21c0b195b8f7a84146b6704.svg", + "md5": "5948c4160089fcc0975a867221ff2256.svg", "type": "costume", "tags": [ "sports", @@ -8691,7 +8680,7 @@ }, { "name": "Referee-d", - "md5": "d6795f2992d899611ee5889811801e42.svg", + "md5": "1cd641a48499db84636d983916b62a83.svg", "type": "costume", "tags": [ "sports", @@ -8707,7 +8696,7 @@ }, { "name": "Reindeer", - "md5": "0fff0b181cc4d9250b5b985cc283b049.svg", + "md5": "60993a025167e7886736109dca5d55e2.svg", "type": "costume", "tags": [ "animals", @@ -8722,46 +8711,46 @@ }, { "name": "Retro Robot A", - "md5": "a17c1ce38c261395ae268f3b8a9037db.svg", + "md5": "35070c1078c4eec153ea2769516c922c.svg", "type": "costume", "tags": [ "robot" ], "info": [ 55, - 86, + 85, 1 ] }, { "name": "Retro Robot B", - "md5": "bfb5afe62358ef542f118299bb53d4b7.svg", + "md5": "d139f89665962dcaab4cb2b246359ba1.svg", "type": "costume", "tags": [ "robot" ], "info": [ - 52, - 88, + 50, + 87, 1 ] }, { "name": "Retro Robot C", - "md5": "f925e3bde178001133a11fa97847a9ae.svg", + "md5": "53398a713b144ecda6ec32fb4a8d28e1.svg", "type": "costume", "tags": [ "robot" ], "info": [ - 72, - 91, + 70, + 90, 1 ] }, { "name": "Ripley-a", - "md5": "417ec9f25ad70281564e85e67c97aa08.svg", + "md5": "e751d0a781694897f75046eb2810e9a5.svg", "type": "costume", "tags": [ "space", @@ -8776,7 +8765,7 @@ }, { "name": "Ripley-b", - "md5": "e40918acf5c4d1d0d42b437b6b6e965d.svg", + "md5": "3ab169f52ea3783270d28ef035a5a7c5.svg", "type": "costume", "tags": [ "space", @@ -8791,7 +8780,7 @@ }, { "name": "Ripley-c", - "md5": "5fb713effcdae17208e6e89527bf720c.svg", + "md5": "043373c51689f3df8bf50eb12c4e3d39.svg", "type": "costume", "tags": [ "space", @@ -8806,7 +8795,7 @@ }, { "name": "Ripley-d", - "md5": "6c6597c221c9a5b46c160f537b9795a2.svg", + "md5": "8e173178d886d1cb272877e8923d651b.svg", "type": "costume", "tags": [ "space", @@ -8821,7 +8810,7 @@ }, { "name": "Ripley-e", - "md5": "92909161afd79673c93a77d15fe8d456.svg", + "md5": "f798adaf44e8891c5e2f1b2a82a613b2.svg", "type": "costume", "tags": [ "space", @@ -8836,7 +8825,7 @@ }, { "name": "Ripley-f", - "md5": "16e31a6b510ba4e8c1215e6e3a41d9f9.svg", + "md5": "90feaffe3d0c4d31287d57bd1bc64afa.svg", "type": "costume", "tags": [ "space", @@ -8851,7 +8840,7 @@ }, { "name": "Robot-a", - "md5": "cb3985cd066ccbab11954709b3d54c17.svg", + "md5": "89679608327ad572b93225d06fe9edda.svg", "type": "costume", "tags": [ "space", @@ -8859,14 +8848,14 @@ "wren mcdonald" ], "info": [ - 74, - 109, + 58, + 95, 1 ] }, { "name": "Robot-b", - "md5": "fc9276d0909539fd31c30db7b2e08bf9.svg", + "md5": "36d1098b880dbe47e58d93e7b2842381.svg", "type": "costume", "tags": [ "space", @@ -8874,14 +8863,14 @@ "wren mcdonald" ], "info": [ - 56, - 97, + 55, + 96, 1 ] }, { "name": "Robot-c", - "md5": "c5e02f00d233199fea1c51b71c402ce4.svg", + "md5": "4f5441207afc9bc075b0b404dbba8b59.svg", "type": "costume", "tags": [ "space", @@ -8889,14 +8878,14 @@ "wren mcdonald" ], "info": [ - 63, - 97, + 62, + 96, 1 ] }, { "name": "Robot-d", - "md5": "ca2cf7d6c0446fbce36621006a4b0fac.svg", + "md5": "10060b3b58c77345cfe92288a46e5c20.svg", "type": "costume", "tags": [ "space", @@ -8911,7 +8900,7 @@ }, { "name": "Rocketship-a", - "md5": "85190bb07708855c0896224340e159ed.svg", + "md5": "525c06ceb3a351244bcd810c9ba951c7.svg", "type": "costume", "tags": [ "space", @@ -8926,7 +8915,7 @@ }, { "name": "Rocketship-b", - "md5": "2c0f804073ec656a86bbc3ebdf18bf5d.svg", + "md5": "10f83786e5ee34f40ee43b49bba89ee2.svg", "type": "costume", "tags": [ "space", @@ -8941,7 +8930,7 @@ }, { "name": "Rocketship-c", - "md5": "13a0accfa405979e4deee12e6eb9c41e.svg", + "md5": "a6ff2f1344a18cc0a4bcc945e00afaf4.svg", "type": "costume", "tags": [ "space", @@ -8949,14 +8938,14 @@ "wren mcdonald" ], "info": [ - 59, - 91, + 58, + 90, 1 ] }, { "name": "Rocketship-d", - "md5": "f4d0c6da1c167abbd8e86ff720ae24f9.svg", + "md5": "5682c68af2cc8aea791f0373e9ed03d8.svg", "type": "costume", "tags": [ "space", @@ -8971,7 +8960,7 @@ }, { "name": "Rocketship-e", - "md5": "6e58c447e994a38b51eeb105dff5711c.svg", + "md5": "49ee475c516a444d8a512724063b8b98.svg", "type": "costume", "tags": [ "space", @@ -8979,14 +8968,14 @@ "wren mcdonald" ], "info": [ - 71, - 111, + 57, + 85, 1 ] }, { "name": "Rocks", - "md5": "82c79fdb6a7d9c49ab7f70ee79a3d7f8.svg", + "md5": "55426ccbb5c49b1526e53586943f3ec3.svg", "type": "costume", "tags": [ "things", @@ -9000,7 +8989,7 @@ }, { "name": "Rooster-a", - "md5": "db49a3dc8db15ea2b92d7934488f996b.svg", + "md5": "0ae345deb1c81ec7f4f4644c26ac85fa.svg", "type": "costume", "tags": [ "animals", @@ -9016,7 +9005,7 @@ }, { "name": "Rooster-b", - "md5": "c5aa68995a2ac203d6fe2e4dd9d86911.svg", + "md5": "bd5f701c99aa6512bac7b87c51e7cd46.svg", "type": "costume", "tags": [ "animals", @@ -9032,7 +9021,7 @@ }, { "name": "Rooster-c", - "md5": "b7a5c9f9d387cc7d36d6ed935d2a46b1.svg", + "md5": "6490360bd5d6efd2b646fb24c19df6b1.svg", "type": "costume", "tags": [ "animals", @@ -9101,7 +9090,7 @@ }, { "name": "Saxophone-a", - "md5": "e9e4297f5d7e630a384b1dea835ec72d.svg", + "md5": "4414c51bdd03f60f40a1210e1d55cf57.svg", "type": "costume", "tags": [ "music", @@ -9115,7 +9104,7 @@ }, { "name": "Saxophone-b", - "md5": "04e5650480bfcf9190aa35bbd8d67b8e.svg", + "md5": "459a64bebb7a788395c70e5369ab4746.svg", "type": "costume", "tags": [ "music", @@ -9129,7 +9118,7 @@ }, { "name": "Scarf-a", - "md5": "5d671a4eb5c42e365d3c0ba1b885d9d8.svg", + "md5": "213db212d5d0c602f85cb248719ce785.svg", "type": "costume", "tags": [ "fashion", @@ -9145,7 +9134,7 @@ }, { "name": "Scarf-b", - "md5": "0c03668b4e26eba969ad803a4e810c78.svg", + "md5": "05b06ab8d2c6e2110896d70bb60a9fd7.svg", "type": "costume", "tags": [ "fashion", @@ -9161,7 +9150,7 @@ }, { "name": "Scarf-c", - "md5": "ce66662165e2756070f1b12e0a7cb5db.svg", + "md5": "4a85e4e6232f12abf9802bec4aa419b3.svg", "type": "costume", "tags": [ "fashionclothing", @@ -9176,7 +9165,7 @@ }, { "name": "Shark-a", - "md5": "4ca6776e9c021e8b21c3346793c9361d.svg", + "md5": "6c8008ae677ec51af8da5023fa2cd521.svg", "type": "costume", "tags": [ "animals", @@ -9192,7 +9181,7 @@ }, { "name": "Shark-b", - "md5": "0bb623f0bbec53ee9667cee0b7ad6d47.svg", + "md5": "b769db8fcbbf2609f0552db62ec1f94a.svg", "type": "costume", "tags": [ "animals", @@ -9208,7 +9197,7 @@ }, { "name": "Shark2-a", - "md5": "7c0a907eae79462f69f8e2af8e7df828.svg", + "md5": "8a8d551e951087050cfa88fc64f9b4db.svg", "type": "costume", "tags": [ "animals", @@ -9227,7 +9216,7 @@ }, { "name": "Shark2-b", - "md5": "cff9ae87a93294693a0650b38a7a33d2.svg", + "md5": "6182a0628eadf2d16624864bea964432.svg", "type": "costume", "tags": [ "animals", @@ -9246,7 +9235,7 @@ }, { "name": "Shark2-c", - "md5": "afeae3f998598424f7c50918507f6ce6.svg", + "md5": "7f4440b268358417aa79ccef06877c57.svg", "type": "costume", "tags": [ "animals", @@ -9265,7 +9254,7 @@ }, { "name": "Shirt-a", - "md5": "659465944053fe6fb6aa1ed0e11be9aa.svg", + "md5": "43e916bbe0ba7cecd08407d25ac3d104.svg", "type": "costume", "tags": [ "fashion", @@ -9279,7 +9268,7 @@ }, { "name": "Shoes-a", - "md5": "4639a1af5bc91f1a6f14e822cd46972f.svg", + "md5": "f89f1656251248f1591aa67ae946c047.svg", "type": "costume", "tags": [ "fashion", @@ -9293,7 +9282,7 @@ }, { "name": "Shoes-b", - "md5": "6ba2a692c17f47170d611578a5620ae5.svg", + "md5": "71b5a444d482455e9956cfd52d20526a.svg", "type": "costume", "tags": [ "fashion", @@ -9307,7 +9296,7 @@ }, { "name": "Shoes-c", - "md5": "14c6843195bd13824d253cb3fdb9e6de.svg", + "md5": "724d9a8984279949ce452fc9b2e437a6.svg", "type": "costume", "tags": [ "fashion", @@ -9321,7 +9310,7 @@ }, { "name": "Shoes-d", - "md5": "1130f7ca93716bac6afa31af86329e92.svg", + "md5": "1e813a1618f38212a6febaa7e6b8d712.svg", "type": "costume", "tags": [ "fashion", @@ -9335,7 +9324,7 @@ }, { "name": "Shorts-a", - "md5": "d9b580c913c0d1d1a996dd733af91e68.svg", + "md5": "ea78ad682811f9c42731ec648ec7af3c.svg", "type": "costume", "tags": [ "fashion", @@ -9351,7 +9340,7 @@ }, { "name": "Shorts-b", - "md5": "1e07ab2763e5e0f5557f97c0e2c89020.svg", + "md5": "d5fc56b7247f079e5821d74d3e91e7a6.svg", "type": "costume", "tags": [ "fashion", @@ -9367,7 +9356,7 @@ }, { "name": "Shorts-c", - "md5": "dc9e0a1c2489ec0bf59a937b6c8ae85b.svg", + "md5": "4d5f7a13ed20dc4f8fd194a7eb3f625f.svg", "type": "costume", "tags": [ "fashion", @@ -9383,7 +9372,7 @@ }, { "name": "Singer1", - "md5": "e47ef1af3b925e5ac9e3b3f809d440b3.svg", + "md5": "d6ff94dc7e24200c28015ee5d6373140.svg", "type": "costume", "tags": [ "people", @@ -9397,7 +9386,7 @@ }, { "name": "Skeleton-a", - "md5": "e06f6eaf4fd27ff22f4c8207aa13c967.svg", + "md5": "c4d755c672a0826caa7b6fb767cc3f9b.svg", "type": "costume", "tags": [ "fantasy", @@ -9415,7 +9404,7 @@ }, { "name": "Skeleton-b", - "md5": "06769ddf5fad85e101c7beda554d60b9.svg", + "md5": "f4a00b2bd214b1d8412a2e89b2030354.svg", "type": "costume", "tags": [ "fantasy", @@ -9433,7 +9422,7 @@ }, { "name": "Skeleton-d", - "md5": "155efd0dfdc59a0e2a546a4a7d068ece.svg", + "md5": "67108e6b1d0f41aba2f94f81114ebf59.svg", "type": "costume", "tags": [ "fantasy", @@ -9451,7 +9440,7 @@ }, { "name": "Skeleton-e", - "md5": "c41a11468602522cdc6dec7043215f65.svg", + "md5": "3cfff37072a4138b977ba406c290b419.svg", "type": "costume", "tags": [ "fantasy", @@ -9469,7 +9458,7 @@ }, { "name": "Snake-a", - "md5": "4d06e12d90479461303d828f0970f2d4.svg", + "md5": "f0e6ebdbdc8571b42f8a48cc2aed3042.svg", "type": "costume", "tags": [ "animals", @@ -9484,7 +9473,7 @@ }, { "name": "Snake-b", - "md5": "a8546a5f9ccaa2bdb678a362c50a17ec.svg", + "md5": "42519e0ee19d75def88a514d3c49ce37.svg", "type": "costume", "tags": [ "animals", @@ -9499,7 +9488,7 @@ }, { "name": "Snake-c", - "md5": "d993a7d70179777c14ac91a07e711d90.svg", + "md5": "a0acb49efdf60b20cea0833eeedd44a1.svg", "type": "costume", "tags": [ "animals", @@ -9514,7 +9503,7 @@ }, { "name": "Snowflake", - "md5": "67de2af723246de37d7379b76800ee0b.svg", + "md5": "083735cc9cd0e6d8c3dbab5ab9ee5407.svg", "type": "costume", "tags": [ "winter" @@ -9527,7 +9516,7 @@ }, { "name": "Snowman", - "md5": "56c71c31c17b9bc66a2aab0342cf94b2.svg", + "md5": "0f109df620f935b94cb154101e6586d4.svg", "type": "costume", "tags": [ "fantasy", @@ -9542,7 +9531,7 @@ }, { "name": "Soccer Ball", - "md5": "73eaf05fed60e9d65867508736f84569.svg", + "md5": "5d973d7a3a8be3f3bd6e1cd0f73c32b5.svg", "type": "costume", "tags": [ "sports", @@ -9558,7 +9547,7 @@ }, { "name": "Speaker", - "md5": "44dc3a2ec161999545914d1f77332d76.svg", + "md5": "697f6becae5321f77990636564ef0c97.svg", "type": "costume", "tags": [ "music", @@ -9589,7 +9578,7 @@ }, { "name": "Star", - "md5": "e929c1274c379b6b6fed12e6dec63368.svg", + "md5": "551629f2a64c1f3703e57aaa133effa6.svg", "type": "costume", "tags": [ "shapes", @@ -9603,7 +9592,7 @@ }, { "name": "Starfish-a", - "md5": "3d1101bbc24ae292a36356af325f660c.svg", + "md5": "69dca6e42d45d3fef89f81de40b11bef.svg", "type": "costume", "tags": [ "animals", @@ -9620,7 +9609,7 @@ }, { "name": "Starfish-b ", - "md5": "ad8007f4e63693984d4adc466ffa3ad2.svg", + "md5": "be2ca55a5688670302e7c3f79d5040d1.svg", "type": "costume", "tags": [ "animals", @@ -9637,7 +9626,7 @@ }, { "name": "Stop", - "md5": "5b9e3e8edffb0bd4914113609eec5e04.svg", + "md5": "1e2c3987e4cdb1f317b1773662719b13.svg", "type": "costume", "tags": [ "shapes", @@ -9651,7 +9640,7 @@ }, { "name": "Strawberry-a", - "md5": "b4cff4b414b5f7fbf25c7c45abfb6c62.svg", + "md5": "2fa57942dc7ded7eddc4d41554768d67.svg", "type": "costume", "tags": [ "food", @@ -9666,7 +9655,7 @@ }, { "name": "Strawberry-b", - "md5": "ebb8720dc679772e3dcb1b49e0503aa4.svg", + "md5": "662279c12965d2913a060a55aebec496.svg", "type": "costume", "tags": [ "food", @@ -9681,7 +9670,7 @@ }, { "name": "Strawberry-c", - "md5": "278dc229a71e2fbff475908ca5c2483e.svg", + "md5": "10ed1486ff4bab3eebb3b8ae55d81ccd.svg", "type": "costume", "tags": [ "food", @@ -9696,7 +9685,7 @@ }, { "name": "Strawberry-d", - "md5": "68a023e80cb9eff2350374361c034f08.svg", + "md5": "aa4eae20c750900e4f63e6ede4083d81.svg", "type": "costume", "tags": [ "food", @@ -9711,7 +9700,7 @@ }, { "name": "Strawberry-e", - "md5": "9fef0cd91ba59163d74f4464b02824b8.svg", + "md5": "f5008785e74590689afca4b578d108a4.svg", "type": "costume", "tags": [ "food", @@ -9726,7 +9715,7 @@ }, { "name": "Sun", - "md5": "14b0508da0dc30e83b2bede13c1be1e9.svg", + "md5": "406808d86aff20a15d592b308e166a32.svg", "type": "costume", "tags": [ "space", @@ -9744,7 +9733,7 @@ }, { "name": "Sunglasses-a", - "md5": "424393e8705aeadcfecb8559ce4dcea2.svg", + "md5": "c95a05c3bed665027d267d93454c428a.svg", "type": "costume", "tags": [ "fashion", @@ -9758,7 +9747,7 @@ }, { "name": "Sunglasses-b", - "md5": "3185d2295bbf2c5ebd0688c9e4f13076.svg", + "md5": "dc568ae1f8b9b6544f0634ef975a7098.svg", "type": "costume", "tags": [ "fashion", @@ -9772,7 +9761,7 @@ }, { "name": "Tabla-a", - "md5": "68ce53b53fcc68744584c28d20144c4f.svg", + "md5": "af071d9d714c5c622e2bb07133698ce3.svg", "type": "costume", "tags": [ "drums", @@ -9787,7 +9776,7 @@ }, { "name": "Tabla-b", - "md5": "01b6ffb8691d32be10fabc77ddfb55b0.svg", + "md5": "992d6359be830d977559dad91b04f698.svg", "type": "costume", "tags": [ "drums", @@ -9802,7 +9791,7 @@ }, { "name": "Taco", - "md5": "bc78fb90ed373d56c11d5fafa4203ccd.svg", + "md5": "383ea1ef802bc2706670536cfa8271b7.svg", "type": "costume", "tags": [ "food", @@ -9816,7 +9805,7 @@ }, { "name": "Taco-wizard", - "md5": "5e9e65db20d403b590578ed44b1a3792.svg", + "md5": "c97113d17afeaac9f461ea0ec257ef26.svg", "type": "costume", "tags": [ "food", @@ -9833,7 +9822,7 @@ }, { "name": "Takeout-a", - "md5": "05c010b2425c4433353ff85d43ed7a1d.svg", + "md5": "40f63eb18230c4defa9051830beffb0f.svg", "type": "costume", "tags": [ "food", @@ -9847,7 +9836,7 @@ }, { "name": "Takeout-b", - "md5": "26c3be261cbb0327eaa1afe0467c80d0.svg", + "md5": "e03cd6e668e0eeddb2da98a095e2f30f.svg", "type": "costume", "tags": [ "food", @@ -9861,7 +9850,7 @@ }, { "name": "Takeout-c", - "md5": "801fa349b34531a15d467fef2b940f87.svg", + "md5": "24cc271fd6cf55f25b71e78faf749a98.svg", "type": "costume", "tags": [ "food", @@ -9875,7 +9864,7 @@ }, { "name": "Takeout-d", - "md5": "24e21e2846b59cdf2c390ebe985b3c74.svg", + "md5": "2b32d6a4a724c38bfaeb494d30827f19.svg", "type": "costume", "tags": [ "food", @@ -9889,7 +9878,7 @@ }, { "name": "Takeout-e", - "md5": "95584a98e22df5ca7370f5c01ebe6d06.svg", + "md5": "9202a59888545c56c864bacb700c4297.svg", "type": "costume", "tags": [ "food", @@ -10099,7 +10088,7 @@ }, { "name": "Tera-a", - "md5": "b54a4a9087435863ab6f6c908f1cac99.svg", + "md5": "18f9a11ecdbd3ad8719beb176c484d41.svg", "type": "costume", "tags": [ "fantasy", @@ -10113,7 +10102,7 @@ }, { "name": "Tera-b", - "md5": "1e6b3a29351cda80d1a70a3cc0e499f2.svg", + "md5": "365d4de6c99d71f1370f7c5e636728af.svg", "type": "costume", "tags": [ "fantasy", @@ -10128,7 +10117,7 @@ }, { "name": "Tera-c", - "md5": "7edf116cbb7111292361431521ae699e.svg", + "md5": "2daca5f43efc2d29fb089879448142e9.svg", "type": "costume", "tags": [ "fantasy", @@ -10143,7 +10132,7 @@ }, { "name": "Tera-d", - "md5": "7c3c9c8b5f4ac77de2036175712a777a.svg", + "md5": "5456a723f3b35eaa946b974a59888793.svg", "type": "costume", "tags": [ "fantasy", @@ -10158,7 +10147,7 @@ }, { "name": "Toucan-a", - "md5": "6c8798e606abd728b112aecedb5dc249.svg", + "md5": "9eef2e49b3bbf371603ae783cd82db3c.svg", "type": "costume", "tags": [ "animals", @@ -10173,7 +10162,7 @@ }, { "name": "Toucan-b", - "md5": "a3e12be9efa0e7aa83778f6054c9c541.svg", + "md5": "72952d831d0b67c9d056b44a4bc3d0ae.svg", "type": "costume", "tags": [ "animals", @@ -10188,7 +10177,7 @@ }, { "name": "Toucan-c", - "md5": "56522b58a9959fd6152060346129f7cb.svg", + "md5": "b6345d7386021ee85bb17f8aa4950eed.svg", "type": "costume", "tags": [ "animals", @@ -10203,20 +10192,20 @@ }, { "name": "Trampoline", - "md5": "20b16bcb61396df304cad5e8886ceb46.png", + "md5": "8fa3c6fcff2f25f5fe7842d68dcfe5cf.png", "type": "costume", "tags": [ "sports" ], "info": [ - 100, - 41, - 1 + 400, + 164, + 2 ] }, { "name": "Tree1", - "md5": "8c40e2662c55d17bc384f47165ac43c1.svg", + "md5": "d04b15886635101db8220a4361c0c88d.svg", "type": "costume", "tags": [ "plants", @@ -10231,7 +10220,7 @@ }, { "name": "Trees-a", - "md5": "866ed2c2971bb04157e14e935ac8521c.svg", + "md5": "551b3fae8eab06b49013f54009a7767a.svg", "type": "costume", "tags": [ "plants", @@ -10246,7 +10235,7 @@ }, { "name": "Trees-b", - "md5": "f1393dde1bb0fc512577995b27616d86.svg", + "md5": "04758bd432a8b1cab527bddf14432147.svg", "type": "costume", "tags": [ "plants", @@ -10261,7 +10250,7 @@ }, { "name": "Truck-a", - "md5": "51404247db5cdbc082336dfa4c03d675.svg", + "md5": "aaa05abc5aa182a0d7bfdc6db0f3207a.svg", "type": "costume", "tags": [ "truck", @@ -10270,14 +10259,14 @@ "vehicle" ], "info": [ - 174, - 49, + 173, + 48, 1 ] }, { "name": "Truck-b", - "md5": "1887b8233d1b0728f715a3985f0e01b6.svg", + "md5": "63b00424bdabc3459e5bc554c6c21e06.svg", "type": "costume", "tags": [ "truck", @@ -10286,14 +10275,14 @@ "vehicle" ], "info": [ - 174, + 173, 58, 1 ] }, { "name": "Truck-c", - "md5": "e45bc3f87d9f603e588abe14b63b8e90.svg", + "md5": "ce077e6db3573062017f94c2e4a8caea.svg", "type": "costume", "tags": [ "truck", @@ -10302,14 +10291,14 @@ "vehicle" ], "info": [ - 174, - 58, + 173, + 57, 1 ] }, { "name": "Trumpet-a", - "md5": "36a48cc311fd28b4517e15d44b11587c.svg", + "md5": "47a1ec267505be96b678df30b92ec534.svg", "type": "costume", "tags": [ "music", @@ -10323,7 +10312,7 @@ }, { "name": "Trumpet-b", - "md5": "c04cdfd5f05ff2817b6ab78027ef5d22.svg", + "md5": "9a5c211622d6d2fed600c1809fccd21d.svg", "type": "costume", "tags": [ "music", @@ -10337,7 +10326,7 @@ }, { "name": "Unicorn", - "md5": "c491fd1867375aa0160b013788d188e5.svg", + "md5": "1439d51d9878276362b123c9045af6b5.svg", "type": "costume", "tags": [ "fantasy", @@ -10352,7 +10341,7 @@ }, { "name": "Unicorn 2", - "md5": "a04def38351e7fd805226345cac4fbfe.svg", + "md5": "dcbeac8e856c9ddd6c457376be6573c8.svg", "type": "costume", "tags": [ "fantasy", @@ -10369,7 +10358,7 @@ }, { "name": "Unicorn Running-a", - "md5": "d938a2bfbac8f3caf713d189fd993af5.svg", + "md5": "4709966d11b37e8a11d24c800e8b2859.svg", "type": "costume", "tags": [ "fantasy", @@ -10385,7 +10374,7 @@ }, { "name": "Unicorn Running-b", - "md5": "663618fcc0484879de6ad485b288c444.svg", + "md5": "fa5fe4596494a43db8c7957d2254aee3.svg", "type": "costume", "tags": [ "fantasy", @@ -10401,7 +10390,7 @@ }, { "name": "Unicorn Running-c", - "md5": "ceb2f88fe182bc61af4e3864f8b46bba.svg", + "md5": "f00efa25fc97f2cce2499771d6a5f809.svg", "type": "costume", "tags": [ "fantasy", @@ -10417,7 +10406,7 @@ }, { "name": "Unicorn Running-d", - "md5": "dddad08a2d03f406307ec7155f43c51c.svg", + "md5": "e111350b8bedefffee0d5e7e2490d446.svg", "type": "costume", "tags": [ "fantasy", @@ -10433,7 +10422,7 @@ }, { "name": "Unicorn Running-e", - "md5": "cf3a00e72f3fc20d9ad15379fdb7b424.svg", + "md5": "8feaeec435125227c675dd95f69ff835.svg", "type": "costume", "tags": [ "fantasy", @@ -10449,7 +10438,7 @@ }, { "name": "Unicorn Running-f", - "md5": "264a70e872af2d3f6b2abad85daf82ae.svg", + "md5": "1fb3d038e985c01899881bc5bb373c16.svg", "type": "costume", "tags": [ "fantasy", @@ -10465,7 +10454,7 @@ }, { "name": "Wand", - "md5": "1aa56e9ef7043eaf36ecfe8e330271b7.svg", + "md5": "c021f0c7e3086a11336421dd864b7812.svg", "type": "costume", "tags": [ "fantasy", @@ -10480,7 +10469,7 @@ }, { "name": "Wanda", - "md5": "450bc8fbd5ab6bc2e83576aad58cd07c.svg", + "md5": "0b008dabac95126132ab4e0c56d25400.svg", "type": "costume", "tags": [ "people" @@ -10493,7 +10482,7 @@ }, { "name": "Watermelon-a", - "md5": "8736ecc2524895733534c888cd91fa1f.svg", + "md5": "21d1340478e32a942914a7afd12b9f1a.svg", "type": "costume", "tags": [ "food", @@ -10521,8 +10510,8 @@ "plants" ], "info": [ - 22, - 27, + 23, + 28, 1 ] }, @@ -10539,13 +10528,13 @@ ], "info": [ 21, - 15, + 16, 1 ] }, { "name": "Winter Hat", - "md5": "62678324450bac2154703e2978e8ab61.svg", + "md5": "2672323e34d6dc82fda8fc3b057fa5aa.svg", "type": "costume", "tags": [ "fashion", @@ -10560,7 +10549,7 @@ }, { "name": "Witch", - "md5": "c991196a708294535a1dbdce7189c23c.svg", + "md5": "cb88688822815fb14d59a45fcc239da8.svg", "type": "costume", "tags": [ "fantasy", @@ -10578,7 +10567,7 @@ }, { "name": "Witch-a", - "md5": "cbc54e15cd62f0c16369587377636099.svg", + "md5": "44cbaf358d2d8e66815e447c25a4b72e.svg", "type": "costume", "tags": [ "fantasy", @@ -10596,7 +10585,7 @@ }, { "name": "Witch-b", - "md5": "64d2c4c51e6cb6008cd5e93f77e6f591.svg", + "md5": "b10fb75f426397e10c878fda19d92009.svg", "type": "costume", "tags": [ "fantasy", @@ -10614,7 +10603,7 @@ }, { "name": "Witch-c", - "md5": "00b768c3da5b4ee3efddf05d1eb88de2.svg", + "md5": "668c9dc76ba6a07bebabf5aed4623566.svg", "type": "costume", "tags": [ "fantasy", @@ -10632,7 +10621,7 @@ }, { "name": "Witch-d", - "md5": "4fe4c0ee34a9028f2c6988b7294a61c1.svg", + "md5": "a7e48fc790511fbd46b30b1cdcdc98fc.svg", "type": "costume", "tags": [ "fantasy", @@ -10650,7 +10639,7 @@ }, { "name": "Wizard Girl", - "md5": "dd40d3a2565990bcc24d2b36cd446394.svg", + "md5": "4be145d338d921b2d9d6dfd10cda4a6c.svg", "type": "costume", "tags": [ "people", @@ -10668,7 +10657,7 @@ }, { "name": "Wizard Hat", - "md5": "2da561a7e5cbfcda613f4750020d4aa5.svg", + "md5": "398e447e36465c2521fdb3a6917b0c65.svg", "type": "costume", "tags": [ "fashion", @@ -10683,7 +10672,7 @@ }, { "name": "Wizard-a", - "md5": "9632aab80fce1c5bdb58150b29cb0067.svg", + "md5": "91d495085eb4d02a375c42f6318071e7.svg", "type": "costume", "tags": [ "fantasy", @@ -10701,7 +10690,7 @@ }, { "name": "Wizard-b", - "md5": "36c9b8b93ddb2c392b7145862fc4e8d8.svg", + "md5": "55ba51188af86ca16ef30267e874c1ed.svg", "type": "costume", "tags": [ "fantasy", @@ -10719,7 +10708,7 @@ }, { "name": "Wizard-c", - "md5": "16d4d221a2182278cfa6b0621f455cf6.svg", + "md5": "df943c9894ee4b9df8c5893ce30c2a5f.svg", "type": "costume", "tags": [ "fantasy", @@ -10737,7 +10726,7 @@ }, { "name": "Wizard-toad-a", - "md5": "fd5c4cce36e866489febc227e23b21aa.svg", + "md5": "ca3bb4d397ecf6cda3edc48340af908b.svg", "type": "costume", "tags": [ "fantasy", @@ -10757,7 +10746,7 @@ }, { "name": "Wizard-toad-b", - "md5": "4c260807d4ac4c0ad39760f1efeef1de.svg", + "md5": "4041d5a2d1869e81268b9b92b49013a3.svg", "type": "costume", "tags": [ "fantasy", @@ -10776,7 +10765,7 @@ }, { "name": "Zebra-a", - "md5": "f58632e6b34fa8f9b35219e52ed2c864.svg", + "md5": "0e3bc5073305b7079b5e9a8c7b7d7f9b.svg", "type": "costume", "tags": [ "animals", @@ -10792,7 +10781,7 @@ }, { "name": "Zebra-b", - "md5": "ea23797598a55938a2d46f2b0a389fd6.svg", + "md5": "f3e322a25b9f79801066056de6f33fb1.svg", "type": "costume", "tags": [ "animals", @@ -10808,7 +10797,7 @@ }, { "name": "Block-a", - "md5": "602a16930a8050e1298e1a0ae844363e.svg", + "md5": "ef3b01f6fc1ffa1270fbbf057f7ded42.svg", "type": "costume", "tags": [ "alphabet", @@ -10822,7 +10811,7 @@ }, { "name": "Block-b", - "md5": "f8c683cf71660e8ac1f8855599857a25.svg", + "md5": "1dc05fbaa37a6b41ffff459d0a776989.svg", "type": "costume", "tags": [ "alphabet", @@ -10836,7 +10825,7 @@ }, { "name": "Block-c", - "md5": "f8f4cc686ffc5a4113a99f70b09abd32.svg", + "md5": "43090c4b423c977041542ce12017fda0.svg", "type": "costume", "tags": [ "alphabet", @@ -10850,7 +10839,7 @@ }, { "name": "Block-d", - "md5": "aee2d71ef0293b33479bff9423d16b67.svg", + "md5": "1fb3db31500d6f7da662e825157920fa.svg", "type": "costume", "tags": [ "alphabet", @@ -10864,7 +10853,7 @@ }, { "name": "Block-e", - "md5": "16c6257316ff94cc7539ccdfc24e5fb8.svg", + "md5": "240aacc04444cef3b2ef8cfaf0dae479.svg", "type": "costume", "tags": [ "alphabet", @@ -10878,7 +10867,7 @@ }, { "name": "Block-f", - "md5": "34c090c1f573c569332ead68cb99b595.svg", + "md5": "d88d750ce848d7dbeeca3f02249350e2.svg", "type": "costume", "tags": [ "alphabet", @@ -10892,7 +10881,7 @@ }, { "name": "Block-g", - "md5": "8bb2382627004eb08ff10ea8171cc724.svg", + "md5": "989c76ae7f8c2e42ebeacdda961061ca.svg", "type": "costume", "tags": [ "alphabet", @@ -10906,7 +10895,7 @@ }, { "name": "Block-h", - "md5": "f1578807d4a124fc02b639a8febeaab3.svg", + "md5": "93426b2f313d1bdedff368d94fc989d6.svg", "type": "costume", "tags": [ "alphabet", @@ -10920,7 +10909,7 @@ }, { "name": "Block-i", - "md5": "341bc70442886d6fdf959f2a97a63554.svg", + "md5": "f911b18605f59c75adf4d83e07811fd8.svg", "type": "costume", "tags": [ "alphabet", @@ -10934,7 +10923,7 @@ }, { "name": "Block-j", - "md5": "4b420cce964beedf2c1dc43faa59fdec.svg", + "md5": "8580c990ac918577550165447f870542.svg", "type": "costume", "tags": [ "alphabet", @@ -10948,7 +10937,7 @@ }, { "name": "Block-k", - "md5": "19601cc33449813aa93a47c63167e5c1.svg", + "md5": "d93a9fd4bfb5bc1e9790945fa756b748.svg", "type": "costume", "tags": [ "alphabet", @@ -10962,7 +10951,7 @@ }, { "name": "Block-l", - "md5": "87358e3c9b9f5be4376253ce08d0192d.svg", + "md5": "579c90cbaf847e9adf4faf37f340b32d.svg", "type": "costume", "tags": [ "alphabet", @@ -10976,7 +10965,7 @@ }, { "name": "Block-m", - "md5": "7ba0642be1f0080c0d273ea96e29b1e8.svg", + "md5": "6c5cf1fd0673f441b04e15e799685831.svg", "type": "costume", "tags": [ "alphabet", @@ -10990,7 +10979,7 @@ }, { "name": "Block-n", - "md5": "6c1fbc57821744bd9356ce9a21ed70f7.svg", + "md5": "9eba5dd44d65e1d421c40686fecde906.svg", "type": "costume", "tags": [ "alphabet", @@ -11004,7 +10993,7 @@ }, { "name": "Block-o", - "md5": "e88638200a73e167d0e266a343019cec.svg", + "md5": "8bbbde09c13a06015e554ab36fa178c0.svg", "type": "costume", "tags": [ "alphabet", @@ -11018,7 +11007,7 @@ }, { "name": "Block-p", - "md5": "ad2fc3a1c6538678915633a11ab6ec73.svg", + "md5": "0f920b99ac49421cf28e55c8d863bdc5.svg", "type": "costume", "tags": [ "alphabet", @@ -11032,7 +11021,7 @@ }, { "name": "Block-q", - "md5": "64da9da8684c74deb567dbdb661d3a52.svg", + "md5": "67f8e80eabaec4883eb9c67c9527004a.svg", "type": "costume", "tags": [ "alphabet", @@ -11046,7 +11035,7 @@ }, { "name": "Block-r", - "md5": "73e8d46f7475476d8cb4cfcfc75ee50d.svg", + "md5": "9d0432c5575451e251990d89845f8d00.svg", "type": "costume", "tags": [ "alphabet", @@ -11060,7 +11049,7 @@ }, { "name": "Block-s", - "md5": "9feb5593fed51e88dbb3128cfc290d29.svg", + "md5": "83c7486b08e78d099b4e776aaa2783fe.svg", "type": "costume", "tags": [ "alphabet", @@ -11074,7 +11063,7 @@ }, { "name": "Block-t", - "md5": "d29c1caf5cf195740c38f279e82a77a4.svg", + "md5": "6c1b26611ec0483f601a648f59305aff.svg", "type": "costume", "tags": [ "alphabet", @@ -11088,7 +11077,7 @@ }, { "name": "Block-u", - "md5": "faef46b7bf589c36300142f6f03c5d32.svg", + "md5": "d02f77994789f528f0aaa7f211690151.svg", "type": "costume", "tags": [ "alphabet", @@ -11102,7 +11091,7 @@ }, { "name": "Block-v", - "md5": "65e2f4821ab084827e22920acb61c92b.svg", + "md5": "0654cfcb6234406837336e90be7e419c.svg", "type": "costume", "tags": [ "alphabet", @@ -11116,7 +11105,7 @@ }, { "name": "Block-w", - "md5": "5ab197b4f70b2f98a3658c7ccdc3351d.svg", + "md5": "2b3145ae89c32793c4fcea9a6bcc6075.svg", "type": "costume", "tags": [ "alphabet", @@ -11130,7 +11119,7 @@ }, { "name": "Block-x", - "md5": "cb9dff35f05e823d954e47e4a717a48c.svg", + "md5": "a73f354dc045bbbc5a491d9367192a80.svg", "type": "costume", "tags": [ "alphabet", @@ -11144,7 +11133,7 @@ }, { "name": "Block-y", - "md5": "4c13c440bcb35c8c3aa6226374fced3f.svg", + "md5": "e13e79f106d32a3176dbcf5c1b35827d.svg", "type": "costume", "tags": [ "alphabet", @@ -11158,7 +11147,7 @@ }, { "name": "Block-z", - "md5": "0ccff1898f1bf1b25333d581db09fae2.svg", + "md5": "c57d371b291d43675f46601518098572.svg", "type": "costume", "tags": [ "alphabet", @@ -11172,7 +11161,7 @@ }, { "name": "Glow-0", - "md5": "38b2b342659adc6fa289090975e0e71d.svg", + "md5": "64b59074f24d0e2405a509a45c0dadba.svg", "type": "costume", "tags": [ "numbers", @@ -11186,7 +11175,7 @@ }, { "name": "Glow-1", - "md5": "2c88706210672655401fe09edd8ff6a7.svg", + "md5": "9f75c26aa6c56168a3e5a4f598de2c94.svg", "type": "costume", "tags": [ "numbers", @@ -11200,7 +11189,7 @@ }, { "name": "Glow-2", - "md5": "b9faa5708a799a1607f0325a7af2561c.svg", + "md5": "e8d8bf59db37b5012dd643a16a636042.svg", "type": "costume", "tags": [ "numbers", @@ -11214,7 +11203,7 @@ }, { "name": "Glow-3", - "md5": "cf42a50552ce26032ead712ac4f36c23.svg", + "md5": "57f7afe3b9888cca56803b73a62e4227.svg", "type": "costume", "tags": [ "numbers", @@ -11228,7 +11217,7 @@ }, { "name": "Glow-4", - "md5": "3ffa6aee373e28fc36b9395ac4d0467e.svg", + "md5": "b8209e1980475b30ff11e60d7633446d.svg", "type": "costume", "tags": [ "numbers", @@ -11242,7 +11231,7 @@ }, { "name": "Glow-5", - "md5": "85d87d32e7e9e6be122c905b0d2e7e33.svg", + "md5": "aacb5b3cec637f192f080138b4ccd8d2.svg", "type": "costume", "tags": [ "numbers", @@ -11256,7 +11245,7 @@ }, { "name": "Glow-6", - "md5": "62cc2a6def27f19d11ed56e86e95aac5.svg", + "md5": "84d9f26050c709e6b98706c22d2efb3d.svg", "type": "costume", "tags": [ "numbers", @@ -11270,7 +11259,7 @@ }, { "name": "Glow-7", - "md5": "8887983eb4df2e62a2ed4770a1d98d60.svg", + "md5": "6194b9a251a905d0001a969990961724.svg", "type": "costume", "tags": [ "numbers", @@ -11284,7 +11273,7 @@ }, { "name": "Glow-8", - "md5": "4c42c4cb0c1e090d0f9570416d3c80c8.svg", + "md5": "55e95fb9c60fbebb7d20bba99c7e9609.svg", "type": "costume", "tags": [ "numbers", @@ -11298,7 +11287,7 @@ }, { "name": "Glow-9", - "md5": "7bcb7e2e48f5cb770c83d4267922fec0.svg", + "md5": "0f53ee6a988bda07cba561d38bfbc36f.svg", "type": "costume", "tags": [ "numbers", @@ -11312,7 +11301,7 @@ }, { "name": "Glow-A", - "md5": "d5aa299350c24c747200a64b63b1aa52.svg", + "md5": "fd470938cce54248aaf240b16e845456.svg", "type": "costume", "tags": [ "alphabet", @@ -11326,7 +11315,7 @@ }, { "name": "Glow-B", - "md5": "a2e95f268a6cab03f3e94b3b0b792d83.svg", + "md5": "a699fa024889b681d8b8b6c5c86acb6d.svg", "type": "costume", "tags": [ "alphabet", @@ -11340,7 +11329,7 @@ }, { "name": "Glow-C", - "md5": "9779a4a40934f04a4bf84920b258d7c9.svg", + "md5": "51b8a7dd7a8cddc5bc30e35824cc557a.svg", "type": "costume", "tags": [ "alphabet", @@ -11354,7 +11343,7 @@ }, { "name": "Glow-D", - "md5": "3555b8bbbbcdc00354bf6fa81ac7042f.svg", + "md5": "a3a66e37de8d7ebe0505594e036ef6d1.svg", "type": "costume", "tags": [ "alphabet", @@ -11368,7 +11357,7 @@ }, { "name": "Glow-E", - "md5": "44dbc655d5ac9f13618473848e23484e.svg", + "md5": "80382a5db3fa556276068165c547b432.svg", "type": "costume", "tags": [ "alphabet", @@ -11382,7 +11371,7 @@ }, { "name": "Glow-F", - "md5": "dec417e749e43d7de3985155f5f5a7a0.svg", + "md5": "67239f7d47f7b92bc38e2d8b275d54ab.svg", "type": "costume", "tags": [ "alphabet", @@ -11396,7 +11385,7 @@ }, { "name": "Glow-G", - "md5": "cf4aa465cd8fb7049cc571d7546a7eb1.svg", + "md5": "56839bc48957869d980c6f9b6f5a2a91.svg", "type": "costume", "tags": [ "alphabet", @@ -11410,7 +11399,7 @@ }, { "name": "Glow-H", - "md5": "8d9bd5f00ea1ac6f92d0f97ee491b0f3.svg", + "md5": "d6016c6494153cd5735ee4b6a1b05277.svg", "type": "costume", "tags": [ "alphabet", @@ -11424,7 +11413,7 @@ }, { "name": "Glow-I", - "md5": "0e86de55840103dcd50199ab2b765de7.svg", + "md5": "9077988af075c80cc403b1d6e5891528.svg", "type": "costume", "tags": [ "alphabet", @@ -11438,7 +11427,7 @@ }, { "name": "Glow-J", - "md5": "b3832145eacc39f91bd3a9a6673fa05c.svg", + "md5": "6c359eff57abf5bb6db55894d08757c3.svg", "type": "costume", "tags": [ "alphabet", @@ -11452,7 +11441,7 @@ }, { "name": "Glow-K", - "md5": "f4e37a7552ba05e995613211a7146de5.svg", + "md5": "e932898d1e6fe3950a266fccaba0c3e6.svg", "type": "costume", "tags": [ "alphabet", @@ -11466,7 +11455,7 @@ }, { "name": "Glow-L", - "md5": "a75e45773ea6afaf8ae44f79f936fc82.svg", + "md5": "dcee9202cf20e0395971f1ee73c45d37.svg", "type": "costume", "tags": [ "alphabet", @@ -11480,7 +11469,7 @@ }, { "name": "Glow-M", - "md5": "219b06faa5b816347165450d148213b4.svg", + "md5": "26f81aa5990bf2371acaa8d76fe1e87f.svg", "type": "costume", "tags": [ "alphabet", @@ -11494,7 +11483,7 @@ }, { "name": "Glow-N", - "md5": "4b724479fb3b2184fd8be6f83fb20e54.svg", + "md5": "d55a04ada14958eccc4aef446a4dad57.svg", "type": "costume", "tags": [ "alphabet", @@ -11508,7 +11497,7 @@ }, { "name": "Glow-O", - "md5": "38b2b342659adc6fa289090975e0e71d.svg", + "md5": "64b59074f24d0e2405a509a45c0dadba.svg", "type": "costume", "tags": [ "alphabet", @@ -11522,7 +11511,7 @@ }, { "name": "Glow-P", - "md5": "1cfa849cc967069730b7e9d0809c9dc1.svg", + "md5": "c6edc2603ad4db3aa0b29f80e3e38cff.svg", "type": "costume", "tags": [ "alphabet", @@ -11536,7 +11525,7 @@ }, { "name": "Glow-Q", - "md5": "9d35979e9404ac234301269fcd7de288.svg", + "md5": "e4ae18bf8b92ae375ce818d754588c76.svg", "type": "costume", "tags": [ "alphabet", @@ -11550,7 +11539,7 @@ }, { "name": "Glow-R", - "md5": "fc067ee076ecaba8430ccd54d9414c1b.svg", + "md5": "bb11b49e19c68452331e78d51081ab42.svg", "type": "costume", "tags": [ "alphabet", @@ -11564,7 +11553,7 @@ }, { "name": "Glow-S", - "md5": "19a93db8a294ccaec4d6eef4020a446f.svg", + "md5": "6fd994b41bcf776fbf1f1521a879f1af.svg", "type": "costume", "tags": [ "alphabet", @@ -11578,7 +11567,7 @@ }, { "name": "Glow-T", - "md5": "d7bcda522a1e9504dafcf2fa0fcde39b.svg", + "md5": "d687543649a676a14f408b5890d45f05.svg", "type": "costume", "tags": [ "alphabet", @@ -11592,7 +11581,7 @@ }, { "name": "Glow-U", - "md5": "790482a3c3691a1e96ef34eee7303872.svg", + "md5": "cb8ef2244400a57ba08e918cb4fe8bba.svg", "type": "costume", "tags": [ "alphabet", @@ -11606,7 +11595,7 @@ }, { "name": "Glow-V", - "md5": "6a00388d8dc6be645b843cef9c22681c.svg", + "md5": "c6edc1ac2c5979f389598537cfb28096.svg", "type": "costume", "tags": [ "alphabet", @@ -11620,7 +11609,7 @@ }, { "name": "Glow-W", - "md5": "1a9ea7305a85b271c1de79beafe16cb4.svg", + "md5": "2e0c2bb46c4ca3cf97779f749b1556f6.svg", "type": "costume", "tags": [ "alphabet", @@ -11634,7 +11623,7 @@ }, { "name": "Glow-X", - "md5": "ec4e65b9ae475a676973128f4205df5f.svg", + "md5": "0b98a63dcc55251072a95a6c6bf7f6f2.svg", "type": "costume", "tags": [ "alphabet", @@ -11648,7 +11637,7 @@ }, { "name": "Glow-Y", - "md5": "683cd093bb3b254733a15df6f843464c.svg", + "md5": "532494c9b5e6709f9982c00a48ce6870.svg", "type": "costume", "tags": [ "alphabet", @@ -11662,7 +11651,7 @@ }, { "name": "Glow-Z", - "md5": "db89a4c9b123123542e0b7556ed3ff9f.svg", + "md5": "2d94d83dcc9ee3a107e5ea7ef0dddeb0.svg", "type": "costume", "tags": [ "alphabet", @@ -11676,7 +11665,7 @@ }, { "name": "story-A-1", - "md5": "5406b37278d819d4787a588b9c91f68e.svg", + "md5": "4b1beecd9a8892df0918242b2b5fbd4c.svg", "type": "costume", "tags": [ "alphabet", @@ -11690,7 +11679,7 @@ }, { "name": "story-A-2", - "md5": "f277943adf8d79b41b9b568321a786ee.svg", + "md5": "7a6fdf5e26fc690879f8e215bfdec4d5.svg", "type": "costume", "tags": [ "alphabet", @@ -11704,7 +11693,7 @@ }, { "name": "story-A-3", - "md5": "cc0cc7ae3240eab7d040e148cc663325.svg", + "md5": "3c46f5192d2c29f957381e0100c6085d.svg", "type": "costume", "tags": [ "alphabet", @@ -11718,7 +11707,7 @@ }, { "name": "story-B-1", - "md5": "2a8fac3c82d95f13203843a597b5757b.svg", + "md5": "a09376e1eacf17be3c9fbd268674b9f7.svg", "type": "costume", "tags": [ "alphabet", @@ -11732,7 +11721,7 @@ }, { "name": "story-B-2", - "md5": "07fa4ebc421d84743b6ced189dd2f9cf.svg", + "md5": "5f8301434ce176ab328f5b658ee1ec05.svg", "type": "costume", "tags": [ "alphabet", @@ -11746,7 +11735,7 @@ }, { "name": "story-B-3", - "md5": "6c9a9203155f93f24f31b30e3bd76b6d.svg", + "md5": "22817ed2e4253787c78d7b696bbefdc1.svg", "type": "costume", "tags": [ "alphabet", @@ -11760,7 +11749,7 @@ }, { "name": "story-C-1", - "md5": "144845715016910e88e2a223ed4d3df1.svg", + "md5": "5e61610cbba50ba86f18830f61bbaecb.svg", "type": "costume", "tags": [ "alphabet", @@ -11774,7 +11763,7 @@ }, { "name": "story-C-2", - "md5": "1045c56c4be3d8d0650579864417fbc7.svg", + "md5": "f6ff602902affbae2f89b389f08df432.svg", "type": "costume", "tags": [ "alphabet", @@ -11788,7 +11777,7 @@ }, { "name": "story-C-3", - "md5": "c8fd35294d17a369fecb6d6e4725d04a.svg", + "md5": "6bd5cb8bc3e4df5e055f4c56dd630855.svg", "type": "costume", "tags": [ "alphabet", @@ -11802,7 +11791,7 @@ }, { "name": "story-D-1", - "md5": "dfd362f2da975c20aa7849a8fa2fb4df.svg", + "md5": "130cc4b9ad8dd8936d22c51c05ac6860.svg", "type": "costume", "tags": [ "alphabet", @@ -11816,7 +11805,7 @@ }, { "name": "story-D-2", - "md5": "3e4cc4cff08bb42bc690eff66dffbbe9.svg", + "md5": "b28d76f648ad24932a18cb40c8d76bc5.svg", "type": "costume", "tags": [ "alphabet", @@ -11830,7 +11819,7 @@ }, { "name": "story-D-3", - "md5": "bd7f984fe82d9d0fdcff0a87b3c0f9e0.svg", + "md5": "dd713e3bf42d7a4fd8d2f12094db1c63.svg", "type": "costume", "tags": [ "alphabet", @@ -11844,7 +11833,7 @@ }, { "name": "story-E-1", - "md5": "56473bacbdf6f0dbca1afb04e5aebaf7.svg", + "md5": "3005df22798da45f1daf1de7421bb91d.svg", "type": "costume", "tags": [ "alphabet", @@ -11858,7 +11847,7 @@ }, { "name": "story-E-2", - "md5": "8bba14966fe35f0dccb66ef06a9843ca.svg", + "md5": "add5c5a8eec67eb010b5cbd44dea5c8d.svg", "type": "costume", "tags": [ "alphabet", @@ -11872,7 +11861,7 @@ }, { "name": "story-E-3", - "md5": "e8cfc63375f6d6c2a580823489427f38.svg", + "md5": "4e903ac41a7e16a52efff8477f2398c7.svg", "type": "costume", "tags": [ "alphabet", @@ -11886,7 +11875,7 @@ }, { "name": "story-F-1", - "md5": "5844ff29fc8663c8613f12169d2f07ef.svg", + "md5": "83565581ecc9f7d4010efd8683a99393.svg", "type": "costume", "tags": [ "alphabet", @@ -11900,7 +11889,7 @@ }, { "name": "story-F-2", - "md5": "0dbe4a064abea1a9a3bc0d2732643e6b.svg", + "md5": "4a3ae31dd3dd3b96239a0307cfdaa1b6.svg", "type": "costume", "tags": [ "alphabet", @@ -11914,7 +11903,7 @@ }, { "name": "story-F-3", - "md5": "3db373f4482e391e66d1b06335a96144.svg", + "md5": "d4ec9a1827429f4e2f3dc239dcc15b95.svg", "type": "costume", "tags": [ "alphabet", @@ -11928,7 +11917,7 @@ }, { "name": "story-G-1", - "md5": "ee6454d15fbbe93e908a2ebbfad483a0.svg", + "md5": "85144902cc61fe98dca513b74276d7d8.svg", "type": "costume", "tags": [ "alphabet", @@ -11942,7 +11931,7 @@ }, { "name": "story-G-2", - "md5": "991023d303f79ce092f070392ffbd69f.svg", + "md5": "648cfdd48a7f748e6198194669ba1909.svg", "type": "costume", "tags": [ "alphabet", @@ -11956,7 +11945,7 @@ }, { "name": "story-G-3", - "md5": "38f22c0d8dbe541bde409ba1f241d4c1.svg", + "md5": "8fb61932544adbe8c95b067ad1351758.svg", "type": "costume", "tags": [ "alphabet", @@ -11970,7 +11959,7 @@ }, { "name": "story-H-1", - "md5": "2a0e1308d6cb806818af696a89b21863.svg", + "md5": "eec286b1cfea3f219a5b486931abedd2.svg", "type": "costume", "tags": [ "alphabet", @@ -11984,7 +11973,7 @@ }, { "name": "story-H-2", - "md5": "ca33be5270308a695c9b88af73f590dc.svg", + "md5": "70520daa9f82a2347c8a8fa9e7fe1a6e.svg", "type": "costume", "tags": [ "alphabet", @@ -11998,7 +11987,7 @@ }, { "name": "story-H-3", - "md5": "668ba2b891f82ce78d8590f0287632b1.svg", + "md5": "99aae97a2b49904db7eeb813fa968582.svg", "type": "costume", "tags": [ "alphabet", @@ -12012,7 +12001,7 @@ }, { "name": "story-I-1", - "md5": "705297637ea83af5b94b6fe2e34aeef4.svg", + "md5": "2c156e20da1ad4e8e397a89ad8fb1c26.svg", "type": "costume", "tags": [ "alphabet", @@ -12026,7 +12015,7 @@ }, { "name": "story-I-2", - "md5": "7b3ae96764795727fa1cb0be68a9ca5e.svg", + "md5": "1bceea90292a51a7177abf581f28bf2c.svg", "type": "costume", "tags": [ "alphabet", @@ -12040,7 +12029,7 @@ }, { "name": "story-I-3", - "md5": "3475aa570304accb7e6dbd2516234135.svg", + "md5": "9cad752323aa81dfa8d8cf009057b108.svg", "type": "costume", "tags": [ "alphabet", @@ -12054,7 +12043,7 @@ }, { "name": "story-J-1", - "md5": "ac2e7eaecb80c5501e5e56802d03af00.svg", + "md5": "2838de5d131785c985eb0eab25ec63af.svg", "type": "costume", "tags": [ "alphabet", @@ -12068,7 +12057,7 @@ }, { "name": "story-J-2", - "md5": "0ab9a94fc2e32160efc113a8e5ffb984.svg", + "md5": "7d7d6f257a6bf3668a0befa4199f16a0.svg", "type": "costume", "tags": [ "alphabet", @@ -12082,7 +12071,7 @@ }, { "name": "story-J-3", - "md5": "c9356a022cfbc25be6c484e9781e4637.svg", + "md5": "d5b58ddd6f6b4fdcfdfd86d102853935.svg", "type": "costume", "tags": [ "alphabet", @@ -12096,7 +12085,7 @@ }, { "name": "story-K-1", - "md5": "62dcc92dc3c6cb0271244190320c4f71.svg", + "md5": "0cb908dbc38635cc595e6060afc1b682.svg", "type": "costume", "tags": [ "alphabet", @@ -12110,7 +12099,7 @@ }, { "name": "story-K-2", - "md5": "ef02339e8a0382367f0b5a414915b885.svg", + "md5": "ecf86afea23fd95e27d4e63659adbfa6.svg", "type": "costume", "tags": [ "alphabet", @@ -12124,7 +12113,7 @@ }, { "name": "story-K-3", - "md5": "07977708617d12381b22d1ee0f4926a3.svg", + "md5": "17ef8f63a2a8f47258bd62cf642fd8d6.svg", "type": "costume", "tags": [ "alphabet", @@ -12138,7 +12127,7 @@ }, { "name": "story-L-1", - "md5": "7ce306e9c9c0dd0a24279606301f1d05.svg", + "md5": "935c7cf21c35523c0a232013a6399a49.svg", "type": "costume", "tags": [ "alphabet", @@ -12152,7 +12141,7 @@ }, { "name": "story-L-2", - "md5": "067c21a9b2f91ed33e07131ce5a59210.svg", + "md5": "0fc3ac08468935694255ef8a461d4d26.svg", "type": "costume", "tags": [ "alphabet", @@ -12166,7 +12155,7 @@ }, { "name": "story-L-3", - "md5": "488d66f17c0089a7796d44cfc70792e8.svg", + "md5": "ec4d85a60c32c7637de31dbf503266a0.svg", "type": "costume", "tags": [ "alphabet", @@ -12180,7 +12169,7 @@ }, { "name": "story-M-1", - "md5": "b27f166f9ab4a3fb93a50a77c58c3df3.svg", + "md5": "9bf9e677da34528433d3c1acb945e2df.svg", "type": "costume", "tags": [ "alphabet", @@ -12194,7 +12183,7 @@ }, { "name": "story-M-2", - "md5": "55f00a23d0f5cc57be9533f126a7ac8c.svg", + "md5": "42e5468fa164e001925d5a49d372f4b1.svg", "type": "costume", "tags": [ "alphabet", @@ -12208,7 +12197,7 @@ }, { "name": "story-M-3", - "md5": "613df2bd97784a239ab992f7a95458a0.svg", + "md5": "643896fcad0a1bf6eb9f3f590094687c.svg", "type": "costume", "tags": [ "alphabet", @@ -12222,7 +12211,7 @@ }, { "name": "story-N-1", - "md5": "293589fd5bbc358a20c165ab49c19833.svg", + "md5": "c2f77473dd16d1a3713218b05390a688.svg", "type": "costume", "tags": [ "alphabet", @@ -12236,7 +12225,7 @@ }, { "name": "story-N-2", - "md5": "5e07ee61cb20bc575720774584dfec53.svg", + "md5": "80c8f32282b697097933837905a6f257.svg", "type": "costume", "tags": [ "alphabet", @@ -12250,7 +12239,7 @@ }, { "name": "story-N-3", - "md5": "435697335345f946d943c1d89fdb459a.svg", + "md5": "40ffad793f4042a5fe7b3aaa6bc175ae.svg", "type": "costume", "tags": [ "alphabet", @@ -12264,7 +12253,7 @@ }, { "name": "story-O-1", - "md5": "088beed7ce0dff554da06f54d0558bc0.svg", + "md5": "40bf3880b678beeda8cf708a51a4402d.svg", "type": "costume", "tags": [ "alphabet", @@ -12278,7 +12267,7 @@ }, { "name": "story-O-2", - "md5": "e8fa671bb1ca53c044bfb27225321c25.svg", + "md5": "0bdd31ea2b3b78d0c39022795a49c69a.svg", "type": "costume", "tags": [ "alphabet", @@ -12292,7 +12281,7 @@ }, { "name": "story-O-3", - "md5": "a132bf3d4084ef8ca9e0797f64c0f082.svg", + "md5": "43a89fc1442627ca48b1dc631c517942.svg", "type": "costume", "tags": [ "alphabet", @@ -12306,7 +12295,7 @@ }, { "name": "story-P-1", - "md5": "ad4a101b83f28ced16849be3e393caa9.svg", + "md5": "1a41f74cd76d7202d8b22ffc7729e03f.svg", "type": "costume", "tags": [ "alphabet", @@ -12320,7 +12309,7 @@ }, { "name": "story-P-2", - "md5": "781c42f9da36bbc0ee3775f18ac98124.svg", + "md5": "377eac55366670a03c469705c6689f09.svg", "type": "costume", "tags": [ "alphabet", @@ -12334,7 +12323,7 @@ }, { "name": "story-P-3", - "md5": "bcaec7c778920d8d74c275c1aff634fe.svg", + "md5": "9cf707e83af27c47e74adb77496ffca5.svg", "type": "costume", "tags": [ "alphabet", @@ -12348,7 +12337,7 @@ }, { "name": "story-Q-1", - "md5": "484e44f908e84d795c87cf994364e722.svg", + "md5": "84a6dc992bce018a1eac9be0173ad917.svg", "type": "costume", "tags": [ "alphabet", @@ -12362,7 +12351,7 @@ }, { "name": "story-Q-2", - "md5": "31f28be74dc7de42a5c4a38504d666ca.svg", + "md5": "efc27a91c30d6a511be4245e36684192.svg", "type": "costume", "tags": [ "alphabet", @@ -12376,7 +12365,7 @@ }, { "name": "story-Q-3", - "md5": "aef19097378515308e934a79f147032e.svg", + "md5": "01acd1076994a4379a3fc9e034bc05fc.svg", "type": "costume", "tags": [ "alphabet", @@ -12390,7 +12379,7 @@ }, { "name": "story-R-1", - "md5": "55999cb6783ef8351d841294d75af942.svg", + "md5": "4f217b14a161fcd9590614b0733100ea.svg", "type": "costume", "tags": [ "alphabet", @@ -12404,7 +12393,7 @@ }, { "name": "story-R-2", - "md5": "926f8ff770cb15b42b12f209fd02d98c.svg", + "md5": "3c3f44aba3eff8856472e06b333a7201.svg", "type": "costume", "tags": [ "alphabet", @@ -12418,7 +12407,7 @@ }, { "name": "story-R-3", - "md5": "a66d8f0ba6d40c624873edc8df58c014.svg", + "md5": "5c1d38d02ae9c4df7851a6e9d52f25b4.svg", "type": "costume", "tags": [ "alphabet", @@ -12432,7 +12421,7 @@ }, { "name": "story-S-1", - "md5": "fca1555f335392f1c4ef620bf098c0de.svg", + "md5": "47b9f910048ce4db93bdfbcd2638e19a.svg", "type": "costume", "tags": [ "alphabet", @@ -12446,7 +12435,7 @@ }, { "name": "story-S-2", - "md5": "c529ed7b40f4a949539f8f454e3fe475.svg", + "md5": "5a113fcacd35ababbf23c5a9289433d1.svg", "type": "costume", "tags": [ "alphabet", @@ -12460,7 +12449,7 @@ }, { "name": "story-S-3", - "md5": "e96388c9197733bdadbad3ce014c0e59.svg", + "md5": "fd2a94481c3ef0c223784b2f3c6df874.svg", "type": "costume", "tags": [ "alphabet", @@ -12474,7 +12463,7 @@ }, { "name": "story-T-1", - "md5": "d3b342c795a620b69639c02a419e8535.svg", + "md5": "001a2186db228fdd9bfbf3f15800bb63.svg", "type": "costume", "tags": [ "alphabet", @@ -12488,7 +12477,7 @@ }, { "name": "story-T-2", - "md5": "eeb0fd25c9273747ac38766d1959ba2b.svg", + "md5": "b61e1ac30aa2f35d4fd8c23fab1f76ea.svg", "type": "costume", "tags": [ "alphabet", @@ -12502,7 +12491,7 @@ }, { "name": "story-T-3", - "md5": "a9683d4946b08a76864a51bd21d811cb.svg", + "md5": "66b22b0ff0a5c1c205a701316ab954cf.svg", "type": "costume", "tags": [ "alphabet", @@ -12516,7 +12505,7 @@ }, { "name": "story-U-1", - "md5": "fcf99b6e8aeb2d504e1e9b2194640916.svg", + "md5": "cfb334b977b8f2a39aa56b1e0532829e.svg", "type": "costume", "tags": [ "alphabet", @@ -12530,7 +12519,7 @@ }, { "name": "story-U-2", - "md5": "f442802f17225d6506ac9718810f179e.svg", + "md5": "51dd73c840ba3aca0f9770e13cb14fb3.svg", "type": "costume", "tags": [ "alphabet", @@ -12544,7 +12533,7 @@ }, { "name": "story-U-3", - "md5": "0779f03a6589c60352b1d4806a4a61c0.svg", + "md5": "f6b7b4da5362fdac29d84f1fbf19e3f4.svg", "type": "costume", "tags": [ "alphabet", @@ -12558,7 +12547,7 @@ }, { "name": "story-V-1", - "md5": "750b47f1de2143f76354239b27e1e5f0.svg", + "md5": "f27e7a4216665a6eab43fe9b4b5ec934.svg", "type": "costume", "tags": [ "alphabet", @@ -12572,7 +12561,7 @@ }, { "name": "story-V-2", - "md5": "03de7add77e31799ca568a9c671012b4.svg", + "md5": "43a8993221848f90e9f37664e7832b4a.svg", "type": "costume", "tags": [ "alphabet", @@ -12586,7 +12575,7 @@ }, { "name": "story-V-3", - "md5": "29befe20b105b69471f5507d025ec3e0.svg", + "md5": "d5c20886e3eb0ca0f5430c9482b1d832.svg", "type": "costume", "tags": [ "alphabet", @@ -12600,7 +12589,7 @@ }, { "name": "story-W-1", - "md5": "7d9d4c0da9bd1a3ddf253d1bea26f4e9.svg", + "md5": "396e27d20d1a49edaa106ba6d667cedd.svg", "type": "costume", "tags": [ "alphabet", @@ -12614,7 +12603,7 @@ }, { "name": "story-W-2", - "md5": "c0f48eb69cae4a611d3e7b7e06b0d1c1.svg", + "md5": "f21ba826cd88c376e868f079d6df273c.svg", "type": "costume", "tags": [ "alphabet", @@ -12628,7 +12617,7 @@ }, { "name": "story-W-3", - "md5": "d1c922c9e9d53d2f6f36ca637e85de6b.svg", + "md5": "528df57da4490f6da8c75da06a1367f5.svg", "type": "costume", "tags": [ "alphabet", @@ -12642,7 +12631,7 @@ }, { "name": "story-X-1", - "md5": "92c452555b3d5a4993f107810043ea03.svg", + "md5": "db0c1a6499169aac6639a1a0076658ce.svg", "type": "costume", "tags": [ "alphabet", @@ -12656,7 +12645,7 @@ }, { "name": "story-X-2", - "md5": "f688425da41c2b7f80d4b8752de69bc9.svg", + "md5": "ca4e3e84788bdeea42dd5ed952d5a66c.svg", "type": "costume", "tags": [ "alphabet", @@ -12670,7 +12659,7 @@ }, { "name": "story-X-3", - "md5": "ec90479a0ce3c7706f1916daef0f3c67.svg", + "md5": "04be1176e562eff16f1159f69945a82e.svg", "type": "costume", "tags": [ "alphabet", @@ -12684,7 +12673,7 @@ }, { "name": "story-Y-1", - "md5": "b3c252450d413fc75be0eafdbe4490dc.svg", + "md5": "59275f907633ce02074f787e5767bfde.svg", "type": "costume", "tags": [ "alphabet", @@ -12698,7 +12687,7 @@ }, { "name": "story-Y-2", - "md5": "1cfa161ae5d60ea163e4e0aa34d08f02.svg", + "md5": "093a9410933f7d01f459f08bcb01735b.svg", "type": "costume", "tags": [ "alphabet", @@ -12712,7 +12701,7 @@ }, { "name": "story-Y-3", - "md5": "a1fc3c0fa304255364c0f98547e0e448.svg", + "md5": "d7fabe2652c93dd1bf91d9064cf5a348.svg", "type": "costume", "tags": [ "alphabet", @@ -12726,7 +12715,7 @@ }, { "name": "story-Z-1", - "md5": "86326c9180c485b557a075f4794939d7.svg", + "md5": "34825a171f7b35962484fa53e99ff632.svg", "type": "costume", "tags": [ "alphabet", @@ -12740,7 +12729,7 @@ }, { "name": "story-Z-2", - "md5": "e10b203e47bbb41edab78be59e628449.svg", + "md5": "23c24dbee23b1545afa8ee15ed339327.svg", "type": "costume", "tags": [ "alphabet", @@ -12754,7 +12743,7 @@ }, { "name": "story-Z-3", - "md5": "0788df7b1d9cf02dfdebc021d4f30ce4.svg", + "md5": "665db4c356d7e010fa8d71cc291834e3.svg", "type": "costume", "tags": [ "alphabet", @@ -12766,4 +12755,4 @@ 1 ] } -] +] \ No newline at end of file diff --git a/src/lib/libraries/sounds.json b/src/lib/libraries/sounds.json index 077b85b..79d153b 100644 --- a/src/lib/libraries/sounds.json +++ b/src/lib/libraries/sounds.json @@ -2,8 +2,8 @@ { "name": "A Bass", "md5": "c04ebf21e5e19342fa1535e4efcdb43b.wav", - "sampleCount": 28160, - "rate": 22050, + "sampleCount": 56320, + "rate": 44100, "format": "", "tags": [ "music", @@ -14,8 +14,8 @@ { "name": "A Elec Bass", "md5": "5cb46ddd903fc2c9976ff881df9273c9.wav", - "sampleCount": 5920, - "rate": 22050, + "sampleCount": 11840, + "rate": 44100, "format": "", "tags": [ "music", @@ -26,8 +26,8 @@ { "name": "A Elec Guitar", "md5": "fa5f7fea601e9368dd68449d9a54c995.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -38,8 +38,8 @@ { "name": "A Elec Piano", "md5": "0cfa8e84d6a5cd63afa31d541625a9ef.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -51,8 +51,8 @@ { "name": "A Guitar", "md5": "ee753e87d212d4b2fb650ca660f1e839.wav", - "sampleCount": 31872, - "rate": 22050, + "sampleCount": 63744, + "rate": 44100, "format": "", "tags": [ "music", @@ -63,8 +63,8 @@ { "name": "A Minor Ukulele", "md5": "69d25af0fd065da39c71439174efc589.wav", - "sampleCount": 18267, - "rate": 22050, + "sampleCount": 36534, + "rate": 44100, "format": "", "tags": [ "music", @@ -76,8 +76,8 @@ { "name": "A Piano", "md5": "0727959edb2ea0525feed9b0c816991c.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -88,8 +88,8 @@ { "name": "A Sax", "md5": "420991e0d6d99292c6d736963842536a.wav", - "sampleCount": 6472, - "rate": 22050, + "sampleCount": 12944, + "rate": 44100, "format": "", "tags": [ "music", @@ -100,7 +100,7 @@ { "name": "A Trombone", "md5": "863ccc8ba66e6dabbce2a1261c22be0f.wav", - "sampleCount": 17227, + "sampleCount": 17273, "rate": 22050, "format": "adpcm", "tags": [ @@ -112,8 +112,8 @@ { "name": "A Trumpet", "md5": "d2dd6b4372ca17411965dc92d52b2172.wav", - "sampleCount": 13911, - "rate": 22050, + "sampleCount": 27822, + "rate": 44100, "format": "", "tags": [ "music", @@ -124,15 +124,15 @@ { "name": "Afro String", "md5": "3477ccfde26047eeb93ff43a21ac7d3d.wav", - "sampleCount": 9807, - "rate": 11025, + "sampleCount": 39228, + "rate": 44100, "format": "", "tags": [] }, { "name": "Alert", "md5": "f62e3bfccab9c23eee781473c94a009c.wav", - "sampleCount": 21362, + "sampleCount": 22353, "rate": 22050, "format": "adpcm", "tags": [ @@ -145,8 +145,8 @@ { "name": "Alien Creak1", "md5": "0377a7476136e5e8c780c64a4828922d.wav", - "sampleCount": 8045, - "rate": 11025, + "sampleCount": 32180, + "rate": 44100, "format": "", "tags": [ "effects", @@ -156,8 +156,8 @@ { "name": "Alien Creak2", "md5": "21f82b7f1a83c501539c5031aea4fa8c.wav", - "sampleCount": 8300, - "rate": 11025, + "sampleCount": 33200, + "rate": 44100, "format": "", "tags": [ "effects", @@ -167,8 +167,8 @@ { "name": "B Bass", "md5": "e31dcaf7bcdf58ac2a26533c48936c45.wav", - "sampleCount": 25792, - "rate": 22050, + "sampleCount": 51584, + "rate": 44100, "format": "", "tags": [ "music", @@ -179,8 +179,8 @@ { "name": "B Elec Bass", "md5": "5a0701d0a914223b5288300ac94e90e4.wav", - "sampleCount": 6208, - "rate": 22050, + "sampleCount": 12416, + "rate": 44100, "format": "", "tags": [ "music", @@ -191,8 +191,8 @@ { "name": "B Elec Guitar", "md5": "81f142d0b00189703d7fe9b1f13f6f87.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -203,8 +203,8 @@ { "name": "B Elec Piano", "md5": "9cc77167419f228503dd57fddaa5b2a6.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -216,8 +216,8 @@ { "name": "B Guitar", "md5": "2ae2d67de62df8ca54d638b4ad2466c3.wav", - "sampleCount": 29504, - "rate": 22050, + "sampleCount": 59008, + "rate": 44100, "format": "", "tags": [ "music", @@ -228,8 +228,8 @@ { "name": "B Piano", "md5": "86826c6022a46370ed1afae69f1ab1b9.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -240,8 +240,8 @@ { "name": "B Sax", "md5": "653ebe92d491b49ad5d8101d629f567b.wav", - "sampleCount": 9555, - "rate": 22050, + "sampleCount": 19110, + "rate": 44100, "format": "", "tags": [ "music", @@ -252,8 +252,8 @@ { "name": "B Trombone", "md5": "85b663229525b73d9f6647f78eb23e0a.wav", - "sampleCount": 15522, - "rate": 22050, + "sampleCount": 31044, + "rate": 44100, "format": "", "tags": [ "music", @@ -264,8 +264,8 @@ { "name": "B Trumpet", "md5": "cad2bc57729942ed9b605145fc9ea65d.wav", - "sampleCount": 14704, - "rate": 22050, + "sampleCount": 29408, + "rate": 44100, "format": "", "tags": [ "music", @@ -276,7 +276,7 @@ { "name": "Baa", "md5": "ca694053020e42704bcf1fc01a70f1c3.wav", - "sampleCount": 41822, + "sampleCount": 42673, "rate": 22050, "format": "adpcm", "tags": [ @@ -287,15 +287,15 @@ { "name": "Bark", "md5": "cd8fa8390b0efdd281882533fbfcfcfb.wav", - "sampleCount": 3168, - "rate": 22050, + "sampleCount": 6336, + "rate": 44100, "format": "", "tags": [] }, { "name": "Basketball Bounce", "md5": "1727f65b5f22d151685b8e5917456a60.wav", - "sampleCount": 8099, + "sampleCount": 8129, "rate": 22050, "format": "adpcm", "tags": [ @@ -306,16 +306,16 @@ { "name": "Bass Beatbox", "md5": "28153621d293c86da0b246d314458faf.wav", - "sampleCount": 6720, - "rate": 22050, + "sampleCount": 13440, + "rate": 44100, "format": "", "tags": [] }, { "name": "Beat Box1", "md5": "663270af0235bf14c890ba184631675f.wav", - "sampleCount": 5729, - "rate": 11025, + "sampleCount": 22916, + "rate": 44100, "format": "", "tags": [ "music", @@ -327,8 +327,8 @@ { "name": "Beat Box2", "md5": "b9b8073f6aa9a60085ad11b0341a4af2.wav", - "sampleCount": 5729, - "rate": 11025, + "sampleCount": 22916, + "rate": 44100, "format": "", "tags": [ "music", @@ -340,16 +340,16 @@ { "name": "Bell Cymbal", "md5": "efddec047de95492f775a1b5b2e8d19e.wav", - "sampleCount": 19328, - "rate": 22050, + "sampleCount": 38656, + "rate": 44100, "format": "", "tags": [] }, { "name": "Bell Toll", "md5": "25d61e79cbeba4041eebeaebd7bf9598.wav", - "sampleCount": 45168, - "rate": 11025, + "sampleCount": 180672, + "rate": 44100, "format": "", "tags": [ "effects", @@ -359,7 +359,7 @@ { "name": "Big Boing", "md5": "00d6e72ef8bf7088233e98fbcee0ec6d.wav", - "sampleCount": 18174, + "sampleCount": 18289, "rate": 22050, "format": "adpcm", "tags": [ @@ -371,23 +371,23 @@ { "name": "Bird", "md5": "18bd4b634a3f992a16b30344c7d810e0.wav", - "sampleCount": 3840, - "rate": 11025, + "sampleCount": 15360, + "rate": 44100, "format": "", "tags": [] }, { "name": "Birthday", "md5": "89691587a169d935a58c48c3d4e78534.wav", - "sampleCount": 161408, - "rate": 22050, + "sampleCount": 322816, + "rate": 44100, "format": "", "tags": [] }, { "name": "Bite", "md5": "0039635b1d6853face36581784558454.wav", - "sampleCount": 7672, + "sampleCount": 8129, "rate": 22050, "format": "adpcm", "tags": [ @@ -399,7 +399,7 @@ { "name": "Boing", "md5": "53a3c2e27d1fb5fdb14aaf0cb41e7889.wav", - "sampleCount": 6804, + "sampleCount": 7113, "rate": 22050, "format": "adpcm", "tags": [ @@ -409,7 +409,7 @@ { "name": "Bonk", "md5": "dd93f7835a407d4de5b2512ec4a6a806.wav", - "sampleCount": 13908, + "sampleCount": 14225, "rate": 22050, "format": "adpcm", "tags": [ @@ -421,7 +421,7 @@ { "name": "Boom Cloud", "md5": "62d87dfb0f873735e59669d965bdbd7d.wav", - "sampleCount": 88200, + "sampleCount": 88393, "rate": 22050, "format": "adpcm", "tags": [ @@ -434,7 +434,7 @@ { "name": "Boop Bing Bop", "md5": "66968153be7dce9e5abf62d627ffe40f.wav", - "sampleCount": 54957, + "sampleCount": 55881, "rate": 22050, "format": "adpcm", "tags": [ @@ -446,7 +446,7 @@ { "name": "Bossa Nova", "md5": "04ccc72f32e909292adcaf40348be5f3.wav", - "sampleCount": 136645, + "sampleCount": 137161, "rate": 22050, "format": "adpcm", "tags": [ @@ -458,7 +458,7 @@ { "name": "Bowling Strike", "md5": "32f3af03ddfbd9cc89c8565678a26813.wav", - "sampleCount": 26629, + "sampleCount": 27433, "rate": 22050, "format": "adpcm", "tags": [ @@ -469,24 +469,24 @@ { "name": "Bubbles", "md5": "78b0be9c9c2f664158b886bc7e794095.wav", - "sampleCount": 45056, - "rate": 11025, + "sampleCount": 180224, + "rate": 44100, "format": "", "tags": [] }, { "name": "Buzz Whir", "md5": "d4f76ded6bccd765958d15b63804de55.wav", - "sampleCount": 9037, - "rate": 11025, + "sampleCount": 36148, + "rate": 44100, "format": "", "tags": [] }, { "name": "C Bass", "md5": "c3566ec797b483acde28f790994cc409.wav", - "sampleCount": 44608, - "rate": 22050, + "sampleCount": 89216, + "rate": 44100, "format": "", "tags": [ "music", @@ -497,8 +497,8 @@ { "name": "C Elec Bass", "md5": "69eee3d038ea0f1c34ec9156a789236d.wav", - "sampleCount": 5216, - "rate": 22050, + "sampleCount": 10432, + "rate": 44100, "format": "", "tags": [ "music", @@ -509,8 +509,8 @@ { "name": "C Elec Guitar", "md5": "0d340de02e14bebaf8dfa0e43eb3f1f9.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -521,8 +521,8 @@ { "name": "C Elec Piano", "md5": "8366ee963cc57ad24a8a35a26f722c2b.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -534,8 +534,8 @@ { "name": "C Guitar", "md5": "22baa07795a9a524614075cdea543793.wav", - "sampleCount": 44864, - "rate": 22050, + "sampleCount": 89728, + "rate": 44100, "format": "", "tags": [ "music", @@ -546,8 +546,8 @@ { "name": "C Major Ukulele", "md5": "aa2ca112507b59b5337f341aaa75fb08.wav", - "sampleCount": 18203, - "rate": 22050, + "sampleCount": 36406, + "rate": 44100, "format": "", "tags": [ "music", @@ -559,8 +559,8 @@ { "name": "C Piano", "md5": "d27ed8d953fe8f03c00f4d733d31d2cc.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -571,8 +571,8 @@ { "name": "C Sax", "md5": "4d2c939d6953b5f241a27a62cf72de64.wav", - "sampleCount": 9491, - "rate": 22050, + "sampleCount": 18982, + "rate": 44100, "format": "", "tags": [ "music", @@ -583,8 +583,8 @@ { "name": "C Trombone", "md5": "821b23a489201a0f21f47ba8528ba47f.wav", - "sampleCount": 19053, - "rate": 22050, + "sampleCount": 38106, + "rate": 44100, "format": "", "tags": [ "music", @@ -595,8 +595,8 @@ { "name": "C Trumpet", "md5": "8970afcdc4e47bb54959a81fe27522bd.wav", - "sampleCount": 13118, - "rate": 22050, + "sampleCount": 26236, + "rate": 44100, "format": "", "tags": [ "music", @@ -607,8 +607,8 @@ { "name": "C2 Bass", "md5": "667d6c527b79321d398e85b526f15b99.wav", - "sampleCount": 24128, - "rate": 22050, + "sampleCount": 48256, + "rate": 44100, "format": "", "tags": [ "music", @@ -619,8 +619,8 @@ { "name": "C2 Elec Bass", "md5": "56fc995b8860e713c5948ecd1c2ae572.wav", - "sampleCount": 5792, - "rate": 22050, + "sampleCount": 11584, + "rate": 44100, "format": "", "tags": [ "music", @@ -631,8 +631,8 @@ { "name": "C2 Elec Guitar", "md5": "3a8ed3129f22cba5b0810bc030d16b5f.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -643,8 +643,8 @@ { "name": "C2 Elec Piano", "md5": "366c7edbd4dd5cca68bf62902999bd66.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -656,16 +656,16 @@ { "name": "C2 Guitar", "md5": "c8d2851bd99d8e0ce6c1f05e4acc7f34.wav", - "sampleCount": 27712, - "rate": 22050, + "sampleCount": 55424, + "rate": 44100, "format": "", "tags": [] }, { "name": "C2 Piano", "md5": "75d7d2c9b5d40dd4e1cb268111abf1a2.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -676,7 +676,7 @@ { "name": "C2 Sax", "md5": "ea8d34b18c3d8fe328cea201666458bf.wav", - "sampleCount": 7349, + "sampleCount": 8129, "rate": 22050, "format": "adpcm", "tags": [ @@ -688,8 +688,8 @@ { "name": "C2 Trombone", "md5": "68aec107bd3633b2ee40c532eedc3897.wav", - "sampleCount": 13904, - "rate": 22050, + "sampleCount": 27808, + "rate": 44100, "format": "", "tags": [ "music", @@ -700,8 +700,8 @@ { "name": "C2 Trumpet", "md5": "df08249ed5446cc5e10b7ac62faac89b.wav", - "sampleCount": 15849, - "rate": 22050, + "sampleCount": 31698, + "rate": 44100, "format": "", "tags": [ "music", @@ -712,7 +712,7 @@ { "name": "Car Horn", "md5": "7c887f6a2ecd1cdb85d5527898d7f7a0.wav", - "sampleCount": 42443, + "sampleCount": 42673, "rate": 22050, "format": "adpcm", "tags": [ @@ -723,8 +723,8 @@ { "name": "Car Passing", "md5": "c21a5ad00b40b5ce923e56c905c94a9f.wav", - "sampleCount": 84992, - "rate": 11025, + "sampleCount": 339968, + "rate": 44100, "format": "", "tags": [ "transportation", @@ -735,7 +735,7 @@ { "name": "Car Vroom", "md5": "ead1da4a87ff6cb53441142f7ac37b8f.wav", - "sampleCount": 43358, + "sampleCount": 43689, "rate": 22050, "format": "adpcm", "tags": [ @@ -746,7 +746,7 @@ { "name": "Cave", "md5": "881f1bf5f301a36efcce4204a44af9ab.wav", - "sampleCount": 163584, + "sampleCount": 163577, "rate": 22050, "format": "adpcm", "tags": [ @@ -757,7 +757,7 @@ { "name": "Chatter", "md5": "fd8543abeeba255072da239223d2d342.wav", - "sampleCount": 25843, + "sampleCount": 26417, "rate": 22050, "format": "adpcm", "tags": [ @@ -769,8 +769,8 @@ { "name": "Chee Chee", "md5": "25f4826cdd61e0a1c623ec2324c16ca0.wav", - "sampleCount": 34560, - "rate": 22050, + "sampleCount": 69120, + "rate": 44100, "format": "", "tags": [ "animals", @@ -780,7 +780,7 @@ { "name": "Cheer", "md5": "170e05c29d50918ae0b482c2955768c0.wav", - "sampleCount": 108864, + "sampleCount": 109729, "rate": 22050, "format": "adpcm", "tags": [ @@ -792,8 +792,8 @@ { "name": "Chill", "md5": "c4e9e84fd9244ca43986c2bdb6669ae8.wav", - "sampleCount": 176400, - "rate": 22050, + "sampleCount": 352800, + "rate": 44100, "format": "", "tags": [ "loops", @@ -805,7 +805,7 @@ { "name": "Chirp", "md5": "3b8236bbb288019d93ae38362e865972.wav", - "sampleCount": 5301, + "sampleCount": 6097, "rate": 22050, "format": "adpcm", "tags": [ @@ -816,8 +816,8 @@ { "name": "Chomp", "md5": "0b1e3033140d094563248e61de4039e5.wav", - "sampleCount": 2912, - "rate": 11025, + "sampleCount": 11648, + "rate": 44100, "format": "", "tags": [ "effects", @@ -827,8 +827,8 @@ { "name": "Chord", "md5": "7ffe91cce06c5415df53610d173336e7.wav", - "sampleCount": 20608, - "rate": 11025, + "sampleCount": 82432, + "rate": 44100, "format": "", "tags": [ "music", @@ -838,7 +838,7 @@ { "name": "Clang", "md5": "4102d78dc98ae81448b140f35fd73e80.wav", - "sampleCount": 26703, + "sampleCount": 27433, "rate": 22050, "format": "adpcm", "tags": [ @@ -849,16 +849,16 @@ { "name": "Clap Beatbox", "md5": "abc70bb390f8e55f22f32265500d814a.wav", - "sampleCount": 4224, - "rate": 22050, + "sampleCount": 8448, + "rate": 44100, "format": "", "tags": [] }, { "name": "Clapping", "md5": "684ffae7bc3a65e35e9f0aaf7a579dd5.wav", - "sampleCount": 84160, - "rate": 22050, + "sampleCount": 168320, + "rate": 44100, "format": "", "tags": [ "human" @@ -867,8 +867,8 @@ { "name": "Classical Piano", "md5": "646ea2f42ab04b54f1359ccfac958561.wav", - "sampleCount": 152874, - "rate": 22050, + "sampleCount": 305748, + "rate": 44100, "format": "", "tags": [ "loops", @@ -880,7 +880,7 @@ { "name": "Clock Ticking", "md5": "a634fcb87894520edbd7a534d1479ec4.wav", - "sampleCount": 109584, + "sampleCount": 109729, "rate": 22050, "format": "adpcm", "tags": [ @@ -891,7 +891,7 @@ { "name": "Clown Honk", "md5": "ec66961f188e9b8a9c75771db744d096.wav", - "sampleCount": 9009, + "sampleCount": 9145, "rate": 22050, "format": "adpcm", "tags": [ @@ -902,7 +902,7 @@ { "name": "Coin", "md5": "1f81d88fb419084f4d82ffb859b94ed6.wav", - "sampleCount": 3975, + "sampleCount": 4065, "rate": 22050, "format": "adpcm", "tags": [ @@ -914,7 +914,7 @@ { "name": "Collect", "md5": "32514c51e03db680e9c63857b840ae78.wav", - "sampleCount": 13320, + "sampleCount": 14225, "rate": 22050, "format": "adpcm", "tags": [ @@ -926,16 +926,16 @@ { "name": "Computer Beep", "md5": "28c76b6bebd04be1383fe9ba4933d263.wav", - "sampleCount": 9536, - "rate": 11025, + "sampleCount": 38144, + "rate": 44100, "format": "", "tags": [] }, { "name": "Computer Beep2", "md5": "1da43f6d52d0615da8a250e28100a80d.wav", - "sampleCount": 19200, - "rate": 11025, + "sampleCount": 76800, + "rate": 44100, "format": "", "tags": [ "effects", @@ -945,7 +945,7 @@ { "name": "Connect", "md5": "9aad12085708ccd279297d4bea9c5ae0.wav", - "sampleCount": 22623, + "sampleCount": 23369, "rate": 22050, "format": "adpcm", "tags": [ @@ -957,8 +957,8 @@ { "name": "Cough1", "md5": "98ec3e1eeb7893fca519aa52cc1ef3c1.wav", - "sampleCount": 7516, - "rate": 11025, + "sampleCount": 30064, + "rate": 44100, "format": "", "tags": [ "human" @@ -967,8 +967,8 @@ { "name": "Cough2", "md5": "467fe8ef3cab475af4b3088fd1261510.wav", - "sampleCount": 16612, - "rate": 22050, + "sampleCount": 33224, + "rate": 44100, "format": "", "tags": [ "human" @@ -977,7 +977,7 @@ { "name": "Crank", "md5": "a54f8ce520a0b9fff3cd53817e280ede.wav", - "sampleCount": 100649, + "sampleCount": 100585, "rate": 22050, "format": "adpcm", "tags": [ @@ -987,23 +987,23 @@ { "name": "Crash Beatbox", "md5": "725e29369e9138a43f11e0e5eb3eb562.wav", - "sampleCount": 26883, - "rate": 22050, + "sampleCount": 53766, + "rate": 44100, "format": "", "tags": [] }, { "name": "Crash Cymbal", "md5": "f2c47a46f614f467a7ac802ed9ec3d8e.wav", - "sampleCount": 25220, - "rate": 22050, + "sampleCount": 50440, + "rate": 44100, "format": "", "tags": [] }, { "name": "Crazy Laugh", "md5": "2293a751b71a2df8cdce1bec5558cc1e.wav", - "sampleCount": 37485, + "sampleCount": 37593, "rate": 22050, "format": "adpcm", "tags": [ @@ -1015,8 +1015,8 @@ { "name": "Cricket", "md5": "a2b3cac37065c109aac17ed46005445e.wav", - "sampleCount": 3673, - "rate": 22050, + "sampleCount": 7346, + "rate": 44100, "format": "", "tags": [ "animals", @@ -1027,8 +1027,8 @@ { "name": "Crickets", "md5": "cae6206eb3c57bb8c4b3e2ca362dfa6d.wav", - "sampleCount": 92160, - "rate": 22050, + "sampleCount": 184320, + "rate": 44100, "format": "", "tags": [ "animals", @@ -1041,7 +1041,7 @@ { "name": "Croak", "md5": "c6ce0aadb89903a43f76fc20ea57633e.wav", - "sampleCount": 6424, + "sampleCount": 7113, "rate": 22050, "format": "adpcm", "tags": [ @@ -1053,7 +1053,7 @@ { "name": "Crowd Gasp", "md5": "0eaf773c9d1b06e801e7b5fd56298801.wav", - "sampleCount": 27434, + "sampleCount": 27433, "rate": 22050, "format": "adpcm", "tags": [ @@ -1064,7 +1064,7 @@ { "name": "Crowd Laugh", "md5": "f4942ab2532087118e11b0c4d4e0e342.wav", - "sampleCount": 91584, + "sampleCount": 92457, "rate": 22050, "format": "adpcm", "tags": [ @@ -1075,7 +1075,7 @@ { "name": "Crunch", "md5": "cac3341417949acc66781308a254529c.wav", - "sampleCount": 4297, + "sampleCount": 5081, "rate": 22050, "format": "adpcm", "tags": [ @@ -1087,7 +1087,7 @@ { "name": "Cymbal", "md5": "7c5405a9cf561f65a941aff10e661593.wav", - "sampleCount": 24118, + "sampleCount": 24385, "rate": 22050, "format": "adpcm", "tags": [ @@ -1099,8 +1099,8 @@ { "name": "Cymbal Crash", "md5": "fa2c9da1d4fd70207ab749851853cb50.wav", - "sampleCount": 25219, - "rate": 22050, + "sampleCount": 50438, + "rate": 44100, "format": "", "tags": [ "music", @@ -1110,8 +1110,8 @@ { "name": "Cymbal Echo", "md5": "bb243badd1201b2607bf2513df10cd97.wav", - "sampleCount": 44326, - "rate": 22050, + "sampleCount": 88652, + "rate": 44100, "format": "", "tags": [ "music", @@ -1122,8 +1122,8 @@ { "name": "D Bass", "md5": "5a3ae8a2665f50fdc38cc301fbac79ba.wav", - "sampleCount": 40192, - "rate": 22050, + "sampleCount": 80384, + "rate": 44100, "format": "", "tags": [ "music", @@ -1134,8 +1134,8 @@ { "name": "D Elec Bass", "md5": "67a6d1aa68233a2fa641aee88c7f051f.wav", - "sampleCount": 5568, - "rate": 22050, + "sampleCount": 11136, + "rate": 44100, "format": "", "tags": [ "music", @@ -1146,8 +1146,8 @@ { "name": "D Elec Guitar", "md5": "1b5de9866801eb2f9d4f57c7c3b473f5.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1158,8 +1158,8 @@ { "name": "D Elec Piano", "md5": "835f136ca8d346a17b4d4baf8405be37.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1171,8 +1171,8 @@ { "name": "D Guitar", "md5": "2dbcfae6a55738f94bbb40aa5fcbf7ce.wav", - "sampleCount": 41120, - "rate": 22050, + "sampleCount": 82240, + "rate": 44100, "format": "", "tags": [ "music", @@ -1183,8 +1183,8 @@ { "name": "D Piano", "md5": "51381ac422605ee8c7d64cfcbfd75efc.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1195,8 +1195,8 @@ { "name": "D Sax", "md5": "39f41954a73c0e15d842061e1a4c5e1d.wav", - "sampleCount": 9555, - "rate": 22050, + "sampleCount": 19110, + "rate": 44100, "format": "", "tags": [ "music", @@ -1207,8 +1207,8 @@ { "name": "D Trombone", "md5": "f3afca380ba74372d611d3f518c2f35b.wav", - "sampleCount": 17339, - "rate": 22050, + "sampleCount": 34678, + "rate": 44100, "format": "", "tags": [ "music", @@ -1219,8 +1219,8 @@ { "name": "D Trumpet", "md5": "0b1345b8fe2ba3076fedb4f3ae48748a.wav", - "sampleCount": 12702, - "rate": 22050, + "sampleCount": 25404, + "rate": 44100, "format": "", "tags": [ "music", @@ -1231,7 +1231,7 @@ { "name": "Dance Around", "md5": "8bcea76415eaf98ec1cbc3825845b934.wav", - "sampleCount": 343746, + "sampleCount": 343409, "rate": 22050, "format": "adpcm", "tags": [ @@ -1243,7 +1243,7 @@ { "name": "Dance Celebrate", "md5": "0edb8fb88af19e6e17d0f8cf64c1d136.wav", - "sampleCount": 176401, + "sampleCount": 176785, "rate": 22050, "format": "adpcm", "tags": [ @@ -1252,18 +1252,10 @@ "electronic" ] }, - { - "name": "Dance Celebrate2", - "md5": "0edb8fb88af19e6e17d0f8cf64c1d136.wav", - "sampleCount": 176401, - "rate": 22050, - "format": "adpcm", - "tags": [] - }, { "name": "Dance Chill Out", "md5": "b235da45581b1f212c9e9cce70d2a2dc.wav", - "sampleCount": 222822, + "sampleCount": 223521, "rate": 22050, "format": "adpcm", "tags": [ @@ -1275,8 +1267,8 @@ { "name": "Dance Energetic", "md5": "e213e09ed852c621ba87cde7f95eec79.wav", - "sampleCount": 176400, - "rate": 22050, + "sampleCount": 352800, + "rate": 44100, "format": "", "tags": [ "loops", @@ -1288,7 +1280,7 @@ { "name": "Dance Funky", "md5": "a8383eaddc02d33714dc5832c02ccf13.wav", - "sampleCount": 111412, + "sampleCount": 111761, "rate": 22050, "format": "adpcm", "tags": [ @@ -1300,7 +1292,7 @@ { "name": "Dance Head Nod", "md5": "65e8a47d55df3f4cb17722959f6220db.wav", - "sampleCount": 124519, + "sampleCount": 124969, "rate": 22050, "format": "adpcm", "tags": [ @@ -1312,7 +1304,7 @@ { "name": "Dance Magic", "md5": "042309f190183383c0b1c1fc3edc2e84.wav", - "sampleCount": 187200, + "sampleCount": 187961, "rate": 22050, "format": "adpcm", "tags": [ @@ -1324,7 +1316,7 @@ { "name": "Dance Sitar", "md5": "c4e893b927524ffd669898f69d096fd8.wav", - "sampleCount": 110505, + "sampleCount": 110745, "rate": 22050, "format": "adpcm", "tags": [ @@ -1337,7 +1329,7 @@ { "name": "Dance Slow Mo", "md5": "329ee6f3418c0a569418e102e620edf0.wav", - "sampleCount": 445643, + "sampleCount": 446025, "rate": 22050, "format": "adpcm", "tags": [ @@ -1349,7 +1341,7 @@ { "name": "Dance Snare Beat", "md5": "562587bdb75e3a8124cdaa46ba0f648b.wav", - "sampleCount": 176401, + "sampleCount": 176785, "rate": 22050, "format": "adpcm", "tags": [ @@ -1361,7 +1353,7 @@ { "name": "Dance Space", "md5": "e15333f5ffaf08e145ace1610fccd67d.wav", - "sampleCount": 88200, + "sampleCount": 88393, "rate": 22050, "format": "adpcm", "tags": [ @@ -1373,7 +1365,7 @@ { "name": "Disconnect", "md5": "56df0714ed1ed455a2befd787a077214.wav", - "sampleCount": 27563, + "sampleCount": 28449, "rate": 22050, "format": "adpcm", "tags": [ @@ -1385,8 +1377,8 @@ { "name": "Dog1", "md5": "b15adefc3c12f758b6dc6a045362532f.wav", - "sampleCount": 3672, - "rate": 22050, + "sampleCount": 7344, + "rate": 44100, "format": "", "tags": [ "animals" @@ -1395,8 +1387,8 @@ { "name": "Dog2", "md5": "cd8fa8390b0efdd281882533fbfcfcfb.wav", - "sampleCount": 3168, - "rate": 22050, + "sampleCount": 6336, + "rate": 44100, "format": "", "tags": [ "animals" @@ -1405,7 +1397,7 @@ { "name": "Door Closing", "md5": "d8c78c6c272cca91342435ff543c1274.wav", - "sampleCount": 7454, + "sampleCount": 8129, "rate": 22050, "format": "adpcm", "tags": [ @@ -1416,8 +1408,8 @@ { "name": "Door Creak", "md5": "56985da9c052a5e26007c99aa5a958f7.wav", - "sampleCount": 54272, - "rate": 11025, + "sampleCount": 217088, + "rate": 44100, "format": "", "tags": [ "effects", @@ -1427,7 +1419,7 @@ { "name": "Doorbell", "md5": "b67db6ed07f882e52a9ef4dbb76f5f64.wav", - "sampleCount": 109662, + "sampleCount": 109729, "rate": 22050, "format": "adpcm", "tags": [ @@ -1438,7 +1430,7 @@ { "name": "Drip Drop", "md5": "3249e61fa135d0a1d68ff515ba3bd92f.wav", - "sampleCount": 62680, + "sampleCount": 62993, "rate": 22050, "format": "adpcm", "tags": [ @@ -1450,8 +1442,8 @@ { "name": "Drive Around", "md5": "a3a85fb8564b0266f50a9c091087b7aa.wav", - "sampleCount": 44096, - "rate": 22050, + "sampleCount": 88192, + "rate": 44100, "format": "", "tags": [ "music", @@ -1462,7 +1454,7 @@ { "name": "Drum", "md5": "f730246174873cd4ae4127c83e475b50.wav", - "sampleCount": 107136, + "sampleCount": 107697, "rate": 22050, "format": "adpcm", "tags": [ @@ -1476,15 +1468,15 @@ { "name": "Drum Bass1", "md5": "48328c874353617451e4c7902cc82817.wav", - "sampleCount": 6528, - "rate": 22050, + "sampleCount": 13056, + "rate": 44100, "format": "", "tags": [] }, { "name": "Drum Bass2", "md5": "711a1270d1cf2e5de9b145ee539213e4.wav", - "sampleCount": 3791, + "sampleCount": 4065, "rate": 22050, "format": "adpcm", "tags": [] @@ -1492,15 +1484,15 @@ { "name": "Drum Bass3", "md5": "c21704337b16359ea631b5f8eb48f765.wav", - "sampleCount": 8576, - "rate": 22050, + "sampleCount": 17152, + "rate": 44100, "format": "", "tags": [] }, { "name": "Drum Boing", "md5": "5f4216970527d5a2e259758ba12e6a1b.wav", - "sampleCount": 18640, + "sampleCount": 19305, "rate": 22050, "format": "adpcm", "tags": [ @@ -1513,8 +1505,8 @@ { "name": "Drum Buzz", "md5": "3650dc4262bcc5010c0d8fa8d7c670cf.wav", - "sampleCount": 5742, - "rate": 11025, + "sampleCount": 22968, + "rate": 44100, "format": "", "tags": [ "music", @@ -1525,7 +1517,7 @@ { "name": "Drum Funky", "md5": "fb56022366d21b299cbc3fd5e16000c2.wav", - "sampleCount": 44748, + "sampleCount": 44705, "rate": 22050, "format": "adpcm", "tags": [ @@ -1537,8 +1529,8 @@ { "name": "Drum Jam", "md5": "8b5486ccc806e97e83049d25b071f7e4.wav", - "sampleCount": 44288, - "rate": 22050, + "sampleCount": 88576, + "rate": 44100, "format": "", "tags": [ "music", @@ -1549,7 +1541,7 @@ { "name": "Drum Machine", "md5": "f9d53d773b42e16df3dfca6174015592.wav", - "sampleCount": 105984, + "sampleCount": 106681, "rate": 22050, "format": "adpcm", "tags": [ @@ -1561,7 +1553,7 @@ { "name": "Drum Roll", "md5": "fb12e119d7a88a7f75ab980243f75073.wav", - "sampleCount": 37809, + "sampleCount": 38609, "rate": 22050, "format": "adpcm", "tags": [ @@ -1572,8 +1564,8 @@ { "name": "Drum Satellite", "md5": "079067d7909f791b29f8be1c00fc2131.wav", - "sampleCount": 44096, - "rate": 22050, + "sampleCount": 88192, + "rate": 44100, "format": "", "tags": [ "music", @@ -1584,7 +1576,7 @@ { "name": "Drum Set1", "md5": "38a2bb8129bddb4e8eaa06781cfa3040.wav", - "sampleCount": 46080, + "sampleCount": 46737, "rate": 22050, "format": "adpcm", "tags": [ @@ -1597,7 +1589,7 @@ { "name": "Drum Set2", "md5": "738e871fda577295e8beb9021f670e28.wav", - "sampleCount": 37440, + "sampleCount": 37593, "rate": 22050, "format": "adpcm", "tags": [ @@ -1610,7 +1602,7 @@ { "name": "Dubstep", "md5": "906af1e30f19a919d203b2eb307e04ac.wav", - "sampleCount": 151216, + "sampleCount": 151385, "rate": 22050, "format": "adpcm", "tags": [ @@ -1623,8 +1615,8 @@ { "name": "Duck", "md5": "af5b039e1b05e0ccb12944f648a8884e.wav", - "sampleCount": 5792, - "rate": 22050, + "sampleCount": 11584, + "rate": 44100, "format": "", "tags": [ "animals" @@ -1633,7 +1625,7 @@ { "name": "Dun Dun Dunnn", "md5": "e956a99ab9ac64cfb5c6b2d8b1e949eb.wav", - "sampleCount": 63729, + "sampleCount": 64009, "rate": 22050, "format": "adpcm", "tags": [ @@ -1646,8 +1638,8 @@ { "name": "E Bass", "md5": "0657e39bae81a232b01a18f727d3b891.wav", - "sampleCount": 36160, - "rate": 22050, + "sampleCount": 72320, + "rate": 44100, "format": "", "tags": [ "music", @@ -1658,8 +1650,8 @@ { "name": "E Elec Bass", "md5": "0704b8ceabe54f1dcedda8c98f1119fd.wav", - "sampleCount": 5691, - "rate": 22050, + "sampleCount": 11382, + "rate": 44100, "format": "", "tags": [ "music", @@ -1670,8 +1662,8 @@ { "name": "E Elec Guitar", "md5": "2e6a6ae3e0f72bf78c74def8130f459a.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1682,8 +1674,8 @@ { "name": "E Elec Piano", "md5": "ab3c198f8e36efff14f0a5bad35fa3cd.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1695,8 +1687,8 @@ { "name": "E Guitar", "md5": "4b5d1da83e59bf35578324573c991666.wav", - "sampleCount": 38400, - "rate": 22050, + "sampleCount": 76800, + "rate": 44100, "format": "", "tags": [ "music", @@ -1707,8 +1699,8 @@ { "name": "E Piano", "md5": "c818fdfaf8a0efcb562e24e794700a57.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1719,8 +1711,8 @@ { "name": "E Sax", "md5": "3568b7dfe173fab6877a9ff1dcbcf1aa.wav", - "sampleCount": 7489, - "rate": 22050, + "sampleCount": 14978, + "rate": 44100, "format": "", "tags": [ "music", @@ -1731,8 +1723,8 @@ { "name": "E Trombone", "md5": "c859fb0954acaa25c4b329df5fb76434.wav", - "sampleCount": 16699, - "rate": 22050, + "sampleCount": 33398, + "rate": 44100, "format": "", "tags": [ "music", @@ -1743,7 +1735,7 @@ { "name": "E Trumpet", "md5": "494295a92314cadb220945a6711c568c.wav", - "sampleCount": 8680, + "sampleCount": 9145, "rate": 22050, "format": "adpcm", "tags": [ @@ -1755,7 +1747,7 @@ { "name": "Eggs", "md5": "659de1f3826ece8dbeca948884835f14.wav", - "sampleCount": 336480, + "sampleCount": 336297, "rate": 22050, "format": "adpcm", "tags": [ @@ -1766,8 +1758,8 @@ { "name": "Elec Piano A Minor", "md5": "8fe470b5f2fb58364b153fe647adcbbf.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1778,8 +1770,8 @@ { "name": "Elec Piano C Major", "md5": "228429930dfc60f48d75ce8e14291416.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1790,8 +1782,8 @@ { "name": "Elec Piano F Major", "md5": "740098316ed06d9a64c14b93f65c5da5.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1802,8 +1794,8 @@ { "name": "Elec Piano G Major", "md5": "5a5f5de80bcdf782250e889747b374bd.wav", - "sampleCount": 43908, - "rate": 22050, + "sampleCount": 87816, + "rate": 44100, "format": "", "tags": [ "music", @@ -1814,8 +1806,8 @@ { "name": "Elec Piano Loop", "md5": "7b4822ccca655db47de0880bab0e7bd9.wav", - "sampleCount": 43844, - "rate": 22050, + "sampleCount": 87688, + "rate": 44100, "format": "", "tags": [ "music", @@ -1827,8 +1819,8 @@ { "name": "Emotional Piano", "md5": "c587075453ace1584cf155d6a8de604d.wav", - "sampleCount": 165090, - "rate": 22050, + "sampleCount": 330180, + "rate": 44100, "format": "", "tags": [ "loops", @@ -1840,7 +1832,7 @@ { "name": "Engine", "md5": "f5c4e2311024f18c989e53f9b3448db8.wav", - "sampleCount": 172729, + "sampleCount": 172721, "rate": 22050, "format": "adpcm", "tags": [ @@ -1851,8 +1843,8 @@ { "name": "F Bass", "md5": "ea21bdae86f70d60b28f1dddcf50d104.wav", - "sampleCount": 34368, - "rate": 22050, + "sampleCount": 68736, + "rate": 44100, "format": "", "tags": [ "music", @@ -1863,8 +1855,8 @@ { "name": "F Elec Bass", "md5": "45eedb4ce62a9cbbd2207824b94a4641.wav", - "sampleCount": 5312, - "rate": 22050, + "sampleCount": 10624, + "rate": 44100, "format": "", "tags": [ "music", @@ -1875,8 +1867,8 @@ { "name": "F Elec Guitar", "md5": "5eb00f15f21f734986aa45156d44478d.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1887,8 +1879,8 @@ { "name": "F Elec Piano", "md5": "dc5e368fc0d0dad1da609bfc3e29aa15.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1900,8 +1892,8 @@ { "name": "F Guitar", "md5": "b51d086aeb1921ec405561df52ecbc50.wav", - "sampleCount": 36416, - "rate": 22050, + "sampleCount": 72832, + "rate": 44100, "format": "", "tags": [ "music", @@ -1912,8 +1904,8 @@ { "name": "F Major Ukulele", "md5": "cd0ab5d1b0120c6ed92a1654ccf81376.wav", - "sampleCount": 18235, - "rate": 22050, + "sampleCount": 36470, + "rate": 44100, "format": "", "tags": [ "music", @@ -1925,8 +1917,8 @@ { "name": "F Piano", "md5": "cdab3cce84f74ecf53e3941c6a003b5e.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -1937,7 +1929,7 @@ { "name": "F Sax", "md5": "2ae3083817bcd595e26ea2884b6684d5.wav", - "sampleCount": 7361, + "sampleCount": 8129, "rate": 22050, "format": "adpcm", "tags": [ @@ -1949,8 +1941,8 @@ { "name": "F Trombone", "md5": "d6758470457aac2aa712717a676a5163.wav", - "sampleCount": 19373, - "rate": 22050, + "sampleCount": 38746, + "rate": 44100, "format": "", "tags": [ "music", @@ -1961,8 +1953,8 @@ { "name": "F Trumpet", "md5": "5fa3108b119ca266029b4caa340a7cd0.wav", - "sampleCount": 12766, - "rate": 22050, + "sampleCount": 25532, + "rate": 44100, "format": "", "tags": [ "music", @@ -1973,16 +1965,16 @@ { "name": "Fairydust", "md5": "b92de59d992a655c1b542223a784cda6.wav", - "sampleCount": 11247, - "rate": 22050, + "sampleCount": 22494, + "rate": 44100, "format": "", "tags": [] }, { "name": "Finger Snap", "md5": "99d02ffb3212d86b3e5b173b6f33f835.wav", - "sampleCount": 1985, - "rate": 11025, + "sampleCount": 7940, + "rate": 44100, "format": "", "tags": [ "effects", @@ -1993,16 +1985,16 @@ { "name": "Flam Snare", "md5": "3b6cce9f8c56c0537ca61eee3945cd1d.wav", - "sampleCount": 4416, - "rate": 22050, + "sampleCount": 8832, + "rate": 44100, "format": "", "tags": [] }, { "name": "Footsteps", "md5": "c893b0a9b3e2e0594f1f921a12aa66be.wav", - "sampleCount": 58880, - "rate": 11025, + "sampleCount": 235520, + "rate": 44100, "format": "", "tags": [ "effects", @@ -2012,8 +2004,8 @@ { "name": "G Bass", "md5": "05c192194e8f1944514dce3833e33439.wav", - "sampleCount": 30976, - "rate": 22050, + "sampleCount": 61952, + "rate": 44100, "format": "", "tags": [ "music", @@ -2024,8 +2016,8 @@ { "name": "G Elec Bass", "md5": "97b187d72219b994a6ef6a5a6b09605c.wav", - "sampleCount": 5568, - "rate": 22050, + "sampleCount": 11136, + "rate": 44100, "format": "", "tags": [ "music", @@ -2036,8 +2028,8 @@ { "name": "G Elec Guitar", "md5": "cd0d0e7dad415b2ffa2ba7a61860eaf8.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -2048,8 +2040,8 @@ { "name": "G Elec Piano", "md5": "39525f6545d62a95d05153f92d63301a.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -2061,8 +2053,8 @@ { "name": "G Guitar", "md5": "98a835713ecea2f3ef9f4f442d52ad20.wav", - "sampleCount": 33600, - "rate": 22050, + "sampleCount": 67200, + "rate": 44100, "format": "", "tags": [ "music", @@ -2073,8 +2065,8 @@ { "name": "G Piano", "md5": "42bb2ed28e7023e111b33220e1594a6f.wav", - "sampleCount": 44100, - "rate": 22050, + "sampleCount": 88200, + "rate": 44100, "format": "", "tags": [ "music", @@ -2085,7 +2077,7 @@ { "name": "G Sax", "md5": "cefba5de46adfe5702485e0934bb1e13.wav", - "sampleCount": 7349, + "sampleCount": 8129, "rate": 22050, "format": "adpcm", "tags": [ @@ -2097,8 +2089,8 @@ { "name": "G Trombone", "md5": "9436fd7a0eacb4a6067e7db14236dde1.wav", - "sampleCount": 17179, - "rate": 22050, + "sampleCount": 34358, + "rate": 44100, "format": "", "tags": [ "music", @@ -2109,8 +2101,8 @@ { "name": "G Trumpet", "md5": "e84afda25975f14b364118591538ccf4.wav", - "sampleCount": 14640, - "rate": 22050, + "sampleCount": 29280, + "rate": 44100, "format": "", "tags": [ "music", @@ -2121,8 +2113,8 @@ { "name": "G Ukulele", "md5": "d20218f92ee606277658959005538e2d.wav", - "sampleCount": 18235, - "rate": 22050, + "sampleCount": 36470, + "rate": 44100, "format": "", "tags": [ "music", @@ -2134,7 +2126,7 @@ { "name": "Gallop", "md5": "8388c266cd774a8e8c8796155b18ef47.wav", - "sampleCount": 36209, + "sampleCount": 36577, "rate": 22050, "format": "adpcm", "tags": [ @@ -2145,7 +2137,7 @@ { "name": "Garden", "md5": "7c25f6d39011cd2ee5ffb1af539d9d0c.wav", - "sampleCount": 371520, + "sampleCount": 371857, "rate": 22050, "format": "adpcm", "tags": [ @@ -2156,7 +2148,7 @@ { "name": "Glass Breaking", "md5": "4b33c58ba14e4555373fa2478b3f891f.wav", - "sampleCount": 52237, + "sampleCount": 52833, "rate": 22050, "format": "adpcm", "tags": [ @@ -2166,7 +2158,7 @@ { "name": "Glug", "md5": "5606722c6105f3c58f9689a958f5c45f.wav", - "sampleCount": 12100, + "sampleCount": 12193, "rate": 22050, "format": "adpcm", "tags": [ @@ -2179,7 +2171,7 @@ { "name": "Goal Cheer", "md5": "a434069c58e79d42f5d21abb1c318919.wav", - "sampleCount": 84096, + "sampleCount": 84329, "rate": 22050, "format": "adpcm", "tags": [ @@ -2191,8 +2183,8 @@ { "name": "Gong", "md5": "9d30c38443691e9626d510546d98327c.wav", - "sampleCount": 114432, - "rate": 11025, + "sampleCount": 457728, + "rate": 44100, "format": "", "tags": [ "music", @@ -2202,8 +2194,8 @@ { "name": "Goose", "md5": "16a3b9d516e125cdb2ad74cd8d205d71.wav", - "sampleCount": 8208, - "rate": 22050, + "sampleCount": 16416, + "rate": 44100, "format": "", "tags": [ "animals", @@ -2213,7 +2205,7 @@ { "name": "Growl", "md5": "79d052b0921d2078d42389328b1be168.wav", - "sampleCount": 19228, + "sampleCount": 19305, "rate": 22050, "format": "adpcm", "tags": [ @@ -2224,7 +2216,7 @@ { "name": "Grunt", "md5": "caa0a1685ef7a5334413834c6c818c5a.wav", - "sampleCount": 20551, + "sampleCount": 21337, "rate": 22050, "format": "adpcm", "tags": [ @@ -2235,7 +2227,7 @@ { "name": "Guitar Chords1", "md5": "2b1a5bc63580d8625cf24ff3d7622c0b.wav", - "sampleCount": 123264, + "sampleCount": 123953, "rate": 22050, "format": "adpcm", "tags": [ @@ -2247,7 +2239,7 @@ { "name": "Guitar Chords2", "md5": "e956f15da397a13fae0c90d9fe4571fb.wav", - "sampleCount": 158976, + "sampleCount": 159513, "rate": 22050, "format": "adpcm", "tags": [ @@ -2259,8 +2251,8 @@ { "name": "Guitar Strum", "md5": "29000fa713f70765147ee0551fa42d9e.wav", - "sampleCount": 25216, - "rate": 11025, + "sampleCount": 100864, + "rate": 44100, "format": "", "tags": [ "music", @@ -2271,8 +2263,8 @@ { "name": "Hand Clap", "md5": "9502142875e67f7b0292a117a27e9563.wav", - "sampleCount": 2464, - "rate": 22050, + "sampleCount": 4928, + "rate": 44100, "format": "", "tags": [ "human", @@ -2282,7 +2274,7 @@ { "name": "Head Shake", "md5": "e56fdc9f76d035ff01f4e7b39e9e9989.wav", - "sampleCount": 20025, + "sampleCount": 20321, "rate": 22050, "format": "adpcm", "tags": [ @@ -2294,7 +2286,7 @@ { "name": "Hey", "md5": "ec7c272faa862c9f8f731792e686e3c9.wav", - "sampleCount": 5414, + "sampleCount": 6097, "rate": 22050, "format": "adpcm", "tags": [ @@ -2305,16 +2297,16 @@ { "name": "Hi Beatbox", "md5": "5a07847bf246c227204728b05a3fc8f3.wav", - "sampleCount": 5856, - "rate": 22050, + "sampleCount": 11712, + "rate": 44100, "format": "", "tags": [] }, { "name": "Hi Na Tabla", "md5": "35b42d98c43404a5b1b52fb232a62bd7.wav", - "sampleCount": 4096, - "rate": 22050, + "sampleCount": 8192, + "rate": 44100, "format": "", "tags": [ "drums", @@ -2325,8 +2317,8 @@ { "name": "Hi Tun Tabla", "md5": "da734693dfa6a9a7eccdc7f9a0ca9840.wav", - "sampleCount": 18656, - "rate": 22050, + "sampleCount": 37312, + "rate": 44100, "format": "", "tags": [ "drums", @@ -2337,8 +2329,8 @@ { "name": "High Conga", "md5": "16144544de90e98a92a265d4fc3241ea.wav", - "sampleCount": 8192, - "rate": 22050, + "sampleCount": 16384, + "rate": 44100, "format": "", "tags": [ "drums", @@ -2349,7 +2341,7 @@ { "name": "High Hat", "md5": "0d91b2759ac861d156235f5ecf8d3218.wav", - "sampleCount": 2757, + "sampleCount": 3049, "rate": 22050, "format": "adpcm", "tags": [ @@ -2361,15 +2353,15 @@ { "name": "High Tom", "md5": "d623f99b3c8d33932eb2c6c9cfd817c5.wav", - "sampleCount": 12320, - "rate": 22050, + "sampleCount": 24640, + "rate": 44100, "format": "", "tags": [] }, { "name": "High Whoosh", "md5": "6a10c380af8c400f8f6eea84eb28bd12.wav", - "sampleCount": 6116, + "sampleCount": 7113, "rate": 22050, "format": "adpcm", "tags": [ @@ -2380,8 +2372,8 @@ { "name": "Hihat Beatbox", "md5": "5a07847bf246c227204728b05a3fc8f3.wav", - "sampleCount": 5856, - "rate": 22050, + "sampleCount": 11712, + "rate": 44100, "format": "", "tags": [ "human", @@ -2393,15 +2385,15 @@ { "name": "Hihat Cymbal", "md5": "2d01f60d0f20ab39facbf707899c6b2a.wav", - "sampleCount": 2752, - "rate": 22050, + "sampleCount": 5504, + "rate": 44100, "format": "", "tags": [] }, { "name": "Hip Hop", "md5": "7ed8ce1853bde6dcbc6f7f5a1c65ae47.wav", - "sampleCount": 108864, + "sampleCount": 109729, "rate": 22050, "format": "adpcm", "tags": [ @@ -2413,8 +2405,8 @@ { "name": "Horse", "md5": "45ffcf97ee2edca0199ff5aa71a5b72e.wav", - "sampleCount": 14464, - "rate": 11025, + "sampleCount": 57856, + "rate": 44100, "format": "", "tags": [ "animals", @@ -2424,15 +2416,15 @@ { "name": "Horse Gallop", "md5": "058a34b5fb8b57178b5322d994b6b8c8.wav", - "sampleCount": 38336, - "rate": 11025, + "sampleCount": 153344, + "rate": 44100, "format": "", "tags": [] }, { "name": "Human Beatbox1", "md5": "37f37455c35fea71449926eb0bff05dd.wav", - "sampleCount": 103680, + "sampleCount": 103633, "rate": 22050, "format": "adpcm", "tags": [ @@ -2446,7 +2438,7 @@ { "name": "Human Beatbox2", "md5": "f62e9f7deeb0e06268df6edffa14f5de.wav", - "sampleCount": 62392, + "sampleCount": 62993, "rate": 22050, "format": "adpcm", "tags": [ @@ -2460,7 +2452,7 @@ { "name": "Jump", "md5": "6fcd64d6357e4ea03704e5f96bfd35ba.wav", - "sampleCount": 6867, + "sampleCount": 7113, "rate": 22050, "format": "adpcm", "tags": [ @@ -2472,7 +2464,7 @@ { "name": "Jungle", "md5": "b234a04cc3958437c43ed3d93f34a345.wav", - "sampleCount": 76032, + "sampleCount": 76201, "rate": 22050, "format": "adpcm", "tags": [ @@ -2484,7 +2476,7 @@ { "name": "Jungle Frogs", "md5": "2ca5fbda5288b79a6e12f5ca3c20b0fa.wav", - "sampleCount": 291214, + "sampleCount": 291593, "rate": 22050, "format": "adpcm", "tags": [ @@ -2497,7 +2489,7 @@ { "name": "Kick Back", "md5": "9cd340d9d568b1479f731e69e103b3ce.wav", - "sampleCount": 44748, + "sampleCount": 44705, "rate": 22050, "format": "adpcm", "tags": [ @@ -2509,7 +2501,7 @@ { "name": "Kick Drum", "md5": "711a1270d1cf2e5de9b145ee539213e4.wav", - "sampleCount": 3791, + "sampleCount": 4065, "rate": 22050, "format": "adpcm", "tags": [ @@ -2521,7 +2513,7 @@ { "name": "Large Cowbell", "md5": "006316650ffc673dc02d36aa55881327.wav", - "sampleCount": 20856, + "sampleCount": 21337, "rate": 22050, "format": "adpcm", "tags": [ @@ -2533,24 +2525,24 @@ { "name": "Laser1", "md5": "46571f8ec0f2cc91666c80e312579082.wav", - "sampleCount": 516, - "rate": 11025, + "sampleCount": 2064, + "rate": 44100, "format": "", "tags": [] }, { "name": "Laser2", "md5": "27654ed2e3224f0a3f77c244e4fae9aa.wav", - "sampleCount": 755, - "rate": 11025, + "sampleCount": 3020, + "rate": 44100, "format": "", "tags": [] }, { "name": "Laugh1", "md5": "1e8e7fb94103282d02a4bb597248c788.wav", - "sampleCount": 13547, - "rate": 11025, + "sampleCount": 54188, + "rate": 44100, "format": "", "tags": [ "human", @@ -2560,8 +2552,8 @@ { "name": "Laugh2", "md5": "8b1e025f38b0635f7e34e9afcace1b5e.wav", - "sampleCount": 14662, - "rate": 11025, + "sampleCount": 58648, + "rate": 44100, "format": "", "tags": [ "human", @@ -2571,8 +2563,8 @@ { "name": "Laugh3", "md5": "86dee6fa7cd73095ba17e4d666a27804.wav", - "sampleCount": 32065, - "rate": 11025, + "sampleCount": 128260, + "rate": 44100, "format": "", "tags": [ "human", @@ -2582,8 +2574,8 @@ { "name": "Lo Geh Tabla", "md5": "9205359ab69d042ed3da8a160a651690.wav", - "sampleCount": 30784, - "rate": 22050, + "sampleCount": 61568, + "rate": 44100, "format": "", "tags": [ "drums", @@ -2594,8 +2586,8 @@ { "name": "Lo Gliss Tabla", "md5": "d7cd24689737569c93e7ea7344ba6b0e.wav", - "sampleCount": 7008, - "rate": 22050, + "sampleCount": 14016, + "rate": 44100, "format": "", "tags": [ "drums", @@ -2606,7 +2598,7 @@ { "name": "Lose", "md5": "d73eacaf5a905bf864041c7a70937ac4.wav", - "sampleCount": 81379, + "sampleCount": 82297, "rate": 22050, "format": "adpcm", "tags": [ @@ -2618,7 +2610,7 @@ { "name": "Low Boing", "md5": "33e9314fd25ef8e800a749c86487f7a9.wav", - "sampleCount": 16592, + "sampleCount": 17273, "rate": 22050, "format": "adpcm", "tags": [ @@ -2628,8 +2620,8 @@ { "name": "Low Conga", "md5": "0b6f94487cd8a1cf0bb77e15966656c3.wav", - "sampleCount": 8384, - "rate": 22050, + "sampleCount": 16768, + "rate": 44100, "format": "", "tags": [ "drums", @@ -2640,7 +2632,7 @@ { "name": "Low Squeak", "md5": "0aae06b65c875a6ba1fd51f4251b16b3.wav", - "sampleCount": 16736, + "sampleCount": 17273, "rate": 22050, "format": "adpcm", "tags": [ @@ -2650,15 +2642,15 @@ { "name": "Low Tom", "md5": "1569bbbd8952b0575e5a5cb5aefb50ba.wav", - "sampleCount": 20000, - "rate": 22050, + "sampleCount": 40000, + "rate": 44100, "format": "", "tags": [] }, { "name": "Low Whoosh", "md5": "d42f096c89764484a442046f4342c9ad.wav", - "sampleCount": 11220, + "sampleCount": 12193, "rate": 22050, "format": "adpcm", "tags": [ @@ -2669,7 +2661,7 @@ { "name": "Machine", "md5": "e7dfb630116153533989ff839c1973a5.wav", - "sampleCount": 10209, + "sampleCount": 11177, "rate": 22050, "format": "adpcm", "tags": [ @@ -2679,7 +2671,7 @@ { "name": "Magic Spell", "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, + "sampleCount": 43689, "rate": 22050, "format": "adpcm", "tags": [ @@ -2690,7 +2682,7 @@ { "name": "Medieval1", "md5": "9329fef6a59c5406d70cbe5837976d6b.wav", - "sampleCount": 213120, + "sampleCount": 213361, "rate": 22050, "format": "adpcm", "tags": [ @@ -2702,7 +2694,7 @@ { "name": "Medieval2", "md5": "7bc8c4a9d0525f04451356c6cc483dd7.wav", - "sampleCount": 324288, + "sampleCount": 324105, "rate": 22050, "format": "adpcm", "tags": [ @@ -2714,8 +2706,8 @@ { "name": "Meow", "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, + "sampleCount": 37376, + "rate": 44100, "format": "", "tags": [ "animals", @@ -2725,8 +2717,8 @@ { "name": "Meow2", "md5": "cf51a0c4088942d95bcc20af13202710.wav", - "sampleCount": 6512, - "rate": 11025, + "sampleCount": 26048, + "rate": 44100, "format": "", "tags": [ "animals", @@ -2736,7 +2728,7 @@ { "name": "Moo", "md5": "7206280bd4444a06d25f19a84dcb56b1.wav", - "sampleCount": 27225, + "sampleCount": 27433, "rate": 22050, "format": "adpcm", "tags": [ @@ -2747,8 +2739,8 @@ { "name": "Motorcycle Passing", "md5": "b49ab3a926da46578396d1faffd24d3b.wav", - "sampleCount": 86016, - "rate": 11025, + "sampleCount": 344064, + "rate": 44100, "format": "", "tags": [ "transportation", @@ -2759,8 +2751,8 @@ { "name": "Movie 1", "md5": "84f7b490f0f536cc1337ab7948aa3aa7.wav", - "sampleCount": 220500, - "rate": 22050, + "sampleCount": 441000, + "rate": 44100, "format": "", "tags": [ "loops", @@ -2771,7 +2763,7 @@ { "name": "Movie 2", "md5": "77ea2403120936066eb6280a47b063fd.wav", - "sampleCount": 151201, + "sampleCount": 151385, "rate": 22050, "format": "adpcm", "tags": [ @@ -2783,8 +2775,8 @@ { "name": "Muted Conga", "md5": "1d4abbe3c9bfe198a88badb10762de75.wav", - "sampleCount": 4544, - "rate": 22050, + "sampleCount": 9088, + "rate": 44100, "format": "", "tags": [ "drums", @@ -2795,7 +2787,7 @@ { "name": "Mystery", "md5": "a822b56063729f4f42f9a62e6010768b.wav", - "sampleCount": 94315, + "sampleCount": 94489, "rate": 22050, "format": "adpcm", "tags": [ @@ -2807,7 +2799,7 @@ { "name": "Ocean Wave", "md5": "c904610d770398b98872a708a2f75611.wav", - "sampleCount": 99206, + "sampleCount": 99569, "rate": 22050, "format": "adpcm", "tags": [ @@ -2819,7 +2811,7 @@ { "name": "Odesong", "md5": "2c41921491b1da2bfa1ebcaba34265ca.wav", - "sampleCount": 212553, + "sampleCount": 212345, "rate": 22050, "format": "adpcm", "tags": [ @@ -2831,7 +2823,7 @@ { "name": "Oops", "md5": "1139072c3d2d31fa5903c46632789d08.wav", - "sampleCount": 30514, + "sampleCount": 31497, "rate": 22050, "format": "adpcm", "tags": [ @@ -2843,7 +2835,7 @@ { "name": "Orchestra Tuning", "md5": "9fdef8a1f57a24b99add29d4f1925c76.wav", - "sampleCount": 221837, + "sampleCount": 222505, "rate": 22050, "format": "adpcm", "tags": [ @@ -2856,16 +2848,16 @@ { "name": "Owl", "md5": "e8b6d605f5a1bb36c29e4e21ef754209.wav", - "sampleCount": 8111, - "rate": 11025, + "sampleCount": 32444, + "rate": 44100, "format": "", "tags": [] }, { "name": "Party Noise", "md5": "8f5a994abfa814da72272e766772dbac.wav", - "sampleCount": 44672, - "rate": 11025, + "sampleCount": 178688, + "rate": 44100, "format": "", "tags": [ "human", @@ -2877,7 +2869,7 @@ { "name": "Pew", "md5": "21a2cc083ef51767fb13791151194348.wav", - "sampleCount": 5816, + "sampleCount": 6097, "rate": 22050, "format": "adpcm", "tags": [ @@ -2889,7 +2881,7 @@ { "name": "Ping Pong Hit", "md5": "8357b4bdf6fbe10b972be3b78167b3c8.wav", - "sampleCount": 11171, + "sampleCount": 11177, "rate": 22050, "format": "adpcm", "tags": [ @@ -2899,7 +2891,7 @@ { "name": "Pluck", "md5": "0f2aa4c395cb932512defb2d14dc1691.wav", - "sampleCount": 6537, + "sampleCount": 7113, "rate": 22050, "format": "adpcm", "tags": [ @@ -2911,8 +2903,8 @@ { "name": "Plunge", "md5": "c09455ee9da0e7eeead42d4e73c2555d.wav", - "sampleCount": 22400, - "rate": 11025, + "sampleCount": 89600, + "rate": 44100, "format": "", "tags": [ "effects", @@ -2923,7 +2915,7 @@ { "name": "Police Siren", "md5": "b10dcd209865fbd392534633307dafad.wav", - "sampleCount": 8649, + "sampleCount": 9145, "rate": 22050, "format": "adpcm", "tags": [ @@ -2933,15 +2925,15 @@ { "name": "Pop", "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, + "sampleCount": 1032, + "rate": 44100, "format": "", "tags": [] }, { "name": "Rain", "md5": "b5db20c28ef4946137129b47772dcf69.wav", - "sampleCount": 220295, + "sampleCount": 220473, "rate": 22050, "format": "adpcm", "tags": [ @@ -2954,15 +2946,15 @@ { "name": "Rattle", "md5": "74f1c07e0bcd7811fd9d456a5f8667f8.wav", - "sampleCount": 13184, - "rate": 22050, + "sampleCount": 26368, + "rate": 44100, "format": "", "tags": [] }, { "name": "Referee Whistle", "md5": "8468b9b3f11a665ee4d215afd8463b97.wav", - "sampleCount": 14034, + "sampleCount": 14225, "rate": 22050, "format": "adpcm", "tags": [ @@ -2972,8 +2964,8 @@ { "name": "Reggae", "md5": "19211d5ecd34214b6aba947790e63bb0.wav", - "sampleCount": 173023, - "rate": 22050, + "sampleCount": 346046, + "rate": 44100, "format": "", "tags": [ "loops", @@ -2983,7 +2975,7 @@ { "name": "Ricochet", "md5": "49407acfc004ec6960e8b84d363bd98d.wav", - "sampleCount": 23862, + "sampleCount": 24385, "rate": 22050, "format": "adpcm", "tags": [ @@ -2994,8 +2986,8 @@ { "name": "Ride Cymbal", "md5": "53badb02228d10494e0efdd1e839548d.wav", - "sampleCount": 8144, - "rate": 11025, + "sampleCount": 32576, + "rate": 44100, "format": "", "tags": [ "music", @@ -3006,7 +2998,7 @@ { "name": "Ring Tone", "md5": "895c0887b4de4e0051e3adbceaf96061.wav", - "sampleCount": 70656, + "sampleCount": 71121, "rate": 22050, "format": "adpcm", "tags": [ @@ -3017,7 +3009,7 @@ { "name": "Rip", "md5": "4081f8fac2ca83bd34329400eb95bbde.wav", - "sampleCount": 11877, + "sampleCount": 12193, "rate": 22050, "format": "adpcm", "tags": [ @@ -3028,8 +3020,8 @@ { "name": "Ripples", "md5": "d3c95a4ba37dcf90c8a57e8b2fd1632d.wav", - "sampleCount": 21504, - "rate": 11025, + "sampleCount": 86016, + "rate": 44100, "format": "", "tags": [ "effects", @@ -3039,23 +3031,23 @@ { "name": "Roll Cymbal", "md5": "da8355d753cd2a5ddd19cb2bb41c1547.wav", - "sampleCount": 26432, - "rate": 22050, + "sampleCount": 52864, + "rate": 44100, "format": "", "tags": [] }, { "name": "Rooster", "md5": "2e375acae2c7c0d655935a9de14b12f6.wav", - "sampleCount": 17110, - "rate": 11025, + "sampleCount": 68440, + "rate": 44100, "format": "", "tags": [] }, { "name": "Scrambling Feet", "md5": "0fbca8db08d46419416c0f104345bc53.wav", - "sampleCount": 35770, + "sampleCount": 36577, "rate": 22050, "format": "adpcm", "tags": [ @@ -3067,16 +3059,16 @@ { "name": "Scratch Beatbox", "md5": "859249563a7b1fc0f6e92e36d1db81c7.wav", - "sampleCount": 11552, - "rate": 22050, + "sampleCount": 23104, + "rate": 44100, "format": "", "tags": [] }, { "name": "Scratchy Beat", "md5": "289dc558e076971e74dd1a0bd55719b1.wav", - "sampleCount": 44096, - "rate": 22050, + "sampleCount": 88192, + "rate": 44100, "format": "", "tags": [ "music", @@ -3087,8 +3079,8 @@ { "name": "Scream1", "md5": "10420bb2f5a3ab440f3b10fc8ea2b08b.wav", - "sampleCount": 6628, - "rate": 11025, + "sampleCount": 26512, + "rate": 44100, "format": "", "tags": [ "human", @@ -3098,8 +3090,8 @@ { "name": "Scream2", "md5": "e06e29398d770dae3cd57447439752ef.wav", - "sampleCount": 17010, - "rate": 22050, + "sampleCount": 34020, + "rate": 44100, "format": "", "tags": [ "human", @@ -3109,7 +3101,7 @@ { "name": "Screech", "md5": "10644c5cc83a9a2dd3ab466deb0eb03d.wav", - "sampleCount": 12907, + "sampleCount": 13209, "rate": 22050, "format": "adpcm", "tags": [ @@ -3120,7 +3112,7 @@ { "name": "Seagulls", "md5": "42bbbb6c37439abc82057ec2e67b78dc.wav", - "sampleCount": 64936, + "sampleCount": 65025, "rate": 22050, "format": "adpcm", "tags": [ @@ -3131,7 +3123,7 @@ { "name": "Sewing Machine", "md5": "7bd800cb66d6fb18886a4c5cea1b76a6.wav", - "sampleCount": 107964, + "sampleCount": 108713, "rate": 22050, "format": "adpcm", "tags": [ @@ -3142,8 +3134,8 @@ { "name": "Shaker", "md5": "714e598d28e493cc50babc17f2c4895d.wav", - "sampleCount": 18560, - "rate": 11025, + "sampleCount": 74240, + "rate": 44100, "format": "", "tags": [ "music", @@ -3153,7 +3145,7 @@ { "name": "Ship Bell", "md5": "4cbd4dc0c55656e7edc4b0f00a3f9738.wav", - "sampleCount": 78597, + "sampleCount": 79249, "rate": 22050, "format": "adpcm", "tags": [ @@ -3164,16 +3156,16 @@ { "name": "Sidestick Snare", "md5": "f6868ee5cf626fc4ef3ca1119dc95592.wav", - "sampleCount": 2336, - "rate": 22050, + "sampleCount": 4672, + "rate": 44100, "format": "", "tags": [] }, { "name": "Singer1", "md5": "92ee32e9be5ed7b69370fc38bb550597.wav", - "sampleCount": 23653, - "rate": 11025, + "sampleCount": 94612, + "rate": 44100, "format": "", "tags": [ "human", @@ -3185,8 +3177,8 @@ { "name": "Singer2", "md5": "5d3d2865906889e866b3edf154e6cf5d.wav", - "sampleCount": 28636, - "rate": 11025, + "sampleCount": 114544, + "rate": 44100, "format": "", "tags": [ "human", @@ -3198,7 +3190,7 @@ { "name": "Siren Whistle", "md5": "ea0d6aced66db4b8cafaeb6418ef9cf6.wav", - "sampleCount": 20821, + "sampleCount": 21337, "rate": 22050, "format": "adpcm", "tags": [ @@ -3209,7 +3201,7 @@ { "name": "Skid", "md5": "2c22bb6e3c65d9430185fd83ec3db64a.wav", - "sampleCount": 23939, + "sampleCount": 24385, "rate": 22050, "format": "adpcm", "tags": [ @@ -3222,7 +3214,7 @@ { "name": "Slide Whistle", "md5": "3858bab5ea1211ff3c5902a4b680f7d8.wav", - "sampleCount": 12273, + "sampleCount": 13209, "rate": 22050, "format": "adpcm", "tags": [ @@ -3234,7 +3226,7 @@ { "name": "Small Cowbell", "md5": "e29154f53f56f96f8a3292bdcddcec54.wav", - "sampleCount": 9718, + "sampleCount": 10161, "rate": 22050, "format": "adpcm", "tags": [ @@ -3246,8 +3238,8 @@ { "name": "Snap", "md5": "c2ff5da4d9d85dee866615f672b749ce.wav", - "sampleCount": 15360, - "rate": 22050, + "sampleCount": 30720, + "rate": 44100, "format": "", "tags": [ "music", @@ -3258,7 +3250,7 @@ { "name": "Snare Beatbox", "md5": "c642c4c00135d890998f351faec55498.wav", - "sampleCount": 5630, + "sampleCount": 6097, "rate": 22050, "format": "adpcm", "tags": [] @@ -3266,15 +3258,15 @@ { "name": "Snare Beatbox2", "md5": "7ede1382b578d8fc32850b48d082d914.wav", - "sampleCount": 4960, - "rate": 22050, + "sampleCount": 9920, + "rate": 44100, "format": "", "tags": [] }, { "name": "Snare Drum", "md5": "c27fb569aba99c7203e954aecb1ed8e4.wav", - "sampleCount": 2757, + "sampleCount": 3049, "rate": 22050, "format": "adpcm", "tags": [ @@ -3286,7 +3278,7 @@ { "name": "Sneaker Squeak", "md5": "03f61f7d2c32da8a1493a380414710a2.wav", - "sampleCount": 8370, + "sampleCount": 9145, "rate": 22050, "format": "adpcm", "tags": [ @@ -3297,8 +3289,8 @@ { "name": "Sneeze1", "md5": "31600c613823710b66a74f4dd54c4cdd.wav", - "sampleCount": 11818, - "rate": 11025, + "sampleCount": 47272, + "rate": 44100, "format": "", "tags": [ "human", @@ -3308,8 +3300,8 @@ { "name": "Sneeze2", "md5": "42b5a31628083f3089f494f2ba644660.wav", - "sampleCount": 15218, - "rate": 22050, + "sampleCount": 30436, + "rate": 44100, "format": "", "tags": [ "voice", @@ -3319,7 +3311,7 @@ { "name": "Snoring", "md5": "5b1a88cd6db7e239642d7ca8a0d74a1a.wav", - "sampleCount": 103974, + "sampleCount": 104649, "rate": 22050, "format": "adpcm", "tags": [ @@ -3332,7 +3324,7 @@ { "name": "Snort", "md5": "362d7440a57cab29914fecea621e50d4.wav", - "sampleCount": 16421, + "sampleCount": 17273, "rate": 22050, "format": "adpcm", "tags": [ @@ -3343,7 +3335,7 @@ { "name": "Space Ambience", "md5": "f8903e89c1082987f18fc30b3de6d61a.wav", - "sampleCount": 220160, + "sampleCount": 220473, "rate": 22050, "format": "adpcm", "tags": [ @@ -3356,7 +3348,7 @@ { "name": "Space Flyby", "md5": "49c2e36b7258338fb3a8576e646c6738.wav", - "sampleCount": 52770, + "sampleCount": 52833, "rate": 22050, "format": "adpcm", "tags": [ @@ -3369,7 +3361,7 @@ { "name": "Space Noise", "md5": "a5cd5e83841aaaf34583d6ad53d551f5.wav", - "sampleCount": 58212, + "sampleCount": 58929, "rate": 22050, "format": "adpcm", "tags": [ @@ -3382,16 +3374,16 @@ { "name": "Space Ripple", "md5": "ff8b8c3bf841a11fd5fe3afaa92be1b5.wav", - "sampleCount": 41149, - "rate": 11025, + "sampleCount": 164596, + "rate": 44100, "format": "", "tags": [] }, { "name": "Spiral", "md5": "c987c4e2c85d1a034ef047c2611aff25.wav", - "sampleCount": 28672, - "rate": 11025, + "sampleCount": 114688, + "rate": 44100, "format": "", "tags": [ "space", @@ -3402,7 +3394,7 @@ { "name": "Splash", "md5": "6aed5e38d40b87a21d893d26fa2858c0.wav", - "sampleCount": 46080, + "sampleCount": 46737, "rate": 22050, "format": "adpcm", "tags": [ @@ -3413,16 +3405,16 @@ { "name": "Splash Cymbal", "md5": "9d63ed5be96c43b06492e8b4a9cea8d8.wav", - "sampleCount": 9600, - "rate": 22050, + "sampleCount": 19200, + "rate": 44100, "format": "", "tags": [] }, { "name": "Spooky String", "md5": "6648b690e6e22c7504db7746879d51b4.wav", - "sampleCount": 51376, - "rate": 11025, + "sampleCount": 205504, + "rate": 44100, "format": "", "tags": [ "effects", @@ -3432,8 +3424,8 @@ { "name": "Squawk", "md5": "e140d7ff07de8fa35c3d1595bba835ac.wav", - "sampleCount": 8208, - "rate": 22050, + "sampleCount": 16416, + "rate": 44100, "format": "", "tags": [ "animals", @@ -3443,7 +3435,7 @@ { "name": "Squeaks", "md5": "62244fb9600ee90c780875deba2ba24f.wav", - "sampleCount": 53626, + "sampleCount": 53849, "rate": 22050, "format": "adpcm", "tags": [ @@ -3454,7 +3446,7 @@ { "name": "Squeaky Toy", "md5": "09d36c3c7531a0a1224437f3994bad40.wav", - "sampleCount": 9982, + "sampleCount": 10161, "rate": 22050, "format": "adpcm", "tags": [ @@ -3467,7 +3459,7 @@ { "name": "Squish Pop", "md5": "853cc25eb47a35c88e3a1fe88b171ed4.wav", - "sampleCount": 9355, + "sampleCount": 10161, "rate": 22050, "format": "adpcm", "tags": [ @@ -3479,8 +3471,8 @@ { "name": "String Accent", "md5": "c1b5c86a10f43f87746b1c305d4fd8df.wav", - "sampleCount": 16896, - "rate": 11025, + "sampleCount": 67584, + "rate": 44100, "format": "", "tags": [ "effects", @@ -3490,8 +3482,8 @@ { "name": "String Pluck", "md5": "d658129427a96764819cb9bd52076860.wav", - "sampleCount": 4976, - "rate": 11025, + "sampleCount": 19904, + "rate": 44100, "format": "", "tags": [ "effects", @@ -3502,7 +3494,7 @@ { "name": "Suction Cup", "md5": "76b9d125d013562dc4f423525b028a19.wav", - "sampleCount": 4882, + "sampleCount": 5081, "rate": 22050, "format": "adpcm", "tags": [ @@ -3512,8 +3504,8 @@ { "name": "Suspense", "md5": "12f86e0188510860970e04df45370c1d.wav", - "sampleCount": 16659, - "rate": 11025, + "sampleCount": 66636, + "rate": 44100, "format": "", "tags": [ "effects", @@ -3524,7 +3516,7 @@ { "name": "Tada", "md5": "10eed5b6b49ec7baf1d4b3b3fad0ac99.wav", - "sampleCount": 55125, + "sampleCount": 55881, "rate": 22050, "format": "adpcm", "tags": [ @@ -3537,8 +3529,8 @@ { "name": "Tambura", "md5": "c2109f07f83086ec863e70887ef55fb6.wav", - "sampleCount": 22261, - "rate": 11025, + "sampleCount": 89044, + "rate": 44100, "format": "", "tags": [ "effects", @@ -3549,8 +3541,8 @@ { "name": "Tap Conga", "md5": "fd9a67157f57f9cc6fe3cdce38a6d4a8.wav", - "sampleCount": 6880, - "rate": 22050, + "sampleCount": 13760, + "rate": 44100, "format": "", "tags": [ "drums", @@ -3561,15 +3553,15 @@ { "name": "Tap Snare", "md5": "d55b3954d72c6275917f375e49b502f3.wav", - "sampleCount": 3296, - "rate": 22050, + "sampleCount": 6592, + "rate": 44100, "format": "", "tags": [] }, { "name": "Techno", "md5": "8700dac70c8e08f4a5d21411980304bb.wav", - "sampleCount": 175680, + "sampleCount": 175769, "rate": 22050, "format": "adpcm", "tags": [ @@ -3581,7 +3573,7 @@ { "name": "Techno2", "md5": "693b428f3797561a11ad0ddbd897b5df.wav", - "sampleCount": 327168, + "sampleCount": 327153, "rate": 22050, "format": "adpcm", "tags": [ @@ -3593,7 +3585,7 @@ { "name": "Telephone Ring", "md5": "276f97d3a9d0f9938b37db8225af97f5.wav", - "sampleCount": 74666, + "sampleCount": 75185, "rate": 22050, "format": "adpcm", "tags": [ @@ -3604,7 +3596,7 @@ { "name": "Telephone Ring2", "md5": "d0096aa9ecc28c0729a99b0349399371.wav", - "sampleCount": 25373, + "sampleCount": 25401, "rate": 22050, "format": "adpcm", "tags": [ @@ -3615,7 +3607,7 @@ { "name": "Teleport", "md5": "2d625187556c4323169fc1a8f29a7a7d.wav", - "sampleCount": 110250, + "sampleCount": 110745, "rate": 22050, "format": "adpcm", "tags": [ @@ -3628,7 +3620,7 @@ { "name": "Teleport2", "md5": "7e5019890a930f3535604cf9cad63ba4.wav", - "sampleCount": 15898, + "sampleCount": 16257, "rate": 22050, "format": "adpcm", "tags": [ @@ -3641,7 +3633,7 @@ { "name": "Teleport3", "md5": "58f76f299a1df2373d4fca3614221186.wav", - "sampleCount": 95440, + "sampleCount": 95505, "rate": 22050, "format": "adpcm", "tags": [ @@ -3654,7 +3646,7 @@ { "name": "Tennis Hit", "md5": "01bd4d670cd586613705ee8273f22568.wav", - "sampleCount": 18176, + "sampleCount": 18289, "rate": 22050, "format": "adpcm", "tags": [ @@ -3665,7 +3657,7 @@ { "name": "Thunder Storm", "md5": "11f13be7e53b2e9116d59344c5efc66a.wav", - "sampleCount": 307513, + "sampleCount": 307849, "rate": 22050, "format": "adpcm", "tags": [ @@ -3679,7 +3671,7 @@ { "name": "Tom Drum", "md5": "5a8b8678d37a860dd6c08082d5cda3c2.wav", - "sampleCount": 35803, + "sampleCount": 36577, "rate": 22050, "format": "adpcm", "tags": [ @@ -3691,7 +3683,7 @@ { "name": "Toy Honk", "md5": "67aadcd28620ecdcdee2ad8eeebefa20.wav", - "sampleCount": 10726, + "sampleCount": 11177, "rate": 22050, "format": "adpcm", "tags": [ @@ -3703,7 +3695,7 @@ { "name": "Toy Zing", "md5": "52cf0926d9bab8774194a37eba636c0e.wav", - "sampleCount": 14103, + "sampleCount": 14225, "rate": 22050, "format": "adpcm", "tags": [ @@ -3713,7 +3705,7 @@ { "name": "Traffic", "md5": "c983b482802b15a80983786019276c28.wav", - "sampleCount": 141977, + "sampleCount": 142241, "rate": 22050, "format": "adpcm", "tags": [ @@ -3726,7 +3718,7 @@ { "name": "Train Whistle", "md5": "50f29d0e028ec5c11210d0e2f91f83dd.wav", - "sampleCount": 47594, + "sampleCount": 47753, "rate": 22050, "format": "adpcm", "tags": [ @@ -3737,8 +3729,8 @@ { "name": "Trap Beat", "md5": "8c2ae70ee6a15c8d58004df7c4718de1.wav", - "sampleCount": 147326, - "rate": 22050, + "sampleCount": 294652, + "rate": 44100, "format": "", "tags": [ "loops", @@ -3750,7 +3742,7 @@ { "name": "Triumph", "md5": "072f4d9a3dfd2a082d50ff90ac7dc8f2.wav", - "sampleCount": 89280, + "sampleCount": 89409, "rate": 22050, "format": "adpcm", "tags": [ @@ -3763,7 +3755,7 @@ { "name": "Tropical Birds", "md5": "18e5a88512296cd96417449496bd8711.wav", - "sampleCount": 546917, + "sampleCount": 546609, "rate": 22050, "format": "adpcm", "tags": [ @@ -3775,8 +3767,8 @@ { "name": "Trumpet1", "md5": "851c9e2c38e5e71922231a8f64c37e70.wav", - "sampleCount": 25800, - "rate": 11025, + "sampleCount": 103200, + "rate": 44100, "format": "", "tags": [ "notes", @@ -3787,8 +3779,8 @@ { "name": "Trumpet2", "md5": "dd73f891deca0241b800ed203408b6f3.wav", - "sampleCount": 23424, - "rate": 11025, + "sampleCount": 93696, + "rate": 44100, "format": "", "tags": [ "notes", @@ -3799,7 +3791,7 @@ { "name": "Video Game 1", "md5": "fc6e9cc9ba13c7e4ebb1af6cd7c90c49.wav", - "sampleCount": 171419, + "sampleCount": 171705, "rate": 22050, "format": "adpcm", "tags": [ @@ -3813,7 +3805,7 @@ { "name": "Video Game 2", "md5": "287c477da485506c5b4ce37c57a64b5f.wav", - "sampleCount": 150479, + "sampleCount": 150369, "rate": 22050, "format": "adpcm", "tags": [ @@ -3826,15 +3818,15 @@ { "name": "Wah Beatbox", "md5": "9021b7bb06f2399f18e2db4fb87095dc.wav", - "sampleCount": 6624, - "rate": 22050, + "sampleCount": 13248, + "rate": 44100, "format": "", "tags": [] }, { "name": "Wand", "md5": "d182adef7a68a5f38f1c78ab7d5afd6a.wav", - "sampleCount": 47447, + "sampleCount": 47753, "rate": 22050, "format": "adpcm", "tags": [ @@ -3845,7 +3837,7 @@ { "name": "Water Drop", "md5": "e133e625fd367d269e76964d4b722fc2.wav", - "sampleCount": 15131, + "sampleCount": 15241, "rate": 22050, "format": "adpcm", "tags": [ @@ -3855,7 +3847,7 @@ { "name": "Whinny", "md5": "f9513bacf2fc665de05a8dd9bcb88117.wav", - "sampleCount": 46108, + "sampleCount": 46737, "rate": 22050, "format": "adpcm", "tags": [ @@ -3866,7 +3858,7 @@ { "name": "Whistle Thump", "md5": "a3fab5681aedaa678982173ed9ca3d36.wav", - "sampleCount": 14441, + "sampleCount": 15241, "rate": 22050, "format": "adpcm", "tags": [ @@ -3878,7 +3870,7 @@ { "name": "Whiz", "md5": "d790e1887515deb4097f0946fbf597ad.wav", - "sampleCount": 19243, + "sampleCount": 19305, "rate": 22050, "format": "adpcm", "tags": [ @@ -3890,8 +3882,8 @@ { "name": "Whoop", "md5": "fbbbb76a2f53dae6ff1cf61b41f66038.wav", - "sampleCount": 54400, - "rate": 11025, + "sampleCount": 217600, + "rate": 44100, "format": "", "tags": [ "effects", @@ -3902,7 +3894,7 @@ { "name": "Win", "md5": "db480f6d5ae6d494dbb76ffb9bd995d5.wav", - "sampleCount": 44771, + "sampleCount": 45721, "rate": 22050, "format": "adpcm", "tags": [ @@ -3914,7 +3906,7 @@ { "name": "Wobble", "md5": "9913a64bfb5cfa6bb30ec24002cce56b.wav", - "sampleCount": 39950, + "sampleCount": 40641, "rate": 22050, "format": "adpcm", "tags": [ @@ -3926,15 +3918,15 @@ { "name": "Wolf Howl", "md5": "5e36d74bb16aa5085b901362788b0fbf.wav", - "sampleCount": 43008, - "rate": 11025, + "sampleCount": 172032, + "rate": 44100, "format": "", "tags": [] }, { "name": "Wood Tap", "md5": "de5b41c7080396986873d97e9e47acf6.wav", - "sampleCount": 2729, + "sampleCount": 3049, "rate": 22050, "format": "adpcm", "tags": [ @@ -3944,15 +3936,15 @@ { "name": "Wub Beatbox", "md5": "e1f32c057411da4237181ce72ae15d23.wav", - "sampleCount": 7392, - "rate": 22050, + "sampleCount": 14784, + "rate": 44100, "format": "", "tags": [] }, { "name": "Xylo1", "md5": "6ac484e97c1c1fe1384642e26a125e70.wav", - "sampleCount": 238232, + "sampleCount": 238761, "rate": 22050, "format": "adpcm", "tags": [ @@ -3963,7 +3955,7 @@ { "name": "Xylo2", "md5": "d38fc904a0acfc27854baf7335ed46f9.wav", - "sampleCount": 246552, + "sampleCount": 246889, "rate": 22050, "format": "adpcm", "tags": [ @@ -3974,7 +3966,7 @@ { "name": "Xylo3", "md5": "786a7a66e96c801ca2efed59b20bf025.wav", - "sampleCount": 208832, + "sampleCount": 209297, "rate": 22050, "format": "adpcm", "tags": [ @@ -3985,7 +3977,7 @@ { "name": "Xylo4", "md5": "b3ee7b6515eaf85aebab3c624c1423e9.wav", - "sampleCount": 77184, + "sampleCount": 77217, "rate": 22050, "format": "adpcm", "tags": [ @@ -3996,8 +3988,8 @@ { "name": "Ya", "md5": "30987bbe464eb8db1e4c781dc238f81c.wav", - "sampleCount": 5691, - "rate": 11025, + "sampleCount": 22764, + "rate": 44100, "format": "", "tags": [ "voice", @@ -4007,7 +3999,7 @@ { "name": "Zip", "md5": "c5f35ef67ab1baccdd3b7df87b329d99.wav", - "sampleCount": 10467, + "sampleCount": 11177, "rate": 22050, "format": "adpcm", "tags": [ @@ -4018,8 +4010,8 @@ { "name": "Zoop", "md5": "01f5372ddac43001a2db4c82d71f37bb.wav", - "sampleCount": 2764, - "rate": 11025, + "sampleCount": 11056, + "rate": 44100, "format": "", "tags": [ "effects", diff --git a/src/lib/libraries/sprites.json b/src/lib/libraries/sprites.json index 86cb267..d8db2da 100644 --- a/src/lib/libraries/sprites.json +++ b/src/lib/libraries/sprites.json @@ -1,7 +1,7 @@ [ { "name": "Abby", - "md5": "afab2d2141e9811bd89e385e9628cb5f.svg", + "md5": "809d9b47347a6af2860e7a3a35bce057.svg", "type": "sprite", "tags": [ "people", @@ -14,60 +14,73 @@ 1 ], "json": { - "objName": "Abby", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Abby", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "abby-a", - "baseLayerID": -1, - "baseLayerMD5": "afab2d2141e9811bd89e385e9628cb5f.svg", + "assetId": "809d9b47347a6af2860e7a3a35bce057", + "name": "abby-a", "bitmapResolution": 1, + "md5ext": "809d9b47347a6af2860e7a3a35bce057.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 100 }, { - "costumeName": "abby-b", - "baseLayerID": -1, - "baseLayerMD5": "1e0116c7c2e5e80c679d0b33f1f5cfb7.svg", + "assetId": "920f14335615fff9b8c55fccb8971984", + "name": "abby-b", "bitmapResolution": 1, + "md5ext": "920f14335615fff9b8c55fccb8971984.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 100 }, { - "costumeName": "abby-c", - "baseLayerID": -1, - "baseLayerMD5": "b6e23922f23b49ddc6f62f675e77417c.svg", + "assetId": "34a175600dc009a521eb46fdbbbeeb67", + "name": "abby-c", "bitmapResolution": 1, + "md5ext": "34a175600dc009a521eb46fdbbbeeb67.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 100 }, { - "costumeName": "abby-d", - "baseLayerID": -1, - "baseLayerMD5": "2d05d4da65e7b5009a491d8153d37253.svg", + "assetId": "45de34b47a2ce22f6f5d28bb35a44ff5", + "name": "abby-d", "bitmapResolution": 1, + "md5ext": "45de34b47a2ce22f6f5d28bb35a44ff5.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 101 } ], - "currentCostumeIndex": 0, - "scratchX": -20, - "scratchY": -38, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 7, "visible": true, - "spriteInfo": {} + "x": -20, + "y": -38, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Abby" } }, { @@ -84,41 +97,51 @@ 1 ], "json": { - "objName": "Amon", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Amon", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "amon", - "baseLayerID": -1, - "baseLayerMD5": "60f720956ab1840431dcf0616ce98f14.png", + "assetId": "60f720956ab1840431dcf0616ce98f14", + "name": "amon", "bitmapResolution": 2, + "md5ext": "60f720956ab1840431dcf0616ce98f14.png", + "dataFormat": "png", "rotationCenterX": 174, "rotationCenterY": 162 } ], - "currentCostumeIndex": 0, - "scratchX": -79, - "scratchY": 11, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -79, + "y": 11, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Amon" } }, { "name": "Andie", - "md5": "d2c433e02481b10584e34ccdcf5a046a.svg", + "md5": "b36584db82bdd45014430aa918461ca0.svg", "type": "sprite", "tags": [ "sports", @@ -135,60 +158,73 @@ 1 ], "json": { - "objName": "Andie", - "sounds": [ - { - "soundName": "Basketball Bounce", - "soundID": -1, - "md5": "1727f65b5f22d151685b8e5917456a60.wav", - "sampleCount": 8099, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Andie", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "andie-a", - "baseLayerID": -1, - "baseLayerMD5": "d2c433e02481b10584e34ccdcf5a046a.svg", + "assetId": "b36584db82bdd45014430aa918461ca0", + "name": "andie-a", "bitmapResolution": 1, + "md5ext": "b36584db82bdd45014430aa918461ca0.svg", + "dataFormat": "svg", "rotationCenterX": 80, "rotationCenterY": 65 }, { - "costumeName": "andie-b", - "baseLayerID": -1, - "baseLayerMD5": "045f92ad80d72521098ede6d7c80549a.svg", + "assetId": "b3fc774e753fef520fb544127a48554b", + "name": "andie-b", "bitmapResolution": 1, + "md5ext": "b3fc774e753fef520fb544127a48554b.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 91 }, { - "costumeName": "andie-c", - "baseLayerID": -1, - "baseLayerMD5": "c9bad70ad371b8d6d97daed7ab9def98.svg", + "assetId": "ded71c8a0f39852178f1695b622c2d89", + "name": "andie-c", "bitmapResolution": 1, + "md5ext": "ded71c8a0f39852178f1695b622c2d89.svg", + "dataFormat": "svg", "rotationCenterX": 46, "rotationCenterY": 49 }, { - "costumeName": "andie-d", - "baseLayerID": -1, - "baseLayerMD5": "7c9db638cd671898ff07771112faff0f.svg", + "assetId": "d92aaf6cf44921905d51ca4a10a4f3d6", + "name": "andie-d", "bitmapResolution": 1, + "md5ext": "d92aaf6cf44921905d51ca4a10a4f3d6.svg", + "dataFormat": "svg", "rotationCenterX": 71, "rotationCenterY": 57 } ], - "currentCostumeIndex": 0, - "scratchX": -150, - "scratchY": 90, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1727f65b5f22d151685b8e5917456a60", + "name": "Basketball Bounce", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "1727f65b5f22d151685b8e5917456a60.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -150, + "y": 90, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Andie" } }, { @@ -205,145 +241,168 @@ 2 ], "json": { - "objName": "Anina Dance", - "sounds": [ - { - "soundName": "dance celebrate", - "soundID": -1, - "md5": "0edb8fb88af19e6e17d0f8cf64c1d136.wav", - "sampleCount": 176401, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "dance magic", - "soundID": -1, - "md5": "042309f190183383c0b1c1fc3edc2e84.wav", - "sampleCount": 187200, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Anina Dance", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "anina stance", - "baseLayerID": -1, - "baseLayerMD5": "84c5e22b4303c7c1fb707125706c9aaa.png", + "assetId": "84c5e22b4303c7c1fb707125706c9aaa", + "name": "anina stance", "bitmapResolution": 2, + "md5ext": "84c5e22b4303c7c1fb707125706c9aaa.png", + "dataFormat": "png", "rotationCenterX": 76, "rotationCenterY": 252 }, { - "costumeName": "anina top stand", - "baseLayerID": -1, - "baseLayerMD5": "db6c03113f71b91f22a9f3351f90e5bf.png", + "assetId": "db6c03113f71b91f22a9f3351f90e5bf", + "name": "anina top stand", "bitmapResolution": 2, + "md5ext": "db6c03113f71b91f22a9f3351f90e5bf.png", + "dataFormat": "png", "rotationCenterX": 74, "rotationCenterY": 280 }, { - "costumeName": "anina top R step", - "baseLayerID": -1, - "baseLayerMD5": "2d208a34e74fdce9dab9d4c585dcfa2b.png", + "assetId": "2d208a34e74fdce9dab9d4c585dcfa2b", + "name": "anina top R step", "bitmapResolution": 2, + "md5ext": "2d208a34e74fdce9dab9d4c585dcfa2b.png", + "dataFormat": "png", "rotationCenterX": 248, "rotationCenterY": 272 }, { - "costumeName": "anina top L step", - "baseLayerID": -1, - "baseLayerMD5": "ed90e8b7a05c1552194af597ac0637cd.png", + "assetId": "ed90e8b7a05c1552194af597ac0637cd", + "name": "anina top L step", "bitmapResolution": 2, + "md5ext": "ed90e8b7a05c1552194af597ac0637cd.png", + "dataFormat": "png", "rotationCenterX": 228, "rotationCenterY": 274 }, { - "costumeName": "anina top freeze", - "baseLayerID": -1, - "baseLayerMD5": "b7693bd6250d4411ee622b67f8025924.png", + "assetId": "b7693bd6250d4411ee622b67f8025924", + "name": "anina top freeze", "bitmapResolution": 2, + "md5ext": "b7693bd6250d4411ee622b67f8025924.png", + "dataFormat": "png", "rotationCenterX": 110, "rotationCenterY": 268 }, { - "costumeName": "anina R cross", - "baseLayerID": -1, - "baseLayerMD5": "3948aad16f8169c013c956dd152a09a6.png", + "assetId": "3948aad16f8169c013c956dd152a09a6", + "name": "anina R cross", "bitmapResolution": 2, + "md5ext": "3948aad16f8169c013c956dd152a09a6.png", + "dataFormat": "png", "rotationCenterX": 126, "rotationCenterY": 268 }, { - "costumeName": "anina pop front", - "baseLayerID": -1, - "baseLayerMD5": "4931a363e3e4efa20230f6ff2991c6b4.png", + "assetId": "4931a363e3e4efa20230f6ff2991c6b4", + "name": "anina pop front", "bitmapResolution": 2, + "md5ext": "4931a363e3e4efa20230f6ff2991c6b4.png", + "dataFormat": "png", "rotationCenterX": 68, "rotationCenterY": 270 }, { - "costumeName": "anina pop down", - "baseLayerID": -1, - "baseLayerMD5": "e3698b76cb0864df2fbaba80e6bd8067.png", + "assetId": "e3698b76cb0864df2fbaba80e6bd8067", + "name": "anina pop down", "bitmapResolution": 2, + "md5ext": "e3698b76cb0864df2fbaba80e6bd8067.png", + "dataFormat": "png", "rotationCenterX": 74, "rotationCenterY": 156 }, { - "costumeName": "anina pop left", - "baseLayerID": -1, - "baseLayerMD5": "d86bb27b4f8d7b70c39c96f29c6943b4.png", + "assetId": "d86bb27b4f8d7b70c39c96f29c6943b4", + "name": "anina pop left", "bitmapResolution": 2, + "md5ext": "d86bb27b4f8d7b70c39c96f29c6943b4.png", + "dataFormat": "png", "rotationCenterX": 238, "rotationCenterY": 266 }, { - "costumeName": "anina pop right", - "baseLayerID": -1, - "baseLayerMD5": "7bb9c790b02231e1272701167c26b17a.png", + "assetId": "7bb9c790b02231e1272701167c26b17a", + "name": "anina pop right", "bitmapResolution": 2, + "md5ext": "7bb9c790b02231e1272701167c26b17a.png", + "dataFormat": "png", "rotationCenterX": 66, "rotationCenterY": 268 }, { - "costumeName": "anina pop L arm", - "baseLayerID": -1, - "baseLayerMD5": "62c50c90535b64f2ae130a5c680ddcb4.png", + "assetId": "62c50c90535b64f2ae130a5c680ddcb4", + "name": "anina pop L arm", "bitmapResolution": 2, + "md5ext": "62c50c90535b64f2ae130a5c680ddcb4.png", + "dataFormat": "png", "rotationCenterX": 68, "rotationCenterY": 274 }, { - "costumeName": "anina pop stand", - "baseLayerID": -1, - "baseLayerMD5": "105f4f3d260dcb8bea02ea9ee5d18cf4.png", + "assetId": "105f4f3d260dcb8bea02ea9ee5d18cf4", + "name": "anina pop stand", "bitmapResolution": 2, + "md5ext": "105f4f3d260dcb8bea02ea9ee5d18cf4.png", + "dataFormat": "png", "rotationCenterX": 76, "rotationCenterY": 276 }, { - "costumeName": "anina pop R arm", - "baseLayerID": -1, - "baseLayerMD5": "ca27e001a263ee6b5852508f39d021db.png", + "assetId": "ca27e001a263ee6b5852508f39d021db", + "name": "anina pop R arm", "bitmapResolution": 2, + "md5ext": "ca27e001a263ee6b5852508f39d021db.png", + "dataFormat": "png", "rotationCenterX": 88, "rotationCenterY": 272 } ], - "currentCostumeIndex": 0, - "scratchX": -27, - "scratchY": 1, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0edb8fb88af19e6e17d0f8cf64c1d136", + "name": "dance celebrate", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 176785, + "md5ext": "0edb8fb88af19e6e17d0f8cf64c1d136.wav" + }, + { + "assetId": "042309f190183383c0b1c1fc3edc2e84", + "name": "dance magic", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 187961, + "md5ext": "042309f190183383c0b1c1fc3edc2e84.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -27, + "y": 1, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Anina Dance" } }, { "name": "Apple", - "md5": "831ccd4741a7a56d85f6698a21f4ca69.svg", + "md5": "3826a4091a33e4d26f87a2fac7cf796b.svg", "type": "sprite", "tags": [ "food", @@ -357,41 +416,51 @@ 1 ], "json": { - "objName": "Apple", - "sounds": [ - { - "soundName": "Chomp", - "soundID": -1, - "md5": "0b1e3033140d094563248e61de4039e5.wav", - "sampleCount": 2912, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Apple", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "apple", - "baseLayerID": -1, - "baseLayerMD5": "831ccd4741a7a56d85f6698a21f4ca69.svg", + "assetId": "3826a4091a33e4d26f87a2fac7cf796b", + "name": "apple", "bitmapResolution": 1, + "md5ext": "3826a4091a33e4d26f87a2fac7cf796b.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 31 } ], - "currentCostumeIndex": 0, - "scratchX": 93, - "scratchY": -23, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0b1e3033140d094563248e61de4039e5", + "name": "Chomp", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11648, + "md5ext": "0b1e3033140d094563248e61de4039e5.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 93, + "y": -23, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Apple" } }, { "name": "Arrow1", - "md5": "62f8794dd120e9b4ead4d098d50fc64b.svg", + "md5": "be8fcd10da0b082f8d4775088ef7bd52.svg", "type": "sprite", "tags": [ "icons", @@ -405,65 +474,78 @@ 1 ], "json": { - "objName": "Arrow1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Arrow1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "arrow1-a", - "baseLayerID": -1, - "baseLayerMD5": "62f8794dd120e9b4ead4d098d50fc64b.svg", + "assetId": "be8fcd10da0b082f8d4775088ef7bd52", + "name": "arrow1-a", "bitmapResolution": 1, + "md5ext": "be8fcd10da0b082f8d4775088ef7bd52.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 23 }, { - "costumeName": "arrow1-b", - "baseLayerID": -1, - "baseLayerMD5": "a157dc7e33d7c7a048af933de999e397.svg", + "assetId": "65b8e977641885010a10a46512fb95b4", + "name": "arrow1-b", "bitmapResolution": 1, + "md5ext": "65b8e977641885010a10a46512fb95b4.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 23 }, { - "costumeName": "arrow1-c", - "baseLayerID": -1, - "baseLayerMD5": "d3b389e91f7beb22b2b1a80af09990ee.svg", + "assetId": "dafcdfda65af14e172809984710f31a9", + "name": "arrow1-c", "bitmapResolution": 1, + "md5ext": "dafcdfda65af14e172809984710f31a9.svg", + "dataFormat": "svg", "rotationCenterX": 23, "rotationCenterY": 28 }, { - "costumeName": "arrow1-d", - "baseLayerID": -1, - "baseLayerMD5": "412717ff731e9f19003a5840054057eb.svg", + "assetId": "70ffa0bae8693418459f21f370584f6d", + "name": "arrow1-d", "bitmapResolution": 1, + "md5ext": "70ffa0bae8693418459f21f370584f6d.svg", + "dataFormat": "svg", "rotationCenterX": 23, "rotationCenterY": 28 } ], - "currentCostumeIndex": 0, - "scratchX": -36, - "scratchY": -14, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -36, + "y": -14, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Arrow1" } }, { "name": "Avery", - "md5": "21393c9114c7d34b1df7ccd12c793672.svg", + "md5": "f52bde34d8027aab14b53f228fe5cc14.svg", "type": "sprite", "tags": [ "people" @@ -474,49 +556,60 @@ 1 ], "json": { - "objName": "Avery", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Avery", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "avery-a", - "baseLayerID": -1, - "baseLayerMD5": "21393c9114c7d34b1df7ccd12c793672.svg", + "assetId": "f52bde34d8027aab14b53f228fe5cc14", + "name": "avery-a", "bitmapResolution": 1, + "md5ext": "f52bde34d8027aab14b53f228fe5cc14.svg", + "dataFormat": "svg", "rotationCenterX": 39, "rotationCenterY": 94 }, { - "costumeName": "avery-b", - "baseLayerID": -1, - "baseLayerMD5": "cc55f2f09599edc4ae0876e8b3d187d0.svg", + "assetId": "944385ea927e8f9d72b9e19620487999", + "name": "avery-b", "bitmapResolution": 1, + "md5ext": "944385ea927e8f9d72b9e19620487999.svg", + "dataFormat": "svg", "rotationCenterX": 39, "rotationCenterY": 94 } ], - "currentCostumeIndex": 0, - "scratchX": -171, - "scratchY": -76, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 49, "visible": true, - "spriteInfo": {} + "x": -171, + "y": -76, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Avery" } }, { "name": "Avery Walking", - "md5": "ed334e546806dfbf26d2591d7ddb12d0.svg", + "md5": "dc6a584704c09a3fbafb9825635a9fd4.svg", "type": "sprite", "tags": [ "people", @@ -528,65 +621,78 @@ 1 ], "json": { - "objName": "Avery Walking", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Avery Walking", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "avery walking-a", - "baseLayerID": -1, - "baseLayerMD5": "ed334e546806dfbf26d2591d7ddb12d0.svg", + "assetId": "dc6a584704c09a3fbafb9825635a9fd4", + "name": "avery walking-a", "bitmapResolution": 1, + "md5ext": "dc6a584704c09a3fbafb9825635a9fd4.svg", + "dataFormat": "svg", "rotationCenterX": 50, "rotationCenterY": 95 }, { - "costumeName": "avery walking-b", - "baseLayerID": -1, - "baseLayerMD5": "c295731e8666ad2e1575fb4b4f82988d.svg", + "assetId": "448e54fb14b13d492885fc247e76b7f4", + "name": "avery walking-b", "bitmapResolution": 1, + "md5ext": "448e54fb14b13d492885fc247e76b7f4.svg", + "dataFormat": "svg", "rotationCenterX": 50, "rotationCenterY": 102 }, { - "costumeName": "avery walking-c", - "baseLayerID": -1, - "baseLayerMD5": "597a834225c9949e419dff7db1bc2453.svg", + "assetId": "3a935fe75ac999e22b93d06b3081a271", + "name": "avery walking-c", "bitmapResolution": 1, + "md5ext": "3a935fe75ac999e22b93d06b3081a271.svg", + "dataFormat": "svg", "rotationCenterX": 48, "rotationCenterY": 95 }, { - "costumeName": "avery walking-d", - "baseLayerID": -1, - "baseLayerMD5": "ce9622d11d24607eec7988196b38c3c6.svg", + "assetId": "8f439476a738251043d488d7a4bc6870", + "name": "avery walking-d", "bitmapResolution": 1, + "md5ext": "8f439476a738251043d488d7a4bc6870.svg", + "dataFormat": "svg", "rotationCenterX": 50, "rotationCenterY": 101 } ], - "currentCostumeIndex": 0, - "scratchX": -177, - "scratchY": 76, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 48, "visible": true, - "spriteInfo": {} + "x": -177, + "y": 76, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Avery Walking" } }, { "name": "Ball", - "md5": "10117ddaefa98d819f2b1df93805622f.svg", + "md5": "3c6241985b581284ec191f9d1deffde8.svg", "type": "sprite", "tags": [ "round", @@ -606,81 +712,96 @@ 2 ], "json": { - "objName": "Ball", - "sounds": [ - { - "soundName": "Boing", - "soundID": -1, - "md5": "53a3c2e27d1fb5fdb14aaf0cb41e7889.wav", - "sampleCount": 6804, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "Pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Ball", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "ball-a", - "baseLayerID": -1, - "baseLayerMD5": "10117ddaefa98d819f2b1df93805622f.svg", + "assetId": "3c6241985b581284ec191f9d1deffde8", + "name": "ball-a", "bitmapResolution": 1, + "md5ext": "3c6241985b581284ec191f9d1deffde8.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 22 }, { - "costumeName": "ball-b", - "baseLayerID": -1, - "baseLayerMD5": "6e6330cad7750ea7e9dc88402661deb8.svg", + "assetId": "ad7dc51cafd73e8279073e33b0eab335", + "name": "ball-b", "bitmapResolution": 1, + "md5ext": "ad7dc51cafd73e8279073e33b0eab335.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 22 }, { - "costumeName": "ball-c", - "baseLayerID": -1, - "baseLayerMD5": "bb45ed5db278f15c17c012c34a6b160f.svg", + "assetId": "f221a2edf87aff3615c0c003e616b31b", + "name": "ball-c", "bitmapResolution": 1, + "md5ext": "f221a2edf87aff3615c0c003e616b31b.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 22 }, { - "costumeName": "ball-d", - "baseLayerID": -1, - "baseLayerMD5": "5d494659deae5c0de06b5885f5524276.svg", + "assetId": "db144b2a19f4f1ab31e30d58f00447dc", + "name": "ball-d", "bitmapResolution": 1, + "md5ext": "db144b2a19f4f1ab31e30d58f00447dc.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 22 }, { - "costumeName": "ball-e", - "baseLayerID": -1, - "baseLayerMD5": "e80c98bc62fd32e8df81642af11ffb1a.svg", + "assetId": "1c44b7494dec047371f74c705f1d99fc", + "name": "ball-e", "bitmapResolution": 1, + "md5ext": "1c44b7494dec047371f74c705f1d99fc.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 22 } ], - "currentCostumeIndex": 0, - "scratchX": -38, - "scratchY": -24, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "53a3c2e27d1fb5fdb14aaf0cb41e7889", + "name": "Boing", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 7113, + "md5ext": "53a3c2e27d1fb5fdb14aaf0cb41e7889.wav" + }, + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "Pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": -38, + "y": -24, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Ball" } }, { "name": "Ballerina", - "md5": "6051bb7008cf17c8853a6f81f04c8a0f.svg", + "md5": "5197d3778baf55da6b81b3ada1e10021.svg", "type": "sprite", "tags": [ "people", @@ -692,65 +813,78 @@ 1 ], "json": { - "objName": "Ballerina", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Ballerina", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "ballerina-a", - "baseLayerID": -1, - "baseLayerMD5": "6051bb7008cf17c8853a6f81f04c8a0f.svg", + "assetId": "5197d3778baf55da6b81b3ada1e10021", + "name": "ballerina-a", "bitmapResolution": 1, - "rotationCenterX": 75, - "rotationCenterY": 75 + "md5ext": "5197d3778baf55da6b81b3ada1e10021.svg", + "dataFormat": "svg", + "rotationCenterX": 31.00008984350052, + "rotationCenterY": 49 }, { - "costumeName": "ballerina-b", - "baseLayerID": -1, - "baseLayerMD5": "8bc5e47fb1439e29e11e9e3f2e20c6de.svg", + "assetId": "4ccb1752a43f48aafe490c9c08e58c27", + "name": "ballerina-b", "bitmapResolution": 1, - "rotationCenterX": 75, - "rotationCenterY": 75 + "md5ext": "4ccb1752a43f48aafe490c9c08e58c27.svg", + "dataFormat": "svg", + "rotationCenterX": 29.496239121982484, + "rotationCenterY": 23.769351839794098 }, { - "costumeName": "ballerina-c", - "baseLayerID": -1, - "baseLayerMD5": "6d3a07761b294f705987b0af58f8e335.svg", + "assetId": "fc02bf591dd3d91eeeb50c7424d08274", + "name": "ballerina-c", "bitmapResolution": 1, - "rotationCenterX": 75, - "rotationCenterY": 75 + "md5ext": "fc02bf591dd3d91eeeb50c7424d08274.svg", + "dataFormat": "svg", + "rotationCenterX": 59.502591601941845, + "rotationCenterY": 59.184989331170854 }, { - "costumeName": "ballerina-d", - "baseLayerID": -1, - "baseLayerMD5": "c3164795edf39e436272f425b4f5e487.svg", + "assetId": "5aae21aee33c3f1ae943af5ea11254bf", + "name": "ballerina-d", "bitmapResolution": 1, - "rotationCenterX": 75, - "rotationCenterY": 75 + "md5ext": "5aae21aee33c3f1ae943af5ea11254bf.svg", + "dataFormat": "svg", + "rotationCenterX": 36.40099014292747, + "rotationCenterY": 77.95160112758442 } ], - "currentCostumeIndex": 0, - "scratchX": -19, - "scratchY": -7, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -19, + "y": -7, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Ballerina" } }, { "name": "Balloon1", - "md5": "bc96a1fb5fe794377acd44807e421ce2.svg", + "md5": "d7974f9e15000c16222f94ee32d8227a.svg", "type": "sprite", "tags": [ "party", @@ -768,57 +902,69 @@ 1 ], "json": { - "objName": "Balloon1", - "sounds": [ - { - "soundName": "Pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Balloon1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "balloon1-a", - "baseLayerID": -1, - "baseLayerMD5": "bc96a1fb5fe794377acd44807e421ce2.svg", + "assetId": "d7974f9e15000c16222f94ee32d8227a", + "name": "balloon1-a", "bitmapResolution": 1, + "md5ext": "d7974f9e15000c16222f94ee32d8227a.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 94 }, { - "costumeName": "balloon1-b", - "baseLayerID": -1, - "baseLayerMD5": "d7bb51d9c38af6314bd2b4058d2a592d.svg", + "assetId": "a2516ac2b8d7a348194908e630387ea9", + "name": "balloon1-b", "bitmapResolution": 1, + "md5ext": "a2516ac2b8d7a348194908e630387ea9.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 94 }, { - "costumeName": "balloon1-c", - "baseLayerID": -1, - "baseLayerMD5": "247cef27b665d77d9efaca69327cae77.svg", + "assetId": "63e5aea255610f9fdf0735e1e9a55a5c", + "name": "balloon1-c", "bitmapResolution": 1, + "md5ext": "63e5aea255610f9fdf0735e1e9a55a5c.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 94 } ], - "currentCostumeIndex": 0, - "scratchX": -69, - "scratchY": 41, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "Pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": -69, + "y": 41, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Balloon1" } }, { "name": "Bananas", - "md5": "1a76b68e056954f5c8ac1f073df1533d.svg", + "md5": "e5d3d3eb61797f5999732a8f5efead24.svg", "type": "sprite", "tags": [ "food", @@ -833,49 +979,60 @@ 2 ], "json": { - "objName": "Bananas", - "sounds": [ - { - "soundName": "Chomp", - "soundID": -1, - "md5": "0b1e3033140d094563248e61de4039e5.wav", - "sampleCount": 2912, - "rate": 11025, - "format": "" - }, - { - "soundName": "Bite", - "soundID": -1, - "md5": "0039635b1d6853face36581784558454.wav", - "sampleCount": 7672, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Bananas", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "bananas", - "baseLayerID": -1, - "baseLayerMD5": "1a76b68e056954f5c8ac1f073df1533d.svg", + "assetId": "e5d3d3eb61797f5999732a8f5efead24", + "name": "bananas", "bitmapResolution": 1, + "md5ext": "e5d3d3eb61797f5999732a8f5efead24.svg", + "dataFormat": "svg", "rotationCenterX": 39, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": 83, - "scratchY": -45, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0b1e3033140d094563248e61de4039e5", + "name": "Chomp", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11648, + "md5ext": "0b1e3033140d094563248e61de4039e5.wav" + }, + { + "assetId": "0039635b1d6853face36581784558454", + "name": "Bite", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "0039635b1d6853face36581784558454.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": 83, + "y": -45, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Bananas" } }, { "name": "Baseball", - "md5": "838dc2b2278619d3a9beefc6c8072a08.svg", + "md5": "74e08fc57820f925c7689e7b754c5848.svg", "type": "sprite", "tags": [ "baseball", @@ -889,41 +1046,51 @@ 1 ], "json": { - "objName": "Baseball", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Baseball", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "baseball", - "baseLayerID": -1, - "baseLayerMD5": "838dc2b2278619d3a9beefc6c8072a08.svg", + "assetId": "74e08fc57820f925c7689e7b754c5848", + "name": "baseball", "bitmapResolution": 1, + "md5ext": "74e08fc57820f925c7689e7b754c5848.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 28 } ], - "currentCostumeIndex": 0, - "scratchX": 173, - "scratchY": -89, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": 155.00000000000003, + "y": -91.00000000000001, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Baseball" } }, { "name": "Basketball", - "md5": "482f04cbffa835c4abf29ab996d3fbbd.svg", + "md5": "6b0b2aaa12d655e96b5b34e92d9fbd4f.svg", "type": "sprite", "tags": [ "sports", @@ -936,49 +1103,60 @@ 2 ], "json": { - "objName": "Basketball", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - }, - { - "soundName": "basketball bounce", - "soundID": -1, - "md5": "1727f65b5f22d151685b8e5917456a60.wav", - "sampleCount": 8099, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Basketball", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "basketball", - "baseLayerID": -1, - "baseLayerMD5": "482f04cbffa835c4abf29ab996d3fbbd.svg", + "assetId": "6b0b2aaa12d655e96b5b34e92d9fbd4f", + "name": "basketball", "bitmapResolution": 1, + "md5ext": "6b0b2aaa12d655e96b5b34e92d9fbd4f.svg", + "dataFormat": "svg", "rotationCenterX": 23, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": 202, - "scratchY": -108, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + }, + { + "assetId": "1727f65b5f22d151685b8e5917456a60", + "name": "basketball bounce", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "1727f65b5f22d151685b8e5917456a60.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": 79, + "y": -116, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Basketball" } }, { "name": "Bat", - "md5": "75bf9a5c5ec7dc9325a0301b6f6e72dd.svg", + "md5": "4e4ced87ed37ee66c758bba077e0eae6.svg", "type": "sprite", "tags": [ "fantasy", @@ -994,65 +1172,78 @@ 1 ], "json": { - "objName": "Bat", - "sounds": [ - { - "soundName": "owl", - "soundID": -1, - "md5": "e8b6d605f5a1bb36c29e4e21ef754209.wav", - "sampleCount": 8111, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Bat", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "bat-a", - "baseLayerID": -1, - "baseLayerMD5": "75bf9a5c5ec7dc9325a0301b6f6e72dd.svg", + "assetId": "4e4ced87ed37ee66c758bba077e0eae6", + "name": "bat-a", "bitmapResolution": 1, + "md5ext": "4e4ced87ed37ee66c758bba077e0eae6.svg", + "dataFormat": "svg", "rotationCenterX": 80, "rotationCenterY": 60 }, { - "costumeName": "bat-b", - "baseLayerID": -1, - "baseLayerMD5": "b92d4967a0c233b0e78d6e834653f846.svg", + "assetId": "bc6dd12fc9e407c7774959cdf427f8b5", + "name": "bat-b", "bitmapResolution": 1, + "md5ext": "bc6dd12fc9e407c7774959cdf427f8b5.svg", + "dataFormat": "svg", "rotationCenterX": 39, "rotationCenterY": 61 }, { - "costumeName": "bat-c", - "baseLayerID": -1, - "baseLayerMD5": "56b1458bd81b8ac2401c216f7352343c.svg", + "assetId": "60f5bfce5d9b11bfcd199a6aa5454b3f", + "name": "bat-c", "bitmapResolution": 1, + "md5ext": "60f5bfce5d9b11bfcd199a6aa5454b3f.svg", + "dataFormat": "svg", "rotationCenterX": 68, "rotationCenterY": 66 }, { - "costumeName": "bat-d", - "baseLayerID": -1, - "baseLayerMD5": "7f806f928a192aab0b0d03aa96a89a67.svg", + "assetId": "698c2a48e774f9959d57c9618b156c20", + "name": "bat-d", "bitmapResolution": 1, + "md5ext": "698c2a48e774f9959d57c9618b156c20.svg", + "dataFormat": "svg", "rotationCenterX": 29, "rotationCenterY": 62 } ], - "currentCostumeIndex": 0, - "scratchX": -81, - "scratchY": 107, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "e8b6d605f5a1bb36c29e4e21ef754209", + "name": "owl", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 32444, + "md5ext": "e8b6d605f5a1bb36c29e4e21ef754209.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -85, + "y": 107, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Bat" } }, { "name": "Batter", - "md5": "f7357c4cef5f31c6460e4f69dd0adabb.svg", + "md5": "9d193bef6e3d6d8eba6d1470b8bf9351.svg", "type": "sprite", "tags": [ "baseball", @@ -1066,65 +1257,78 @@ 1 ], "json": { - "objName": "Batter", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Batter", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "batter-a", - "baseLayerID": -1, - "baseLayerMD5": "f7357c4cef5f31c6460e4f69dd0adabb.svg", + "assetId": "9d193bef6e3d6d8eba6d1470b8bf9351", + "name": "batter-a", "bitmapResolution": 1, + "md5ext": "9d193bef6e3d6d8eba6d1470b8bf9351.svg", + "dataFormat": "svg", "rotationCenterX": 46, "rotationCenterY": 80 }, { - "costumeName": "batter-b", - "baseLayerID": -1, - "baseLayerMD5": "c60fe1da0dcddedfd152384c60cbd5cc.svg", + "assetId": "fdfde4bcbaca0f68e83fdf3f4ef0c660", + "name": "batter-b", "bitmapResolution": 1, + "md5ext": "fdfde4bcbaca0f68e83fdf3f4ef0c660.svg", + "dataFormat": "svg", "rotationCenterX": 16, "rotationCenterY": 67 }, { - "costumeName": "batter-c", - "baseLayerID": -1, - "baseLayerMD5": "165c30e123e785d4cbbc0d9621f1c349.svg", + "assetId": "bd4fc003528acfa847e45ff82f346eee", + "name": "batter-c", "bitmapResolution": 1, + "md5ext": "bd4fc003528acfa847e45ff82f346eee.svg", + "dataFormat": "svg", "rotationCenterX": 94, "rotationCenterY": 66 }, { - "costumeName": "batter-d", - "baseLayerID": -1, - "baseLayerMD5": "e82529d9c31b56a3dd098ccc94be68a6.svg", + "assetId": "592ee9ab2aeefe65cb4fb95fcd046f33", + "name": "batter-d", "bitmapResolution": 1, + "md5ext": "592ee9ab2aeefe65cb4fb95fcd046f33.svg", + "dataFormat": "svg", "rotationCenterX": 70, "rotationCenterY": 102 } ], - "currentCostumeIndex": 0, - "scratchX": 121, - "scratchY": 70, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": 121, + "y": 70, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Batter" } }, { "name": "Beachball", - "md5": "87d64cab74c64b31498cc85f07510ee4.svg", + "md5": "5198b5a03ebae60698e0906f59a5fc15.svg", "type": "sprite", "tags": [ "round", @@ -1138,49 +1342,60 @@ 2 ], "json": { - "objName": "Beachball", - "sounds": [ - { - "soundName": "Basketball Bounce", - "soundID": -1, - "md5": "1727f65b5f22d151685b8e5917456a60.wav", - "sampleCount": 8099, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Beachball", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "beachball", - "baseLayerID": -1, - "baseLayerMD5": "87d64cab74c64b31498cc85f07510ee4.svg", + "assetId": "5198b5a03ebae60698e0906f59a5fc15", + "name": "beachball", "bitmapResolution": 1, + "md5ext": "5198b5a03ebae60698e0906f59a5fc15.svg", + "dataFormat": "svg", "rotationCenterX": 34, "rotationCenterY": 33 } ], - "currentCostumeIndex": 0, - "scratchX": -83, - "scratchY": -24, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1727f65b5f22d151685b8e5917456a60", + "name": "Basketball Bounce", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "1727f65b5f22d151685b8e5917456a60.wav" + }, + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 8, "visible": true, - "spriteInfo": {} + "x": -83, + "y": -24, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Beachball" } }, { "name": "Bear", - "md5": "5a4148d7684fc95f38c58a1672062c9e.svg", + "md5": "deef1eaa96d550ae6fc11524a1935024.svg", "type": "sprite", "tags": [ "animals", @@ -1193,49 +1408,60 @@ 1 ], "json": { - "objName": "Bear", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Bear", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "bear-a", - "baseLayerID": -1, - "baseLayerMD5": "5a4148d7684fc95f38c58a1672062c9e.svg", + "assetId": "deef1eaa96d550ae6fc11524a1935024", + "name": "bear-a", "bitmapResolution": 1, + "md5ext": "deef1eaa96d550ae6fc11524a1935024.svg", + "dataFormat": "svg", "rotationCenterX": 100, "rotationCenterY": 90 }, { - "costumeName": "bear-b", - "baseLayerID": -1, - "baseLayerMD5": "92a64ce184c8515217e0e98e49624622.svg", + "assetId": "6f303e972f33fcb7ef36d0d8012d0975", + "name": "bear-b", "bitmapResolution": 1, + "md5ext": "6f303e972f33fcb7ef36d0d8012d0975.svg", + "dataFormat": "svg", "rotationCenterX": 94, - "rotationCenterY": 191 + "rotationCenterY": 190.66666666666666 } ], - "currentCostumeIndex": 0, - "scratchX": 6, - "scratchY": -18, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": 6, + "y": -18, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Bear" } }, { "name": "Bear-walking", - "md5": "d15eddb1a0f0ff0fa867bc006b46685d.svg", + "md5": "6d4d06e3f4cd0c9455b777b9a40782b6.svg", "type": "sprite", "tags": [ "animals", @@ -1248,97 +1474,114 @@ 1 ], "json": { - "objName": "Bear-walking", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Bear-walking", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "bear-walk-a", - "baseLayerID": -1, - "baseLayerMD5": "d15eddb1a0f0ff0fa867bc006b46685d.svg", + "assetId": "6d4d06e3f4cd0c9455b777b9a40782b6", + "name": "bear-walk-a", "bitmapResolution": 1, + "md5ext": "6d4d06e3f4cd0c9455b777b9a40782b6.svg", + "dataFormat": "svg", "rotationCenterX": 130, "rotationCenterY": 94 }, { - "costumeName": "bear-walk-b", - "baseLayerID": -1, - "baseLayerMD5": "06e3f1bcf4f46b83df3820d92430f202.svg", + "assetId": "7453709bef16e33e6f989aee14d7fc07", + "name": "bear-walk-b", "bitmapResolution": 1, + "md5ext": "7453709bef16e33e6f989aee14d7fc07.svg", + "dataFormat": "svg", "rotationCenterX": 130, "rotationCenterY": 94 }, { - "costumeName": "bear-walk-c", - "baseLayerID": -1, - "baseLayerMD5": "13a3584040c9903b1824bb249d7f8a0e.svg", + "assetId": "6d50c5fe63ab5f77d10144a68ca535a6", + "name": "bear-walk-c", "bitmapResolution": 1, + "md5ext": "6d50c5fe63ab5f77d10144a68ca535a6.svg", + "dataFormat": "svg", "rotationCenterX": 130, "rotationCenterY": 94 }, { - "costumeName": "bear-walk-d", - "baseLayerID": -1, - "baseLayerMD5": "c5d49a105619c497be45a5d2c43a740a.svg", + "assetId": "e531b307381c2aa148be4ccc36db0333", + "name": "bear-walk-d", "bitmapResolution": 1, + "md5ext": "e531b307381c2aa148be4ccc36db0333.svg", + "dataFormat": "svg", "rotationCenterX": 130, "rotationCenterY": 94 }, { - "costumeName": "bear-walk-e", - "baseLayerID": -1, - "baseLayerMD5": "ece252d79c2d30c647c43c58986d9671.svg", + "assetId": "0a38a860f2e573b8dc5b09f390d30fbd", + "name": "bear-walk-e", "bitmapResolution": 1, + "md5ext": "0a38a860f2e573b8dc5b09f390d30fbd.svg", + "dataFormat": "svg", "rotationCenterX": 130, "rotationCenterY": 94 }, { - "costumeName": "bear-walk-f", - "baseLayerID": -1, - "baseLayerMD5": "ff66b87efec0e647dc30ec58df168ec4.svg", + "assetId": "f36c80d2e731be95df7ec6d07f89fa00", + "name": "bear-walk-f", "bitmapResolution": 1, + "md5ext": "f36c80d2e731be95df7ec6d07f89fa00.svg", + "dataFormat": "svg", "rotationCenterX": 130, "rotationCenterY": 94 }, { - "costumeName": "bear-walk-g", - "baseLayerID": -1, - "baseLayerMD5": "d1404b12adf0d6b1b881f0dca47ce21a.svg", + "assetId": "d2a5f124f988def1d214e6d0813a48f3", + "name": "bear-walk-g", "bitmapResolution": 1, + "md5ext": "d2a5f124f988def1d214e6d0813a48f3.svg", + "dataFormat": "svg", "rotationCenterX": 130, "rotationCenterY": 94 }, { - "costumeName": "bear-walk-h", - "baseLayerID": -1, - "baseLayerMD5": "489055be58a7d9806e1d50455c88c399.svg", + "assetId": "36d06aa23c684fc996952adb0e76e6b4", + "name": "bear-walk-h", "bitmapResolution": 1, + "md5ext": "36d06aa23c684fc996952adb0e76e6b4.svg", + "dataFormat": "svg", "rotationCenterX": 130, "rotationCenterY": 94 } ], - "currentCostumeIndex": 0, - "scratchX": -13, - "scratchY": -35, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 7, "visible": true, - "spriteInfo": {} + "x": -13, + "y": -35, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Bear-walking" } }, { "name": "Beetle", - "md5": "e1ce8f153f011fdd52486c91c6ed594d.svg", + "md5": "46d0dfd4ae7e9bfe3a6a2e35a4905eae.svg", "type": "sprite", "tags": [ "animals", @@ -1352,41 +1595,51 @@ 1 ], "json": { - "objName": "Beetle", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Beetle", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "beetle", - "baseLayerID": -1, - "baseLayerMD5": "e1ce8f153f011fdd52486c91c6ed594d.svg", + "assetId": "46d0dfd4ae7e9bfe3a6a2e35a4905eae", + "name": "beetle", "bitmapResolution": 1, + "md5ext": "46d0dfd4ae7e9bfe3a6a2e35a4905eae.svg", + "dataFormat": "svg", "rotationCenterX": 43, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": 77, - "scratchY": -42, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 9, "visible": true, - "spriteInfo": {} + "x": 77, + "y": -42, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Beetle" } }, { "name": "Bell", - "md5": "f35056c772395455d703773657e1da6e.svg", + "md5": "8c0234fe1bfd36f5a72e975fbbc18bfd.svg", "type": "sprite", "tags": [ "music", @@ -1400,49 +1653,60 @@ 2 ], "json": { - "objName": "Bell", - "sounds": [ - { - "soundName": "xylo1", - "soundID": -1, - "md5": "6ac484e97c1c1fe1384642e26a125e70.wav", - "sampleCount": 238232, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "bell toll", - "soundID": -1, - "md5": "25d61e79cbeba4041eebeaebd7bf9598.wav", - "sampleCount": 45168, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Bell", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "bell1", - "baseLayerID": -1, - "baseLayerMD5": "f35056c772395455d703773657e1da6e.svg", + "assetId": "8c0234fe1bfd36f5a72e975fbbc18bfd", + "name": "bell1", "bitmapResolution": 1, + "md5ext": "8c0234fe1bfd36f5a72e975fbbc18bfd.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": 69 } ], - "currentCostumeIndex": 0, - "scratchX": 96, - "scratchY": 8, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, - "visible": true, - "spriteInfo": {} - } - }, - { - "name": "Ben", - "md5": "322e13bd17d02acfdc048a5ef2167be8.svg", + "sounds": [ + { + "assetId": "6ac484e97c1c1fe1384642e26a125e70", + "name": "xylo1", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 238761, + "md5ext": "6ac484e97c1c1fe1384642e26a125e70.wav" + }, + { + "assetId": "25d61e79cbeba4041eebeaebd7bf9598", + "name": "bell toll", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 180672, + "md5ext": "25d61e79cbeba4041eebeaebd7bf9598.wav" + } + ], + "volume": 100, + "layerOrder": 10, + "visible": true, + "x": 96, + "y": 8, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Bell" + } + }, + { + "name": "Ben", + "md5": "2cd77b8a9961e7ad4da905e7731b7c1b.svg", "type": "sprite", "tags": [ "sports", @@ -1457,73 +1721,87 @@ 2 ], "json": { - "objName": "Ben", - "sounds": [ - { - "soundName": "Goal Cheer", - "soundID": -1, - "md5": "a434069c58e79d42f5d21abb1c318919.wav", - "sampleCount": 84096, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "Referee Whistle", - "soundID": -1, - "md5": "8468b9b3f11a665ee4d215afd8463b97.wav", - "sampleCount": 14034, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Ben", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "ben-a", - "baseLayerID": -1, - "baseLayerMD5": "322e13bd17d02acfdc048a5ef2167be8.svg", + "assetId": "2cd77b8a9961e7ad4da905e7731b7c1b", + "name": "ben-a", "bitmapResolution": 1, + "md5ext": "2cd77b8a9961e7ad4da905e7731b7c1b.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 69 }, { - "costumeName": "ben-b", - "baseLayerID": -1, - "baseLayerMD5": "59ba1e80ba75b1d06c37db4b9b4fde27.svg", + "assetId": "165d993c30dfdb9e829d0d98867d7826", + "name": "ben-b", "bitmapResolution": 1, + "md5ext": "165d993c30dfdb9e829d0d98867d7826.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 69 }, { - "costumeName": "ben-c", - "baseLayerID": -1, - "baseLayerMD5": "940ec2fa85d666dde95a51bcbccd266e.svg", + "assetId": "9f9f88aea3457084d8d734040b0b9067", + "name": "ben-c", "bitmapResolution": 1, + "md5ext": "9f9f88aea3457084d8d734040b0b9067.svg", + "dataFormat": "svg", "rotationCenterX": 73, "rotationCenterY": 71 }, { - "costumeName": "ben-d", - "baseLayerID": -1, - "baseLayerMD5": "3043a50a91b9d484a8cd32eb82f2d88f.svg", + "assetId": "acc208e29f0422c2bcffa3b8873abc63", + "name": "ben-d", "bitmapResolution": 1, + "md5ext": "acc208e29f0422c2bcffa3b8873abc63.svg", + "dataFormat": "svg", "rotationCenterX": 44, "rotationCenterY": 71 } ], - "currentCostumeIndex": 0, - "scratchX": -15, - "scratchY": 93, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "a434069c58e79d42f5d21abb1c318919", + "name": "Goal Cheer", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 84329, + "md5ext": "a434069c58e79d42f5d21abb1c318919.wav" + }, + { + "assetId": "8468b9b3f11a665ee4d215afd8463b97", + "name": "Referee Whistle", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 14225, + "md5ext": "8468b9b3f11a665ee4d215afd8463b97.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -15, + "y": 93, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Ben" } }, { "name": "Bowl", - "md5": "86f616639846f06fef29931e6b9b59de.svg", + "md5": "d147f16e3e2583719c073ac5b55fe3ca.svg", "type": "sprite", "tags": [ "thing", @@ -1535,41 +1813,51 @@ 1 ], "json": { - "objName": "Bowl", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Bowl", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "bowl-a", - "baseLayerID": -1, - "baseLayerMD5": "86f616639846f06fef29931e6b9b59de.svg", + "assetId": "d147f16e3e2583719c073ac5b55fe3ca", + "name": "bowl-a", "bitmapResolution": 1, + "md5ext": "d147f16e3e2583719c073ac5b55fe3ca.svg", + "dataFormat": "svg", "rotationCenterX": 30, "rotationCenterY": 15 } ], - "currentCostumeIndex": 0, - "scratchX": 17, - "scratchY": 18, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 17, + "y": 18, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Bowl" } }, { "name": "Bowtie", - "md5": "7d876f3ba4b04f3193a701ed30b4490c.svg", + "md5": "4b032ba44b8077439e73815542e7ed23.svg", "type": "sprite", "tags": [ "fashion", @@ -1582,41 +1870,51 @@ 1 ], "json": { - "objName": "Bowtie", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Bowtie", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "bowtie", - "baseLayerID": -1, - "baseLayerMD5": "7d876f3ba4b04f3193a701ed30b4490c.svg", + "assetId": "4b032ba44b8077439e73815542e7ed23", + "name": "bowtie", "bitmapResolution": 1, + "md5ext": "4b032ba44b8077439e73815542e7ed23.svg", + "dataFormat": "svg", "rotationCenterX": 15, "rotationCenterY": 8 } ], - "currentCostumeIndex": 0, - "scratchX": -65, - "scratchY": 58, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": -65, + "y": 58, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Bowtie" } }, { "name": "Bread", - "md5": "68366160ce0ac1221cdde4455eca9cba.svg", + "md5": "585de1550446d4420f8a10fdecac995b.svg", "type": "sprite", "tags": [ "food", @@ -1628,41 +1926,51 @@ 1 ], "json": { - "objName": "Bread", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Bread", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "bread", - "baseLayerID": -1, - "baseLayerMD5": "68366160ce0ac1221cdde4455eca9cba.svg", + "assetId": "585de1550446d4420f8a10fdecac995b", + "name": "bread", "bitmapResolution": 1, + "md5ext": "585de1550446d4420f8a10fdecac995b.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 12 } ], - "currentCostumeIndex": 0, - "scratchX": 6, - "scratchY": 49, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 13, "visible": true, - "spriteInfo": {} + "x": 6, + "y": 49, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Bread" } }, { "name": "Broom", - "md5": "836197f784bc4c4decfb1a5a60ca6c56.svg", + "md5": "556288a1c996345c751a3dc88b570cfa.svg", "type": "sprite", "tags": [ "fantasy", @@ -1676,41 +1984,51 @@ 1 ], "json": { - "objName": "Broom", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Broom", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "broom", - "baseLayerID": -1, - "baseLayerMD5": "836197f784bc4c4decfb1a5a60ca6c56.svg", + "assetId": "556288a1c996345c751a3dc88b570cfa", + "name": "broom", "bitmapResolution": 1, + "md5ext": "556288a1c996345c751a3dc88b570cfa.svg", + "dataFormat": "svg", "rotationCenterX": 135, "rotationCenterY": 25 } ], - "currentCostumeIndex": 0, - "scratchX": -14, - "scratchY": -59, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 8, "visible": true, - "spriteInfo": {} + "x": -14, + "y": -59, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Broom" } }, { "name": "Buildings", - "md5": "d713270e235851e5962becd73a951771.svg", + "md5": "e8c9508b1f6a0a432e09c10ef9ada67c.svg", "type": "sprite", "tags": [ "things", @@ -1724,113 +2042,132 @@ 1 ], "json": { - "objName": "Buildings", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Buildings", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "building-a", - "baseLayerID": -1, - "baseLayerMD5": "d713270e235851e5962becd73a951771.svg", + "assetId": "e8c9508b1f6a0a432e09c10ef9ada67c", + "name": "building-a", "bitmapResolution": 1, + "md5ext": "e8c9508b1f6a0a432e09c10ef9ada67c.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 30 }, { - "costumeName": "building-b", - "baseLayerID": -1, - "baseLayerMD5": "8c2d59c50a97d33b096f629258f02be6.svg", + "assetId": "a8c977a3b85ffe8c8b453c9d668989b8", + "name": "building-b", "bitmapResolution": 1, + "md5ext": "a8c977a3b85ffe8c8b453c9d668989b8.svg", + "dataFormat": "svg", "rotationCenterX": 46, "rotationCenterY": -11 }, { - "costumeName": "building-c", - "baseLayerID": -1, - "baseLayerMD5": "7f3f51f495c39809bed95991dfa1f80d.svg", + "assetId": "e4764cfc384a499f92da3ea745bcebe2", + "name": "building-c", "bitmapResolution": 1, + "md5ext": "e4764cfc384a499f92da3ea745bcebe2.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 17 }, { - "costumeName": "building-d", - "baseLayerID": -1, - "baseLayerMD5": "bbe68ab80b36e4c71f4e28414c7f781e.svg", + "assetId": "d1fcce0aac589a17324943a3b759fc2a", + "name": "building-d", "bitmapResolution": 1, + "md5ext": "d1fcce0aac589a17324943a3b759fc2a.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": -10 }, { - "costumeName": "building-e", - "baseLayerID": -1, - "baseLayerMD5": "1beeb8f034a1128c9a799297b0b7fc26.svg", + "assetId": "bb47a3d5d03a34937557c558c6cb5d18", + "name": "building-e", "bitmapResolution": 1, + "md5ext": "bb47a3d5d03a34937557c558c6cb5d18.svg", + "dataFormat": "svg", "rotationCenterX": 36, "rotationCenterY": 55 }, { - "costumeName": "building-f", - "baseLayerID": -1, - "baseLayerMD5": "451e0a565e95d945fe2addfe609ee9df.svg", + "assetId": "80b120b7152ed72fded84fef485f4f79", + "name": "building-f", "bitmapResolution": 1, + "md5ext": "80b120b7152ed72fded84fef485f4f79.svg", + "dataFormat": "svg", "rotationCenterX": 41, "rotationCenterY": 27 }, { - "costumeName": "building-g", - "baseLayerID": -1, - "baseLayerMD5": "58b3c9b7a41dde698fa2b427b502c1fa.svg", + "assetId": "4212ff1769c169bfa0db043b18fdade8", + "name": "building-g", "bitmapResolution": 1, + "md5ext": "4212ff1769c169bfa0db043b18fdade8.svg", + "dataFormat": "svg", "rotationCenterX": 64, "rotationCenterY": -65 }, { - "costumeName": "building-h", - "baseLayerID": -1, - "baseLayerMD5": "e952c8b14eeac894302d07d37a45ed99.svg", + "assetId": "8f64966be60d332b345598819c67a8b6", + "name": "building-h", "bitmapResolution": 1, + "md5ext": "8f64966be60d332b345598819c67a8b6.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 136 }, { - "costumeName": "building-i", - "baseLayerID": -1, - "baseLayerMD5": "b00b1123e3bfcb600242528d059ffcfb.svg", + "assetId": "fcedb6b25a2db6de28b39130f978b0bf", + "name": "building-i", "bitmapResolution": 1, + "md5ext": "fcedb6b25a2db6de28b39130f978b0bf.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": -12 }, { - "costumeName": "building-j", - "baseLayerID": -1, - "baseLayerMD5": "e08fd1a7397efcfe0e3691f945693cb4.svg", + "assetId": "148034b1557cc3dae39953e43ab50ff0", + "name": "building-j", "bitmapResolution": 1, + "md5ext": "148034b1557cc3dae39953e43ab50ff0.svg", + "dataFormat": "svg", "rotationCenterX": 29, "rotationCenterY": 33 } ], - "currentCostumeIndex": 0, - "scratchX": 4, - "scratchY": -24, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 47, "visible": true, - "spriteInfo": {} + "x": 4, + "y": -24, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Buildings" } }, { "name": "Butterfly 1", - "md5": "8419d4851defd1e862e4f7c1699d2190.svg", + "md5": "fe98df7367e314d9640bfaa54fc239be.svg", "type": "sprite", "tags": [ "animals", @@ -1845,57 +2182,69 @@ 1 ], "json": { - "objName": "Butterfly 1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Butterfly 1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "butterfly1-a", - "baseLayerID": -1, - "baseLayerMD5": "8419d4851defd1e862e4f7c1699d2190.svg", + "assetId": "fe98df7367e314d9640bfaa54fc239be", + "name": "butterfly1-a", "bitmapResolution": 1, + "md5ext": "fe98df7367e314d9640bfaa54fc239be.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 49 }, { - "costumeName": "butterfly1-b", - "baseLayerID": -1, - "baseLayerMD5": "0873714e8d55d9eeb0bc8e8ab64441cc.svg", + "assetId": "49c9f952007d870a046cff93b6e5e098", + "name": "butterfly1-b", "bitmapResolution": 1, + "md5ext": "49c9f952007d870a046cff93b6e5e098.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 49 }, { - "costumeName": "butterfly1-c", - "baseLayerID": -1, - "baseLayerMD5": "9c422631ca8d46413487f5dd627b65c6.svg", + "assetId": "34b76c1835c6a7fc2c47956e49bb0f52", + "name": "butterfly1-c", "bitmapResolution": 1, + "md5ext": "34b76c1835c6a7fc2c47956e49bb0f52.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 49 } ], - "currentCostumeIndex": 0, - "scratchX": -107, - "scratchY": 104, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -107, + "y": 104, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Butterfly 1" } }, { "name": "Butterfly 2", - "md5": "836d4cc7889f4a1cbcb0303934f31f79.svg", + "md5": "372ae0abd2e8e50a20bc12cb160d8746.svg", "type": "sprite", "tags": [ "animals", @@ -1912,49 +2261,60 @@ 1 ], "json": { - "objName": "Butterfly 2", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Butterfly 2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "butterfly2-a", - "baseLayerID": -1, - "baseLayerMD5": "836d4cc7889f4a1cbcb0303934f31f79.svg", + "assetId": "372ae0abd2e8e50a20bc12cb160d8746", + "name": "butterfly2-a", "bitmapResolution": 1, + "md5ext": "372ae0abd2e8e50a20bc12cb160d8746.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 }, { - "costumeName": "butterfly2-b", - "baseLayerID": -1, - "baseLayerMD5": "55dd0671a359d7c35f7b78f4176660e8.svg", + "assetId": "e96f4c6913107c9b790d37bb65507c14", + "name": "butterfly2-b", "bitmapResolution": 1, + "md5ext": "e96f4c6913107c9b790d37bb65507c14.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": -98, - "scratchY": -16, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 11, "visible": true, - "spriteInfo": {} + "x": -98, + "y": -16, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Butterfly 2" } }, { "name": "Button1", - "md5": "7ef67c5bc8cf7df64fdb3b1d6b250f71.svg", + "md5": "21fb7fa07eac4794fded0be4e18e20a2.svg", "type": "sprite", "tags": [ "icons", @@ -1968,41 +2328,51 @@ 1 ], "json": { - "objName": "Button1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Button1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "button1", - "baseLayerID": -1, - "baseLayerMD5": "7ef67c5bc8cf7df64fdb3b1d6b250f71.svg", + "assetId": "21fb7fa07eac4794fded0be4e18e20a2", + "name": "button1", "bitmapResolution": 1, + "md5ext": "21fb7fa07eac4794fded0be4e18e20a2.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 72 } ], - "currentCostumeIndex": 0, - "scratchX": -22, - "scratchY": -30, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 12, "visible": true, - "spriteInfo": {} + "x": -22, + "y": -30, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Button1" } }, { "name": "Button2", - "md5": "c0051ff23e9aae78295964206793c1e3.svg", + "md5": "af4cd54e776031bc9cc54ddd6892f97b.svg", "type": "sprite", "tags": [ "icons", @@ -2015,49 +2385,60 @@ 1 ], "json": { - "objName": "Button2", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Button2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "button2-a", - "baseLayerID": -1, - "baseLayerMD5": "c0051ff23e9aae78295964206793c1e3.svg", + "assetId": "af4cd54e776031bc9cc54ddd6892f97b", + "name": "button2-a", "bitmapResolution": 1, + "md5ext": "af4cd54e776031bc9cc54ddd6892f97b.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 72 }, { - "costumeName": "button2-b", - "baseLayerID": -1, - "baseLayerMD5": "712a561dc0ad66e348b8247e566b50ef.svg", + "assetId": "329bf3d86050ceaea2b27e2c5d2baec1", + "name": "button2-b", "bitmapResolution": 1, + "md5ext": "329bf3d86050ceaea2b27e2c5d2baec1.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 72 } ], - "currentCostumeIndex": 0, - "scratchX": -27, - "scratchY": -16, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 13, "visible": true, - "spriteInfo": {} + "x": -27, + "y": -16, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Button2" } }, { "name": "Button3", - "md5": "ffb2a9c21084c58fdb677c8d12a97519.svg", + "md5": "5021f6b7d166873ef0711c4d4a351912.svg", "type": "sprite", "tags": [ "icons", @@ -2071,49 +2452,60 @@ 1 ], "json": { - "objName": "Button3", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Button3", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "button3-a", - "baseLayerID": -1, - "baseLayerMD5": "ffb2a9c21084c58fdb677c8d12a97519.svg", + "assetId": "5021f6b7d166873ef0711c4d4a351912", + "name": "button3-a", "bitmapResolution": 1, + "md5ext": "5021f6b7d166873ef0711c4d4a351912.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 72 }, { - "costumeName": "button3-b", - "baseLayerID": -1, - "baseLayerMD5": "7a9ccb55e4da36f48811ab125d2492e0.svg", + "assetId": "a3b357ea21773bcb3545a227ee877e9a", + "name": "button3-b", "bitmapResolution": 1, + "md5ext": "a3b357ea21773bcb3545a227ee877e9a.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 72 } ], - "currentCostumeIndex": 0, - "scratchX": -58, - "scratchY": 10, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 14, "visible": true, - "spriteInfo": {} + "x": -58, + "y": 10, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Button3" } }, { "name": "Button4", - "md5": "ecfe263bc256349777e571eaf39761d4.svg", + "md5": "71ced7c192168c7b221d16b4eaff440e.svg", "type": "sprite", "tags": [ "icons", @@ -2125,49 +2517,60 @@ 1 ], "json": { - "objName": "Button4", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Button4", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "button4-a", - "baseLayerID": -1, - "baseLayerMD5": "ecfe263bc256349777e571eaf39761d4.svg", + "assetId": "71ced7c192168c7b221d16b4eaff440e", + "name": "button4-a", "bitmapResolution": 1, + "md5ext": "71ced7c192168c7b221d16b4eaff440e.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 34 }, { - "costumeName": "button4-b", - "baseLayerID": -1, - "baseLayerMD5": "9c49edde00b80cd22d636a0577a9b1c9.svg", + "assetId": "7d34ad26633abbc752c9cd93ace0a81f", + "name": "button4-b", "bitmapResolution": 1, + "md5ext": "7d34ad26633abbc752c9cd93ace0a81f.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 34 } ], - "currentCostumeIndex": 0, - "scratchX": -32, - "scratchY": 48, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 15, "visible": true, - "spriteInfo": {} + "x": -32, + "y": 48, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Button4" } }, { "name": "Button5", - "md5": "71e97245b7be4fd6fe3ba8cdeecadaf1.svg", + "md5": "94957f2f79e8970d8b2cd0f74a0c1ffc.svg", "type": "sprite", "tags": [ "icons", @@ -2182,49 +2585,60 @@ 1 ], "json": { - "objName": "Button5", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Button5", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "button5-a", - "baseLayerID": -1, - "baseLayerMD5": "71e97245b7be4fd6fe3ba8cdeecadaf1.svg", + "assetId": "94957f2f79e8970d8b2cd0f74a0c1ffc", + "name": "button5-a", "bitmapResolution": 1, + "md5ext": "94957f2f79e8970d8b2cd0f74a0c1ffc.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 72 }, { - "costumeName": "button5-b", - "baseLayerID": -1, - "baseLayerMD5": "54cd55512f7571060e6e64168e541222.svg", + "assetId": "a4bb9a9e06e65337798471035719985a", + "name": "button5-b", "bitmapResolution": 1, + "md5ext": "a4bb9a9e06e65337798471035719985a.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 72 } ], - "currentCostumeIndex": 0, - "scratchX": 37, - "scratchY": 37, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 16, "visible": true, - "spriteInfo": {} + "x": 37, + "y": 37, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Button5" } }, { "name": "Cake", - "md5": "e1e8e8a765b8778d6181035c5c66984d.svg", + "md5": "862488bf66b67c5330cae9235b853b6e.svg", "type": "sprite", "tags": [ "food", @@ -2242,44 +2656,55 @@ 1 ], "json": { - "objName": "Cake", - "sounds": [ - { - "soundName": "Birthday", - "soundID": -1, - "md5": "89691587a169d935a58c48c3d4e78534.wav", - "sampleCount": 161408, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Cake", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "cake-a", - "baseLayerID": -1, - "baseLayerMD5": "e1e8e8a765b8778d6181035c5c66984d.svg", + "assetId": "862488bf66b67c5330cae9235b853b6e", + "name": "cake-a", "bitmapResolution": 1, + "md5ext": "862488bf66b67c5330cae9235b853b6e.svg", + "dataFormat": "svg", "rotationCenterX": 64, "rotationCenterY": 50 }, { - "costumeName": "cake-b", - "baseLayerID": -1, - "baseLayerMD5": "460268a804e7682c9fabf37e4b70071c.svg", + "assetId": "dfe9c5d40da0dcc386fad524c36d3579", + "name": "cake-b", "bitmapResolution": 1, + "md5ext": "dfe9c5d40da0dcc386fad524c36d3579.svg", + "dataFormat": "svg", "rotationCenterX": 64, "rotationCenterY": 42 } ], - "currentCostumeIndex": 0, - "scratchX": 53, - "scratchY": 34, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "89691587a169d935a58c48c3d4e78534", + "name": "Birthday", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 322816, + "md5ext": "89691587a169d935a58c48c3d4e78534.wav" + } + ], + "volume": 100, + "layerOrder": 35, "visible": true, - "spriteInfo": {} + "x": 53, + "y": 34, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Cake" } }, { @@ -2295,49 +2720,60 @@ 1 ], "json": { - "objName": "Calvrett", - "sounds": [ - { - "soundName": "dance chill out", - "soundID": -1, - "md5": "b235da45581b1f212c9e9cce70d2a2dc.wav", - "sampleCount": 222822, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Calvrett", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "calvrett jumping", - "baseLayerID": -1, - "baseLayerMD5": "452683db3ad7a882f5ab9de496441592.png", + "assetId": "452683db3ad7a882f5ab9de496441592", + "name": "calvrett jumping", "bitmapResolution": 2, + "md5ext": "452683db3ad7a882f5ab9de496441592.png", + "dataFormat": "png", "rotationCenterX": 168, "rotationCenterY": 216 }, { - "costumeName": "calvrett thinking", - "baseLayerID": -1, - "baseLayerMD5": "728ec1ebc275b53809023a36c66eeaa3.png", + "assetId": "728ec1ebc275b53809023a36c66eeaa3", + "name": "calvrett thinking", "bitmapResolution": 2, + "md5ext": "728ec1ebc275b53809023a36c66eeaa3.png", + "dataFormat": "png", "rotationCenterX": 106, "rotationCenterY": 170 } ], - "currentCostumeIndex": 0, - "scratchX": 39, - "scratchY": -9, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "b235da45581b1f212c9e9cce70d2a2dc", + "name": "dance chill out", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 223521, + "md5ext": "b235da45581b1f212c9e9cce70d2a2dc.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": 39, + "y": -9, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Calvrett" } }, { "name": "Casey", - "md5": "b7269d70079e96299666cc7b3f8eabc3.svg", + "md5": "e5a47371f3e9f853b36560cda35344b6.svg", "type": "sprite", "tags": [ "sports", @@ -2351,60 +2787,73 @@ 1 ], "json": { - "objName": "Casey", - "sounds": [ - { - "soundName": "basketball bounce", - "soundID": -1, - "md5": "1727f65b5f22d151685b8e5917456a60.wav", - "sampleCount": 8099, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Casey", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "casey-a", - "baseLayerID": -1, - "baseLayerMD5": "b7269d70079e96299666cc7b3f8eabc3.svg", + "assetId": "e5a47371f3e9f853b36560cda35344b6", + "name": "casey-a", "bitmapResolution": 1, + "md5ext": "e5a47371f3e9f853b36560cda35344b6.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 62 }, { - "costumeName": "casey-b", - "baseLayerID": -1, - "baseLayerMD5": "d22f6e818106f247f91e1c7c315863c3.svg", + "assetId": "e09e5ef2bdeb69163a543f3216c1f54c", + "name": "casey-b", "bitmapResolution": 1, + "md5ext": "e09e5ef2bdeb69163a543f3216c1f54c.svg", + "dataFormat": "svg", "rotationCenterX": 60, "rotationCenterY": 74 }, { - "costumeName": "casey-c", - "baseLayerID": -1, - "baseLayerMD5": "a6ea02408a3f8366dfd704aae9a6ed0b.svg", + "assetId": "50bd5162671b8a30fcfa3082a9e79ec4", + "name": "casey-c", "bitmapResolution": 1, + "md5ext": "50bd5162671b8a30fcfa3082a9e79ec4.svg", + "dataFormat": "svg", "rotationCenterX": 57, "rotationCenterY": 72 }, { - "costumeName": "casey-d", - "baseLayerID": -1, - "baseLayerMD5": "033ef301acfdfbc38774a14a559c1654.svg", + "assetId": "ebc3de539e02801d420268eb189c5a47", + "name": "casey-d", "bitmapResolution": 1, + "md5ext": "ebc3de539e02801d420268eb189c5a47.svg", + "dataFormat": "svg", "rotationCenterX": 71, "rotationCenterY": 74 } ], - "currentCostumeIndex": 0, - "scratchX": -138, - "scratchY": 11, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1727f65b5f22d151685b8e5917456a60", + "name": "basketball bounce", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "1727f65b5f22d151685b8e5917456a60.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -138, + "y": 11, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Casey" } }, { @@ -2421,65 +2870,78 @@ 1 ], "json": { - "objName": "Cassy Dance", - "sounds": [ - { - "soundName": "dance around", - "soundID": -1, - "md5": "8bcea76415eaf98ec1cbc3825845b934.wav", - "sampleCount": 343746, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Cassy Dance", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "cassy-a", - "baseLayerID": -1, - "baseLayerMD5": "6cb3686db1fa658b6541cc9fa3ccfcc7.png", + "assetId": "6cb3686db1fa658b6541cc9fa3ccfcc7", + "name": "cassy-a", "bitmapResolution": 2, + "md5ext": "6cb3686db1fa658b6541cc9fa3ccfcc7.png", + "dataFormat": "png", "rotationCenterX": 104, "rotationCenterY": 192 }, { - "costumeName": "cassy-b", - "baseLayerID": -1, - "baseLayerMD5": "f801cec764da5ef6374e1d557296d14e.png", + "assetId": "f801cec764da5ef6374e1d557296d14e", + "name": "cassy-b", "bitmapResolution": 2, + "md5ext": "f801cec764da5ef6374e1d557296d14e.png", + "dataFormat": "png", "rotationCenterX": 140, "rotationCenterY": 192 }, { - "costumeName": "cassy-c", - "baseLayerID": -1, - "baseLayerMD5": "63483bbf72fc55719918a335e1a16426.png", + "assetId": "63483bbf72fc55719918a335e1a16426", + "name": "cassy-c", "bitmapResolution": 2, + "md5ext": "63483bbf72fc55719918a335e1a16426.png", + "dataFormat": "png", "rotationCenterX": 74, "rotationCenterY": 188 }, { - "costumeName": "cassy-d", - "baseLayerID": -1, - "baseLayerMD5": "aca39a47cf3affd8a83d3287d2856c29.png", + "assetId": "aca39a47cf3affd8a83d3287d2856c29", + "name": "cassy-d", "bitmapResolution": 2, + "md5ext": "aca39a47cf3affd8a83d3287d2856c29.png", + "dataFormat": "png", "rotationCenterX": 94, "rotationCenterY": 180 } ], - "currentCostumeIndex": 0, - "scratchX": -88, - "scratchY": 44, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "8bcea76415eaf98ec1cbc3825845b934", + "name": "dance around", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 343409, + "md5ext": "8bcea76415eaf98ec1cbc3825845b934.wav" + } + ], + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": -88, + "y": 44, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Cassy Dance" } }, { "name": "Cat", - "md5": "b7853f557e4426412e64bb3da6531a99.svg", + "md5": "bcf454acf82e4504149f7ffe07081dbc.svg", "type": "sprite", "tags": [ "animals", @@ -2496,49 +2958,60 @@ 1 ], "json": { - "objName": "Cat", - "sounds": [ - { - "soundName": "Meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Cat", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "cat-a", - "baseLayerID": -1, - "baseLayerMD5": "b7853f557e4426412e64bb3da6531a99.svg", + "assetId": "bcf454acf82e4504149f7ffe07081dbc", + "name": "cat-a", "bitmapResolution": 1, + "md5ext": "bcf454acf82e4504149f7ffe07081dbc.svg", + "dataFormat": "svg", "rotationCenterX": 48, "rotationCenterY": 50 }, { - "costumeName": "cat-b", - "baseLayerID": -1, - "baseLayerMD5": "e6ddc55a6ddd9cc9d84fe0b4c21e016f.svg", + "assetId": "0fb9be3e8397c983338cb71dc84d0b25", + "name": "cat-b", "bitmapResolution": 1, + "md5ext": "0fb9be3e8397c983338cb71dc84d0b25.svg", + "dataFormat": "svg", "rotationCenterX": 46, "rotationCenterY": 53 } ], - "currentCostumeIndex": 0, - "scratchX": 24, - "scratchY": 16, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "Meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 50, "visible": true, - "spriteInfo": {} + "x": 33.000000000000014, + "y": -13.000000000000004, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Cat" } }, { "name": "Cat 2", - "md5": "01ae57fd339529445cb890978ef8a054.svg", + "md5": "7499cf6ec438d0c7af6f896bc6adc294.svg", "type": "sprite", "tags": [ "cat", @@ -2553,41 +3026,51 @@ 1 ], "json": { - "objName": "Cat 2", - "sounds": [ - { - "soundName": "meow2", - "soundID": -1, - "md5": "cf51a0c4088942d95bcc20af13202710.wav", - "sampleCount": 6512, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Cat 2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "cat 2", - "baseLayerID": -1, - "baseLayerMD5": "01ae57fd339529445cb890978ef8a054.svg", + "assetId": "7499cf6ec438d0c7af6f896bc6adc294", + "name": "cat 2", "bitmapResolution": 1, + "md5ext": "7499cf6ec438d0c7af6f896bc6adc294.svg", + "dataFormat": "svg", "rotationCenterX": 87, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": -71, - "scratchY": 1, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "cf51a0c4088942d95bcc20af13202710", + "name": "meow2", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 26048, + "md5ext": "cf51a0c4088942d95bcc20af13202710.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": -71, + "y": 1, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Cat 2" } }, { "name": "Cat Flying", - "md5": "bf6b9f91e6928be67eda5154ca5fb2c6.svg", + "md5": "a1ab94c8172c3b97ed9a2bf7c32172cd.svg", "type": "sprite", "tags": [ "animals", @@ -2601,49 +3084,60 @@ 1 ], "json": { - "objName": "Cat Flying", - "sounds": [ - { - "soundName": "Pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Cat Flying", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "cat flying-a", - "baseLayerID": -1, - "baseLayerMD5": "bf6b9f91e6928be67eda5154ca5fb2c6.svg", + "assetId": "a1ab94c8172c3b97ed9a2bf7c32172cd", + "name": "cat flying-a", "bitmapResolution": 1, + "md5ext": "a1ab94c8172c3b97ed9a2bf7c32172cd.svg", + "dataFormat": "svg", "rotationCenterX": 55, "rotationCenterY": 37 }, { - "costumeName": "cat flying-b", - "baseLayerID": -1, - "baseLayerMD5": "6a5f707419e619463135f5bae599fa5b.svg", + "assetId": "6667936a2793aade66c765c329379ad0", + "name": "cat flying-b", "bitmapResolution": 1, + "md5ext": "6667936a2793aade66c765c329379ad0.svg", + "dataFormat": "svg", "rotationCenterX": 44, "rotationCenterY": 46 } ], - "currentCostumeIndex": 0, - "scratchX": -53, - "scratchY": -14, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "Pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 29, "visible": true, - "spriteInfo": {} + "x": -53, + "y": -14, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Cat Flying" } }, { "name": "Catcher", - "md5": "27c88c54a59b9fff7e3e4763a6e9874e.svg", + "md5": "895cdda4f2bd9d6f50ff07188e7ce395.svg", "type": "sprite", "tags": [ "baseball", @@ -2657,65 +3151,78 @@ 1 ], "json": { - "objName": "Catcher", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Catcher", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "catcher-a", - "baseLayerID": -1, - "baseLayerMD5": "27c88c54a59b9fff7e3e4763a6e9874e.svg", + "assetId": "895cdda4f2bd9d6f50ff07188e7ce395", + "name": "catcher-a", "bitmapResolution": 1, + "md5ext": "895cdda4f2bd9d6f50ff07188e7ce395.svg", + "dataFormat": "svg", "rotationCenterX": 41, "rotationCenterY": 51 }, { - "costumeName": "catcher-b", - "baseLayerID": 0, - "baseLayerMD5": "799a822cffc9460c0bf1b387cbd5e06b.svg", + "assetId": "a31e30677637ae4de975d40b6d822853", + "name": "catcher-b", "bitmapResolution": 1, + "md5ext": "a31e30677637ae4de975d40b6d822853.svg", + "dataFormat": "svg", "rotationCenterX": 41, "rotationCenterY": 47 }, { - "costumeName": "catcher-c", - "baseLayerID": -1, - "baseLayerMD5": "a6f2bf8b354e8d1a789f8e6f83133d02.svg", + "assetId": "99af13802e9bfd7b4a4bfb8ead825c0c", + "name": "catcher-c", "bitmapResolution": 1, + "md5ext": "99af13802e9bfd7b4a4bfb8ead825c0c.svg", + "dataFormat": "svg", "rotationCenterX": 60, "rotationCenterY": 87 }, { - "costumeName": "catcher-d", - "baseLayerID": -1, - "baseLayerMD5": "c86af45d9168bfb81259e5bb40be1778.svg", + "assetId": "8aa875f077c405e2045f5ab60705e712", + "name": "catcher-d", "bitmapResolution": 1, + "md5ext": "8aa875f077c405e2045f5ab60705e712.svg", + "dataFormat": "svg", "rotationCenterX": 86, "rotationCenterY": 46 } ], - "currentCostumeIndex": 0, - "scratchX": -6, - "scratchY": 70, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -6, + "y": 70, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Catcher" } }, { "name": "Centaur", - "md5": "45c1890ae0ab41f24f67ea74bec006c9.svg", + "md5": "d722329bd9373ad80625e5be6d52f3ed.svg", "type": "sprite", "tags": [ "fantasy", @@ -2729,68 +3236,82 @@ 2 ], "json": { - "objName": "Centaur", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - }, - { - "soundName": "snort", - "soundID": -1, - "md5": "362d7440a57cab29914fecea621e50d4.wav", - "sampleCount": 16421, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Centaur", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "centaur-a", - "baseLayerID": -1, - "baseLayerMD5": "45c1890ae0ab41f24f67ea74bec006c9.svg", + "assetId": "d722329bd9373ad80625e5be6d52f3ed", + "name": "centaur-a", "bitmapResolution": 1, + "md5ext": "d722329bd9373ad80625e5be6d52f3ed.svg", + "dataFormat": "svg", "rotationCenterX": 110, "rotationCenterY": 140 }, { - "costumeName": "centaur-b", - "baseLayerID": -1, - "baseLayerMD5": "783e8cd43e0c1feca25f639cb5cbc7da.svg", + "assetId": "2373556e776cad3ba4d6ee04fc34550b", + "name": "centaur-b", "bitmapResolution": 1, + "md5ext": "2373556e776cad3ba4d6ee04fc34550b.svg", + "dataFormat": "svg", "rotationCenterX": 110, "rotationCenterY": 140 }, { - "costumeName": "centaur-c", - "baseLayerID": -1, - "baseLayerMD5": "d09f7160383c6399354c3d9960e852db.svg", + "assetId": "d7aa990538915b7ef1f496d7e8486ade", + "name": "centaur-c", "bitmapResolution": 1, + "md5ext": "d7aa990538915b7ef1f496d7e8486ade.svg", + "dataFormat": "svg", "rotationCenterX": 110, "rotationCenterY": 140 }, { - "costumeName": "centaur-d", - "baseLayerID": -1, - "baseLayerMD5": "1ba8b4d384f995688c1b7048d1935697.svg", + "assetId": "c00ffa6c5dd0baf9f456b897ff974377", + "name": "centaur-d", "bitmapResolution": 1, + "md5ext": "c00ffa6c5dd0baf9f456b897ff974377.svg", + "dataFormat": "svg", "rotationCenterX": 110, "rotationCenterY": 140 } ], - "currentCostumeIndex": 0, - "scratchX": 32, - "scratchY": 8, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + }, + { + "assetId": "362d7440a57cab29914fecea621e50d4", + "name": "snort", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 17273, + "md5ext": "362d7440a57cab29914fecea621e50d4.wav" + } + ], + "volume": 100, + "layerOrder": 20, "visible": true, - "spriteInfo": {} + "x": 32, + "y": 8, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Centaur" } }, { @@ -2807,84 +3328,100 @@ 1 ], "json": { - "objName": "Champ99", - "sounds": [ - { - "soundName": "dance celebrate", - "soundID": -1, - "md5": "0edb8fb88af19e6e17d0f8cf64c1d136.wav", - "sampleCount": 176401, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Champ99", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "champ99-a", - "baseLayerID": -1, - "baseLayerMD5": "7b073f47fbd9421e0d60daacc157f506.png", + "assetId": "7b073f47fbd9421e0d60daacc157f506", + "name": "champ99-a", "bitmapResolution": 2, + "md5ext": "7b073f47fbd9421e0d60daacc157f506.png", + "dataFormat": "png", "rotationCenterX": 248, "rotationCenterY": 306 }, { - "costumeName": "champ99-b", - "baseLayerID": -1, - "baseLayerMD5": "d6ae13605610aa008d48b0c8b25a57d3.png", + "assetId": "d6ae13605610aa008d48b0c8b25a57d3", + "name": "champ99-b", "bitmapResolution": 2, + "md5ext": "d6ae13605610aa008d48b0c8b25a57d3.png", + "dataFormat": "png", "rotationCenterX": 164, "rotationCenterY": 290 }, { - "costumeName": "champ99-c", - "baseLayerID": -1, - "baseLayerMD5": "26fdff424232926001d20041c3d5673b.png", + "assetId": "26fdff424232926001d20041c3d5673b", + "name": "champ99-c", "bitmapResolution": 2, + "md5ext": "26fdff424232926001d20041c3d5673b.png", + "dataFormat": "png", "rotationCenterX": 152, "rotationCenterY": 270 }, { - "costumeName": "champ99-d", - "baseLayerID": -1, - "baseLayerMD5": "a28ffc2b129fb359ff22c79c48341267.png", + "assetId": "a28ffc2b129fb359ff22c79c48341267", + "name": "champ99-d", "bitmapResolution": 2, + "md5ext": "a28ffc2b129fb359ff22c79c48341267.png", + "dataFormat": "png", "rotationCenterX": 188, "rotationCenterY": 260 }, { - "costumeName": "champ99-e", - "baseLayerID": -1, - "baseLayerMD5": "56f3220fa82d99dcfc7d27d433ed01e4.png", + "assetId": "56f3220fa82d99dcfc7d27d433ed01e4", + "name": "champ99-e", "bitmapResolution": 2, + "md5ext": "56f3220fa82d99dcfc7d27d433ed01e4.png", + "dataFormat": "png", "rotationCenterX": 190, "rotationCenterY": 248 }, { - "costumeName": "champ99-f", - "baseLayerID": -1, - "baseLayerMD5": "68453506ae4b6b60a3fc6817ba39d492.png", + "assetId": "68453506ae4b6b60a3fc6817ba39d492", + "name": "champ99-f", "bitmapResolution": 2, + "md5ext": "68453506ae4b6b60a3fc6817ba39d492.png", + "dataFormat": "png", "rotationCenterX": 114, "rotationCenterY": 250 }, { - "costumeName": "champ99-g", - "baseLayerID": -1, - "baseLayerMD5": "20318b14a332fd618ec91e7c1de8be9a.png", + "assetId": "20318b14a332fd618ec91e7c1de8be9a", + "name": "champ99-g", "bitmapResolution": 2, + "md5ext": "20318b14a332fd618ec91e7c1de8be9a.png", + "dataFormat": "png", "rotationCenterX": 132, "rotationCenterY": 258 } ], - "currentCostumeIndex": 0, - "scratchX": -6, - "scratchY": 13, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0edb8fb88af19e6e17d0f8cf64c1d136", + "name": "dance celebrate", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 176785, + "md5ext": "0edb8fb88af19e6e17d0f8cf64c1d136.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": -6, + "y": 13, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Champ99" } }, { @@ -2900,41 +3437,51 @@ 1 ], "json": { - "objName": "Cheesy Puffs", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Cheesy Puffs", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "cheesy puffs", - "baseLayerID": -1, - "baseLayerMD5": "82772a61ec74974e84c686c61ea0b7d5.png", + "assetId": "82772a61ec74974e84c686c61ea0b7d5", + "name": "cheesy puffs", "bitmapResolution": 2, + "md5ext": "82772a61ec74974e84c686c61ea0b7d5.png", + "dataFormat": "png", "rotationCenterX": 87, "rotationCenterY": 72 } ], - "currentCostumeIndex": 0, - "scratchX": -7, - "scratchY": -20, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 7, "visible": true, - "spriteInfo": {} + "x": -7, + "y": -20, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Cheesy Puffs" } }, { "name": "Chick", - "md5": "7cd74ad0da97a828e8499ee181c9dbb1.svg", + "md5": "80abbc427366bca477ccf1ef0faf240a.svg", "type": "sprite", "tags": [ "animals", @@ -2948,57 +3495,69 @@ 1 ], "json": { - "objName": "Chick", - "sounds": [ - { - "soundName": "Chirp", - "soundID": -1, - "md5": "3b8236bbb288019d93ae38362e865972.wav", - "sampleCount": 5301, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Chick", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "chick-a", - "baseLayerID": -1, - "baseLayerMD5": "7cd74ad0da97a828e8499ee181c9dbb1.svg", + "assetId": "80abbc427366bca477ccf1ef0faf240a", + "name": "chick-a", "bitmapResolution": 1, + "md5ext": "80abbc427366bca477ccf1ef0faf240a.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 37 }, { - "costumeName": "chick-b", - "baseLayerID": -1, - "baseLayerMD5": "07c2dad5f7063fddf7705f4817fad4f6.svg", + "assetId": "5e23c8c28ffd390df7deb2414be37781", + "name": "chick-b", "bitmapResolution": 1, + "md5ext": "5e23c8c28ffd390df7deb2414be37781.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 37 }, { - "costumeName": "chick-c", - "baseLayerID": -1, - "baseLayerMD5": "272d3e4503a4123df62f25b67bad6f03.svg", + "assetId": "77911bbe5e11ede35871e8002a26356d", + "name": "chick-c", "bitmapResolution": 1, + "md5ext": "77911bbe5e11ede35871e8002a26356d.svg", + "dataFormat": "svg", "rotationCenterX": 21, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": -1, - "scratchY": -122, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "3b8236bbb288019d93ae38362e865972", + "name": "Chirp", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 6097, + "md5ext": "3b8236bbb288019d93ae38362e865972.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -16, + "y": -119, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Chick" } }, { "name": "City Bus", - "md5": "accf64aceae7997b7533fb51624ca297.svg", + "md5": "e9694adbff9422363e2ea03166015393.svg", "type": "sprite", "tags": [ "city", @@ -3012,57 +3571,69 @@ 2 ], "json": { - "objName": "City Bus", - "sounds": [ + "isStage": false, + "name": "City Bus", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "clown honk", - "soundID": -1, - "md5": "ec66961f188e9b8a9c75771db744d096.wav", - "sampleCount": 9009, - "rate": 22050, - "format": "adpcm" + "assetId": "e9694adbff9422363e2ea03166015393", + "name": "City Bus-a", + "bitmapResolution": 1, + "md5ext": "e9694adbff9422363e2ea03166015393.svg", + "dataFormat": "svg", + "rotationCenterX": 106.89883432142048, + "rotationCenterY": 66.13799999999999 }, { - "soundName": "car vroom", - "soundID": -1, - "md5": "ead1da4a87ff6cb53441142f7ac37b8f.wav", - "sampleCount": 43358, - "rate": 22050, - "format": "adpcm" + "assetId": "7d7e26014a346b894db8ab1819f2167f", + "name": "City Bus-b", + "bitmapResolution": 1, + "md5ext": "7d7e26014a346b894db8ab1819f2167f.svg", + "dataFormat": "svg", + "rotationCenterX": 106.73206234507279, + "rotationCenterY": 66.60003072266578 } ], - "costumes": [ + "sounds": [ { - "costumeName": "City Bus-a", - "baseLayerID": -1, - "baseLayerMD5": "accf64aceae7997b7533fb51624ca297.svg", - "bitmapResolution": 1, - "rotationCenterX": 107, - "rotationCenterY": 67 + "assetId": "ec66961f188e9b8a9c75771db744d096", + "name": "clown honk", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 9145, + "md5ext": "ec66961f188e9b8a9c75771db744d096.wav" }, { - "costumeName": "City Bus-b", - "baseLayerID": -1, - "baseLayerMD5": "b9ea0e326ffa98bc58a73bdf17c9542b.svg", - "bitmapResolution": 1, - "rotationCenterX": 107, - "rotationCenterY": 67 + "assetId": "ead1da4a87ff6cb53441142f7ac37b8f", + "name": "car vroom", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "ead1da4a87ff6cb53441142f7ac37b8f.wav" } ], - "currentCostumeIndex": 0, - "scratchX": 158, - "scratchY": -54, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": 158, + "y": -54, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "City Bus" } }, { "name": "Cloud", - "md5": "47005a1f20309f577a03a67abbb6b94e.svg", + "md5": "c9630e30e59e4565e785a26f58568904.svg", "type": "sprite", "tags": [ "thing", @@ -3075,41 +3646,51 @@ 1 ], "json": { - "objName": "Cloud", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Cloud", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "cloud", - "baseLayerID": -1, - "baseLayerMD5": "47005a1f20309f577a03a67abbb6b94e.svg", + "assetId": "c9630e30e59e4565e785a26f58568904", + "name": "cloud", "bitmapResolution": 1, + "md5ext": "c9630e30e59e4565e785a26f58568904.svg", + "dataFormat": "svg", "rotationCenterX": 71, "rotationCenterY": 45 } ], - "currentCostumeIndex": 0, - "scratchX": 81, - "scratchY": -12, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": 81, + "y": -12, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Cloud" } }, { "name": "Clouds", - "md5": "c7d7de8e29179407f03b054fa640f4d0.svg", + "md5": "9f5958f46d21e33d3f6d7caffbe0daa9.svg", "type": "sprite", "tags": [ "flying", @@ -3123,60 +3704,73 @@ 1 ], "json": { - "objName": "Clouds", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Clouds", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "cloud-a", - "baseLayerID": -1, - "baseLayerMD5": "c7d7de8e29179407f03b054fa640f4d0.svg", + "assetId": "9f5958f46d21e33d3f6d7caffbe0daa9", + "name": "cloud-a", "bitmapResolution": 1, + "md5ext": "9f5958f46d21e33d3f6d7caffbe0daa9.svg", + "dataFormat": "svg", "rotationCenterX": 76, "rotationCenterY": 19 }, { - "costumeName": "cloud-b", - "baseLayerID": -1, - "baseLayerMD5": "d8595350ebb460494c9189dabb968336.svg", + "assetId": "9105d7dd90b5f2a4b85a1e71aff8703f", + "name": "cloud-b", "bitmapResolution": 1, + "md5ext": "9105d7dd90b5f2a4b85a1e71aff8703f.svg", + "dataFormat": "svg", "rotationCenterX": 101, "rotationCenterY": 20 }, { - "costumeName": "cloud-c", - "baseLayerID": -1, - "baseLayerMD5": "395fc991e64ac0a4aa46758ab4bc65cb.svg", + "assetId": "0188b2c7c85176b462881c6bca7a7748", + "name": "cloud-c", "bitmapResolution": 1, + "md5ext": "0188b2c7c85176b462881c6bca7a7748.svg", + "dataFormat": "svg", "rotationCenterX": 97, "rotationCenterY": 9 }, { - "costumeName": "cloud-d", - "baseLayerID": -1, - "baseLayerMD5": "1767e704acb11ffa409f77cc79ba7e86.svg", + "assetId": "9f2eccce13e3e5fd212efd59ff1d96a0", + "name": "cloud-d", "bitmapResolution": 1, + "md5ext": "9f2eccce13e3e5fd212efd59ff1d96a0.svg", + "dataFormat": "svg", "rotationCenterX": 87, "rotationCenterY": 21 } ], - "currentCostumeIndex": 0, - "scratchX": -21, - "scratchY": 16, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 48, "visible": true, - "spriteInfo": {} + "x": -21, + "y": 16, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Clouds" } }, { @@ -3193,41 +3787,51 @@ 1 ], "json": { - "objName": "Convertible", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Convertible", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "convertible", - "baseLayerID": -1, - "baseLayerMD5": "5b883f396844ff5cfecd7c95553fa4fb.png", + "assetId": "5b883f396844ff5cfecd7c95553fa4fb", + "name": "convertible", "bitmapResolution": 2, + "md5ext": "5b883f396844ff5cfecd7c95553fa4fb.png", + "dataFormat": "png", "rotationCenterX": 180, "rotationCenterY": 44 } ], - "currentCostumeIndex": 0, - "scratchX": 36, - "scratchY": -11, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 8, "visible": true, - "spriteInfo": {} + "x": 36, + "y": -11, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Convertible" } }, { "name": "Convertible 2", - "md5": "b6ac3c9e1789cba2302d2ef82d62d019.svg", + "md5": "621817ef84ad81f5690fac95adab2ede.svg", "type": "sprite", "tags": [ "transportation", @@ -3240,41 +3844,51 @@ 1 ], "json": { - "objName": "Convertible 2", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Convertible 2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "convertible 3", - "baseLayerID": -1, - "baseLayerMD5": "b6ac3c9e1789cba2302d2ef82d62d019.svg", + "assetId": "621817ef84ad81f5690fac95adab2ede", + "name": "convertible 3", "bitmapResolution": 1, + "md5ext": "621817ef84ad81f5690fac95adab2ede.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": 7, - "scratchY": 13, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": 7, + "y": 13, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Convertible 2" } }, { "name": "Crab", - "md5": "114249a5660f7948663d95de575cfd8d.svg", + "md5": "f7cdd2acbc6d7559d33be8675059c79e.svg", "type": "sprite", "tags": [ "animals", @@ -3294,49 +3908,60 @@ 1 ], "json": { - "objName": "Crab", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Crab", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "crab-a", - "baseLayerID": -1, - "baseLayerMD5": "114249a5660f7948663d95de575cfd8d.svg", + "assetId": "f7cdd2acbc6d7559d33be8675059c79e", + "name": "crab-a", "bitmapResolution": 1, + "md5ext": "f7cdd2acbc6d7559d33be8675059c79e.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 }, { - "costumeName": "crab-b", - "baseLayerID": -1, - "baseLayerMD5": "9bf050664e68c10d2616e85f2873be09.svg", + "assetId": "49839aa1b0feed02a3c759db5f8dee71", + "name": "crab-b", "bitmapResolution": 1, + "md5ext": "49839aa1b0feed02a3c759db5f8dee71.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": 45, - "scratchY": -33, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 17, "visible": true, - "spriteInfo": {} + "x": 45, + "y": -33, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Crab" } }, { "name": "Crystal", - "md5": "8520264d48537bea17b7f6d18e9bb558.svg", + "md5": "ecd1e7805b37db4caf207b7eef2b7a42.svg", "type": "sprite", "tags": [ "fantasy", @@ -3349,52 +3974,64 @@ 2 ], "json": { - "objName": "Crystal", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "collect", - "soundID": -1, - "md5": "32514c51e03db680e9c63857b840ae78.wav", - "sampleCount": 13320, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Crystal", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "crystal-a", - "baseLayerID": -1, - "baseLayerMD5": "8520264d48537bea17b7f6d18e9bb558.svg", + "assetId": "ecd1e7805b37db4caf207b7eef2b7a42", + "name": "crystal-a", "bitmapResolution": 1, + "md5ext": "ecd1e7805b37db4caf207b7eef2b7a42.svg", + "dataFormat": "svg", "rotationCenterX": 15, "rotationCenterY": 15 }, { - "costumeName": "crystal-b", - "baseLayerID": -1, - "baseLayerMD5": "b62ce1dc2d34741bad036664a01912fb.svg", + "assetId": "0a7b872042cecaf30cc154c0144f002b", + "name": "crystal-b", "bitmapResolution": 1, + "md5ext": "0a7b872042cecaf30cc154c0144f002b.svg", + "dataFormat": "svg", "rotationCenterX": 12, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": -110, - "scratchY": 7, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + }, + { + "assetId": "32514c51e03db680e9c63857b840ae78", + "name": "collect", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 14225, + "md5ext": "32514c51e03db680e9c63857b840ae78.wav" + } + ], + "volume": 100, + "layerOrder": 9, "visible": true, - "spriteInfo": {} + "x": -110, + "y": 7, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Crystal" } }, { @@ -3407,136 +4044,149 @@ ], "info": [ 0, - 13, + 12, 1 ], "json": { - "objName": "D-Money Dance", - "sounds": [ - { - "soundName": "dance celebrate", - "soundID": -1, - "md5": "0edb8fb88af19e6e17d0f8cf64c1d136.wav", - "sampleCount": 176401, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "D-Money Dance", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dm stance", - "baseLayerID": -1, - "baseLayerMD5": "dafbdfe454c5ec7029b5c1e07fcabc90.png", + "assetId": "dafbdfe454c5ec7029b5c1e07fcabc90", + "name": "dm stance", "bitmapResolution": 2, + "md5ext": "dafbdfe454c5ec7029b5c1e07fcabc90.png", + "dataFormat": "png", "rotationCenterX": 106, "rotationCenterY": 238 }, { - "costumeName": "dm top stand", - "baseLayerID": -1, - "baseLayerMD5": "a22da98e5e63de7b2883355afd0184f0.png", + "assetId": "a22da98e5e63de7b2883355afd0184f0", + "name": "dm top stand", "bitmapResolution": 2, + "md5ext": "a22da98e5e63de7b2883355afd0184f0.png", + "dataFormat": "png", "rotationCenterX": 82, "rotationCenterY": 244 }, { - "costumeName": "dm top R leg", - "baseLayerID": -1, - "baseLayerMD5": "12db59633a1709a2c39534d35263791f.png", + "assetId": "12db59633a1709a2c39534d35263791f", + "name": "dm top R leg", "bitmapResolution": 2, + "md5ext": "12db59633a1709a2c39534d35263791f.png", + "dataFormat": "png", "rotationCenterX": 218, "rotationCenterY": 232 }, { - "costumeName": "dm top L leg", - "baseLayerID": -1, - "baseLayerMD5": "344384a6a3f1bdf494cc7af31e928d36.png", + "assetId": "344384a6a3f1bdf494cc7af31e928d36", + "name": "dm top L leg", "bitmapResolution": 2, + "md5ext": "344384a6a3f1bdf494cc7af31e928d36.png", + "dataFormat": "png", "rotationCenterX": 230, "rotationCenterY": 240 }, { - "costumeName": "dm freeze", - "baseLayerID": -1, - "baseLayerMD5": "a4b5d644d9abdbcab236acf19b2a2e81.png", + "assetId": "a4b5d644d9abdbcab236acf19b2a2e81", + "name": "dm freeze", "bitmapResolution": 2, + "md5ext": "a4b5d644d9abdbcab236acf19b2a2e81.png", + "dataFormat": "png", "rotationCenterX": 220, "rotationCenterY": 234 }, { - "costumeName": "dm pop front", - "baseLayerID": -1, - "baseLayerMD5": "70da166596bb484eae1bfbaad5c03d54.png", + "assetId": "70da166596bb484eae1bfbaad5c03d54", + "name": "dm pop front", "bitmapResolution": 2, + "md5ext": "70da166596bb484eae1bfbaad5c03d54.png", + "dataFormat": "png", "rotationCenterX": 92, "rotationCenterY": 234 }, { - "costumeName": "dm pop down", - "baseLayerID": -1, - "baseLayerMD5": "729812366245c0dafd456339c9d94e08.png", + "assetId": "729812366245c0dafd456339c9d94e08", + "name": "dm pop down", "bitmapResolution": 2, + "md5ext": "729812366245c0dafd456339c9d94e08.png", + "dataFormat": "png", "rotationCenterX": 64, "rotationCenterY": 74 }, { - "costumeName": "dm pop left", - "baseLayerID": -1, - "baseLayerMD5": "32ec7b5332cfebd1cfed7f6b79c76e67.png", + "assetId": "32ec7b5332cfebd1cfed7f6b79c76e67", + "name": "dm pop left", "bitmapResolution": 2, + "md5ext": "32ec7b5332cfebd1cfed7f6b79c76e67.png", + "dataFormat": "png", "rotationCenterX": 204, "rotationCenterY": 250 }, { - "costumeName": "dm pop right", - "baseLayerID": -1, - "baseLayerMD5": "19bd7995d37e3baade673b2fe7cb982b.png", + "assetId": "19bd7995d37e3baade673b2fe7cb982b", + "name": "dm pop right", "bitmapResolution": 2, + "md5ext": "19bd7995d37e3baade673b2fe7cb982b.png", + "dataFormat": "png", "rotationCenterX": 78, "rotationCenterY": 238 }, { - "costumeName": "dm pop L arm", - "baseLayerID": -1, - "baseLayerMD5": "3cdebabdb41f6c3e84561cf3ea87bac3.png", + "assetId": "3cdebabdb41f6c3e84561cf3ea87bac3", + "name": "dm pop L arm", "bitmapResolution": 2, + "md5ext": "3cdebabdb41f6c3e84561cf3ea87bac3.png", + "dataFormat": "png", "rotationCenterX": 90, "rotationCenterY": 238 }, { - "costumeName": "dm pop stand", - "baseLayerID": -1, - "baseLayerMD5": "05529eb3c09294bd15f57c6f10d5894e.png", + "assetId": "05529eb3c09294bd15f57c6f10d5894e", + "name": "dm pop stand", "bitmapResolution": 2, + "md5ext": "05529eb3c09294bd15f57c6f10d5894e.png", + "dataFormat": "png", "rotationCenterX": 100, "rotationCenterY": 244 }, { - "costumeName": "dm pop R arm", - "baseLayerID": -1, - "baseLayerMD5": "50faf1630ea383c0b8c77f70a9329797.png", + "assetId": "50faf1630ea383c0b8c77f70a9329797", + "name": "dm pop R arm", "bitmapResolution": 2, + "md5ext": "50faf1630ea383c0b8c77f70a9329797.png", + "dataFormat": "png", "rotationCenterX": 80, "rotationCenterY": 240 - }, + } + ], + "sounds": [ { - "costumeName": "dm top R leg2", - "baseLayerID": -1, - "baseLayerMD5": "fcb8c2b6cf9b7e6ce9df521b2486deb3.png", - "bitmapResolution": 2, - "rotationCenterX": 218, - "rotationCenterY": 232 + "assetId": "0edb8fb88af19e6e17d0f8cf64c1d136", + "name": "dance celebrate", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 176785, + "md5ext": "0edb8fb88af19e6e17d0f8cf64c1d136.wav" } ], - "currentCostumeIndex": 0, - "scratchX": -29, - "scratchY": 34, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 9, "visible": true, - "spriteInfo": {} + "x": -29, + "y": 34, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "D-Money Dance" } }, { @@ -3552,49 +4202,60 @@ 1 ], "json": { - "objName": "Dan", - "sounds": [ - { - "soundName": "dance magic", - "soundID": -1, - "md5": "042309f190183383c0b1c1fc3edc2e84.wav", - "sampleCount": 187200, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Dan", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dan-a", - "baseLayerID": -1, - "baseLayerMD5": "307250744e230fb15e7062238bf2634c.png", + "assetId": "307250744e230fb15e7062238bf2634c", + "name": "dan-a", "bitmapResolution": 2, + "md5ext": "307250744e230fb15e7062238bf2634c.png", + "dataFormat": "png", "rotationCenterX": 72, "rotationCenterY": 196 }, { - "costumeName": "dan-b", - "baseLayerID": -1, - "baseLayerMD5": "89b55d049f4b3811676311df00681385.png", + "assetId": "89b55d049f4b3811676311df00681385", + "name": "dan-b", "bitmapResolution": 2, + "md5ext": "89b55d049f4b3811676311df00681385.png", + "dataFormat": "png", "rotationCenterX": 94, "rotationCenterY": 200 } ], - "currentCostumeIndex": 0, - "scratchX": 9, - "scratchY": -38, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "042309f190183383c0b1c1fc3edc2e84", + "name": "dance magic", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 187961, + "md5ext": "042309f190183383c0b1c1fc3edc2e84.wav" + } + ], + "volume": 100, + "layerOrder": 10, "visible": true, - "spriteInfo": {} + "x": 9, + "y": -38, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dan" } }, { "name": "Dani", - "md5": "e620d1c3143b5ff05a0e4df89576e054.svg", + "md5": "6518333c95cf96a9aaf73a4a948e002f.svg", "type": "sprite", "tags": [ "people" @@ -3605,57 +4266,69 @@ 1 ], "json": { - "objName": "Dani", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Dani", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Dani-a", - "baseLayerID": -1, - "baseLayerMD5": "e620d1c3143b5ff05a0e4df89576e054.svg", + "assetId": "6518333c95cf96a9aaf73a4a948e002f", + "name": "Dani-a", "bitmapResolution": 1, + "md5ext": "6518333c95cf96a9aaf73a4a948e002f.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 141 }, { - "costumeName": "Dani-b", - "baseLayerID": -1, - "baseLayerMD5": "4de54672f1c7af00623a0ee3bc490ba7.svg", + "assetId": "2cba86439098a7e0daa46e0ff8a59f7c", + "name": "Dani-b", "bitmapResolution": 1, + "md5ext": "2cba86439098a7e0daa46e0ff8a59f7c.svg", + "dataFormat": "svg", "rotationCenterX": 86, "rotationCenterY": 141 }, { - "costumeName": "Dani-c", - "baseLayerID": -1, - "baseLayerMD5": "b4a303342f9b7ed6a74059054347dd30.svg", + "assetId": "b5f989e21b56af371209369c331b821e", + "name": "Dani-c", "bitmapResolution": 1, + "md5ext": "b5f989e21b56af371209369c331b821e.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 138 } ], - "currentCostumeIndex": 0, - "scratchX": -86, - "scratchY": -9, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 53, "visible": true, - "spriteInfo": {} + "x": -50.999999999999986, + "y": -8.999999999999993, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dani" } }, { "name": "Dee", - "md5": "aa239b7ccdce6bddf06900c709525764.svg", + "md5": "43bd4c241a94b3aea883472d7dab5afc.svg", "type": "sprite", "tags": [ "people" @@ -3666,73 +4339,87 @@ 1 ], "json": { - "objName": "Dee", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Dee", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dee-a", - "baseLayerID": -1, - "baseLayerMD5": "aa239b7ccdce6bddf06900c709525764.svg", + "assetId": "43bd4c241a94b3aea883472d7dab5afc", + "name": "dee-a", "bitmapResolution": 1, + "md5ext": "43bd4c241a94b3aea883472d7dab5afc.svg", + "dataFormat": "svg", "rotationCenterX": 52, "rotationCenterY": 99 }, { - "costumeName": "dee-b", - "baseLayerID": -1, - "baseLayerMD5": "62b4ac1b735599e21af77c390b178095.svg", + "assetId": "e4c6ada3509f7033d14bac2c0eea49dc", + "name": "dee-b", "bitmapResolution": 1, + "md5ext": "e4c6ada3509f7033d14bac2c0eea49dc.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 99 }, { - "costumeName": "dee-c", - "baseLayerID": -1, - "baseLayerMD5": "6aa6196ce3245e93b8d1299f33adffcd.svg", + "assetId": "1de3bbee2771b0ff16c4658d5ad98b0b", + "name": "dee-c", "bitmapResolution": 1, + "md5ext": "1de3bbee2771b0ff16c4658d5ad98b0b.svg", + "dataFormat": "svg", "rotationCenterX": 36, "rotationCenterY": 102 }, { - "costumeName": "dee-d", - "baseLayerID": -1, - "baseLayerMD5": "2159a6be8f7ff450d0b5e938ca34a3f4.svg", + "assetId": "320a892c86e9b039ba9d6d50a4897276", + "name": "dee-d", "bitmapResolution": 1, + "md5ext": "320a892c86e9b039ba9d6d50a4897276.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 99 }, { - "costumeName": "dee-e", - "baseLayerID": -1, - "baseLayerMD5": "e358d2a7e3a0a680928657161ce81a0a.svg", + "assetId": "c57c4593701165cdea6de9b014c7c06d", + "name": "dee-e", "bitmapResolution": 1, + "md5ext": "c57c4593701165cdea6de9b014c7c06d.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 99 } ], - "currentCostumeIndex": 0, - "scratchX": 84, - "scratchY": -39, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": 84, + "y": -39, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dee" } }, { "name": "Devin", - "md5": "b1897e56265470b55fa65fabe2423c55.svg", + "md5": "5f614017dba0ce6bff063f6c62041035.svg", "type": "sprite", "tags": [ "people" @@ -3743,65 +4430,78 @@ 1 ], "json": { - "objName": "Devin", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Devin", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "devin-a", - "baseLayerID": -1, - "baseLayerMD5": "b1897e56265470b55fa65fabe2423c55.svg", + "assetId": "5f614017dba0ce6bff063f6c62041035", + "name": "devin-a", "bitmapResolution": 1, + "md5ext": "5f614017dba0ce6bff063f6c62041035.svg", + "dataFormat": "svg", "rotationCenterX": 39, "rotationCenterY": 95 }, { - "costumeName": "devin-b", - "baseLayerID": -1, - "baseLayerMD5": "873fbd641768c8f753a6568da97633e7.svg", + "assetId": "9d7414a719d6cc5e0e9071ede200a29c", + "name": "devin-b", "bitmapResolution": 1, + "md5ext": "9d7414a719d6cc5e0e9071ede200a29c.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 96 }, { - "costumeName": "devin-c", - "baseLayerID": -1, - "baseLayerMD5": "eac3c03d86cebb42c8f30e373cb7f623.svg", + "assetId": "5ab51aeaa296e955e75a7a3c103ebb99", + "name": "devin-c", "bitmapResolution": 1, + "md5ext": "5ab51aeaa296e955e75a7a3c103ebb99.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 95 }, { - "costumeName": "devin-d", - "baseLayerID": -1, - "baseLayerMD5": "fa6a75afb0e4b822b91d8bb20d40c68f.svg", + "assetId": "bfc7c20b64f86d4b207780f3da695fa4", + "name": "devin-d", "bitmapResolution": 1, + "md5ext": "bfc7c20b64f86d4b207780f3da695fa4.svg", + "dataFormat": "svg", "rotationCenterX": 41, "rotationCenterY": 95 } ], - "currentCostumeIndex": 0, - "scratchX": 82, - "scratchY": -18, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 7, "visible": true, - "spriteInfo": {} + "x": 82, + "y": -18, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Devin" } }, { "name": "Dinosaur1", - "md5": "e70ab4de006f3df64e776abf912a62be.svg", + "md5": "45b02fbd582c15a50e1953830b59b377.svg", "type": "sprite", "tags": [ "animals", @@ -3814,65 +4514,78 @@ 1 ], "json": { - "objName": "Dinosaur1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Dinosaur1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dinosaur1-a", - "baseLayerID": -1, - "baseLayerMD5": "e70ab4de006f3df64e776abf912a62be.svg", + "assetId": "45b02fbd582c15a50e1953830b59b377", + "name": "dinosaur1-a", "bitmapResolution": 1, + "md5ext": "45b02fbd582c15a50e1953830b59b377.svg", + "dataFormat": "svg", "rotationCenterX": 98, "rotationCenterY": 92 }, { - "costumeName": "dinosaur1-b", - "baseLayerID": -1, - "baseLayerMD5": "af2d8211a65dce9871d49fa70671ce0c.svg", + "assetId": "7f89417968116ada83d4ddaad22403b3", + "name": "dinosaur1-b", "bitmapResolution": 1, + "md5ext": "7f89417968116ada83d4ddaad22403b3.svg", + "dataFormat": "svg", "rotationCenterX": 98, "rotationCenterY": 47 }, { - "costumeName": "dinosaur1-c", - "baseLayerID": -1, - "baseLayerMD5": "78f7e20f0e187fdca81195e4cc134175.svg", + "assetId": "22d94ee5daf557284465425a61186234", + "name": "dinosaur1-c", "bitmapResolution": 1, + "md5ext": "22d94ee5daf557284465425a61186234.svg", + "dataFormat": "svg", "rotationCenterX": 81, "rotationCenterY": 91 }, { - "costumeName": "dinosaur1-d", - "baseLayerID": -1, - "baseLayerMD5": "91f3dba45e8cec7bdff31ed5acde2c85.svg", + "assetId": "af158d368bf3da576369be1130e18acd", + "name": "dinosaur1-d", "bitmapResolution": 1, + "md5ext": "af158d368bf3da576369be1130e18acd.svg", + "dataFormat": "svg", "rotationCenterX": 99, "rotationCenterY": 91 } ], - "currentCostumeIndex": 0, - "scratchX": -138, - "scratchY": -51, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -138, + "y": -57.99999999999998, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dinosaur1" } }, { "name": "Dinosaur2", - "md5": "f49719e8f2440f5d328f2604e97eb71d.svg", + "md5": "7799f2848136d11f48ca5f3105d336ef.svg", "type": "sprite", "tags": [ "animals", @@ -3886,65 +4599,78 @@ 1 ], "json": { - "objName": "Dinosaur2", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Dinosaur2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dinosaur2-a", - "baseLayerID": -1, - "baseLayerMD5": "f49719e8f2440f5d328f2604e97eb71d.svg", + "assetId": "7799f2848136d11f48ca5f3105d336ef", + "name": "dinosaur2-a", "bitmapResolution": 1, + "md5ext": "7799f2848136d11f48ca5f3105d336ef.svg", + "dataFormat": "svg", "rotationCenterX": 63, "rotationCenterY": 67 }, { - "costumeName": "dinosaur2-b", - "baseLayerID": -1, - "baseLayerMD5": "1af6b3af3bf2cda862bbe01034a336bb.svg", + "assetId": "d926c5758d130fcfd9a7ae7dac47e47d", + "name": "dinosaur2-b", "bitmapResolution": 1, + "md5ext": "d926c5758d130fcfd9a7ae7dac47e47d.svg", + "dataFormat": "svg", "rotationCenterX": 76, "rotationCenterY": 67 }, { - "costumeName": "dinosaur2-c", - "baseLayerID": -1, - "baseLayerMD5": "e83b30a4517bbe155e2b4a6367c8f70b.svg", + "assetId": "0e43f8e573bf232505b207b92efac2ac", + "name": "dinosaur2-c", "bitmapResolution": 1, + "md5ext": "0e43f8e573bf232505b207b92efac2ac.svg", + "dataFormat": "svg", "rotationCenterX": 64, "rotationCenterY": 67 }, { - "costumeName": "dinosaur2-d", - "baseLayerID": -1, - "baseLayerMD5": "8244f1fb159237179d1caaa69c070060.svg", + "assetId": "e606ba27dfe94daf3d8e3fdf599e37cf", + "name": "dinosaur2-d", "bitmapResolution": 1, + "md5ext": "e606ba27dfe94daf3d8e3fdf599e37cf.svg", + "dataFormat": "svg", "rotationCenterX": 73, "rotationCenterY": 67 } ], - "currentCostumeIndex": 0, - "scratchX": 10, - "scratchY": 26, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 10, + "y": 26, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dinosaur2" } }, { "name": "Dinosaur3", - "md5": "c4867c44f38df5bde472844878d5beea.svg", + "md5": "d85ec1b97f73564ef26fec73d5056c68.svg", "type": "sprite", "tags": [ "animals", @@ -3959,73 +4685,87 @@ 1 ], "json": { - "objName": "Dinosaur3", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Dinosaur3", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dinosaur3-a", - "baseLayerID": -1, - "baseLayerMD5": "c4867c44f38df5bde472844878d5beea.svg", + "assetId": "d85ec1b97f73564ef26fec73d5056c68", + "name": "dinosaur3-a", "bitmapResolution": 1, + "md5ext": "d85ec1b97f73564ef26fec73d5056c68.svg", + "dataFormat": "svg", "rotationCenterX": 113, "rotationCenterY": 42 }, { - "costumeName": "dinosaur3-b", - "baseLayerID": -1, - "baseLayerMD5": "b682c1e58ea1c6bea737670f57517b6f.svg", + "assetId": "e731d1f1ebf4bc0ea55b850ffe5a5f96", + "name": "dinosaur3-b", "bitmapResolution": 1, + "md5ext": "e731d1f1ebf4bc0ea55b850ffe5a5f96.svg", + "dataFormat": "svg", "rotationCenterX": 113, "rotationCenterY": 59 }, { - "costumeName": "dinosaur3-c", - "baseLayerID": -1, - "baseLayerMD5": "47a617ca48f4782efeeb60199cff801e.svg", + "assetId": "ae98efa1c3c3700602e1344db86aaf72", + "name": "dinosaur3-c", "bitmapResolution": 1, + "md5ext": "ae98efa1c3c3700602e1344db86aaf72.svg", + "dataFormat": "svg", "rotationCenterX": 47, "rotationCenterY": 59 }, { - "costumeName": "dinosaur3-d", - "baseLayerID": -1, - "baseLayerMD5": "710ff3380d6872b04785db97dc0565c6.svg", + "assetId": "cf4fb77a4e9839f83d3fa5fc0982ccd3", + "name": "dinosaur3-d", "bitmapResolution": 1, + "md5ext": "cf4fb77a4e9839f83d3fa5fc0982ccd3.svg", + "dataFormat": "svg", "rotationCenterX": 113, "rotationCenterY": 65 }, { - "costumeName": "dinosaur3-e", - "baseLayerID": -1, - "baseLayerMD5": "6f40025c1157f37858adf7fa85090e64.svg", + "assetId": "5381feb0fc1b50ddc2793342daddffef", + "name": "dinosaur3-e", "bitmapResolution": 1, + "md5ext": "5381feb0fc1b50ddc2793342daddffef.svg", + "dataFormat": "svg", "rotationCenterX": 41, "rotationCenterY": 40 } ], - "currentCostumeIndex": 0, - "scratchX": -76, - "scratchY": 101, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -76, + "y": 101, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dinosaur3" } }, { "name": "Dinosaur4", - "md5": "d87b5e3c45f5d234c7aa47107c788f18.svg", + "md5": "a98e3f93853513e7c00bab4c61752312.svg", "type": "sprite", "tags": [ "animals", @@ -4041,60 +4781,73 @@ 1 ], "json": { - "objName": "Dinosaur4", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Dinosaur4", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dinosaur4-a", - "baseLayerID": 0, - "baseLayerMD5": "d87b5e3c45f5d234c7aa47107c788f18.svg", + "assetId": "a98e3f93853513e7c00bab4c61752312", + "name": "dinosaur4-a", "bitmapResolution": 1, + "md5ext": "a98e3f93853513e7c00bab4c61752312.svg", + "dataFormat": "svg", "rotationCenterX": 60, "rotationCenterY": 52 }, { - "costumeName": "dinosaur4-b", - "baseLayerID": -1, - "baseLayerMD5": "cfe906702bbd30bc3bb8acb53079b6b0.svg", + "assetId": "ac99ef62e3e018b8db550bb2a187cbe9", + "name": "dinosaur4-b", "bitmapResolution": 1, + "md5ext": "ac99ef62e3e018b8db550bb2a187cbe9.svg", + "dataFormat": "svg", "rotationCenterX": 87, "rotationCenterY": 52 }, { - "costumeName": "dinosaur4-c", - "baseLayerID": -1, - "baseLayerMD5": "1879b07cfe788b0258afada17aa46973.svg", + "assetId": "c63cca929380152b978d8671fe6003f7", + "name": "dinosaur4-c", "bitmapResolution": 1, + "md5ext": "c63cca929380152b978d8671fe6003f7.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": 52 }, { - "costumeName": "dinosaur4-d", - "baseLayerID": -1, - "baseLayerMD5": "52c17657698ab82881ed3ccf83080684.svg", + "assetId": "723bd1559f8baae4184fa24a6513362b", + "name": "dinosaur4-d", "bitmapResolution": 1, + "md5ext": "723bd1559f8baae4184fa24a6513362b.svg", + "dataFormat": "svg", "rotationCenterX": 89, "rotationCenterY": 88 } ], - "currentCostumeIndex": 0, - "scratchX": 128, - "scratchY": -19, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 128, + "y": -19, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dinosaur4" } }, { @@ -4112,105 +4865,123 @@ 2 ], "json": { - "objName": "Dinosaur5", - "sounds": [ - { - "soundName": "dance funky", - "soundID": -1, - "md5": "51c00a150d33c4639203184bb24c637b.wav", - "sampleCount": 111870, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "bite", - "soundID": -1, - "md5": "6759a83e9b92cd6082b68611e858fd23.wav", - "sampleCount": 8136, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Dinosaur5", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Dinosaur5-a", - "baseLayerID": -1, - "baseLayerMD5": "42e3bf118c775ba54239af4276800a0a.png", + "assetId": "42e3bf118c775ba54239af4276800a0a", + "name": "Dinosaur5-a", "bitmapResolution": 2, + "md5ext": "42e3bf118c775ba54239af4276800a0a.png", + "dataFormat": "png", "rotationCenterX": 104, "rotationCenterY": 150 }, { - "costumeName": "Dinosaur5-b", - "baseLayerID": -1, - "baseLayerMD5": "5a0832162a0cfa7adab6090c42e89714.png", + "assetId": "5a0832162a0cfa7adab6090c42e89714", + "name": "Dinosaur5-b", "bitmapResolution": 2, + "md5ext": "5a0832162a0cfa7adab6090c42e89714.png", + "dataFormat": "png", "rotationCenterX": 112, "rotationCenterY": 166 }, { - "costumeName": "Dinosaur5-c", - "baseLayerID": -1, - "baseLayerMD5": "26fca11e4251d60ed7aa5d08f4ae2a69.png", + "assetId": "26fca11e4251d60ed7aa5d08f4ae2a69", + "name": "Dinosaur5-c", "bitmapResolution": 2, + "md5ext": "26fca11e4251d60ed7aa5d08f4ae2a69.png", + "dataFormat": "png", "rotationCenterX": 112, "rotationCenterY": 150 }, { - "costumeName": "Dinosaur5-d", - "baseLayerID": -1, - "baseLayerMD5": "c4044a3badea77ced4f2db69aff866ed.png", + "assetId": "c4044a3badea77ced4f2db69aff866ed", + "name": "Dinosaur5-d", "bitmapResolution": 2, + "md5ext": "c4044a3badea77ced4f2db69aff866ed.png", + "dataFormat": "png", "rotationCenterX": 90, "rotationCenterY": 134 }, { - "costumeName": "Dinosaur5-e", - "baseLayerID": -1, - "baseLayerMD5": "f49b3b098a24474f20c8f4686681c611.png", + "assetId": "f49b3b098a24474f20c8f4686681c611", + "name": "Dinosaur5-e", "bitmapResolution": 2, + "md5ext": "f49b3b098a24474f20c8f4686681c611.png", + "dataFormat": "png", "rotationCenterX": 88, "rotationCenterY": 150 }, { - "costumeName": "Dinosaur5-f", - "baseLayerID": -1, - "baseLayerMD5": "9d200a7c2e93eac8cf52ede3a87d7969.png", + "assetId": "9d200a7c2e93eac8cf52ede3a87d7969", + "name": "Dinosaur5-f", "bitmapResolution": 2, + "md5ext": "9d200a7c2e93eac8cf52ede3a87d7969.png", + "dataFormat": "png", "rotationCenterX": 94, "rotationCenterY": 166 }, { - "costumeName": "Dinosaur5-g", - "baseLayerID": -1, - "baseLayerMD5": "5882227a9e2f0f3b2014c49328969762.png", + "assetId": "5882227a9e2f0f3b2014c49328969762", + "name": "Dinosaur5-g", "bitmapResolution": 2, + "md5ext": "5882227a9e2f0f3b2014c49328969762.png", + "dataFormat": "png", "rotationCenterX": 102, "rotationCenterY": 150 }, { - "costumeName": "Dinosaur5-h", - "baseLayerID": -1, - "baseLayerMD5": "3b2cf97b1cc7fc535162ba5849a0e29c.png", + "assetId": "3b2cf97b1cc7fc535162ba5849a0e29c", + "name": "Dinosaur5-h", "bitmapResolution": 2, + "md5ext": "3b2cf97b1cc7fc535162ba5849a0e29c.png", + "dataFormat": "png", "rotationCenterX": 108, "rotationCenterY": 134 } ], - "currentCostumeIndex": 0, - "scratchX": 0, - "scratchY": 0, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "51c00a150d33c4639203184bb24c637b", + "name": "dance funky", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 111761, + "md5ext": "51c00a150d33c4639203184bb24c637b.wav" + }, + { + "assetId": "6759a83e9b92cd6082b68611e858fd23", + "name": "bite", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "6759a83e9b92cd6082b68611e858fd23.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": 12.999999999999993, + "y": 5.999999999999982, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dinosaur5" } }, { "name": "Diver1", - "md5": "853803d5600b66538474909c5438c8ee.svg", + "md5": "a24f23a0f5d77cfb59721ef8f6bfe5c7.svg", "type": "sprite", "tags": [ "people", @@ -4226,41 +4997,51 @@ 1 ], "json": { - "objName": "Diver1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Diver1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "diver1", - "baseLayerID": -1, - "baseLayerMD5": "853803d5600b66538474909c5438c8ee.svg", + "assetId": "a24f23a0f5d77cfb59721ef8f6bfe5c7", + "name": "diver1", "bitmapResolution": 1, + "md5ext": "a24f23a0f5d77cfb59721ef8f6bfe5c7.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": 11, - "scratchY": 48, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 18, "visible": true, - "spriteInfo": {} + "x": 11, + "y": 48, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Diver1" } }, { "name": "Diver2", - "md5": "248d3e69ada69a64b1077149ef6a931a.svg", + "md5": "ef8136a42b7d20961756e551bc87b37f.svg", "type": "sprite", "tags": [ "people", @@ -4276,41 +5057,51 @@ 1 ], "json": { - "objName": "Diver2", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Diver2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "diver2", - "baseLayerID": -1, - "baseLayerMD5": "248d3e69ada69a64b1077149ef6a931a.svg", + "assetId": "ef8136a42b7d20961756e551bc87b37f", + "name": "diver2", "bitmapResolution": 1, + "md5ext": "ef8136a42b7d20961756e551bc87b37f.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": 89, - "scratchY": -48, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 19, "visible": true, - "spriteInfo": {} + "x": 89, + "y": -48, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Diver2" } }, { "name": "Dog1", - "md5": "39ddefa0cc58f3b1b06474d63d81ef56.svg", + "md5": "35cd78a8a71546a16c530d0b2d7d5a7f.svg", "type": "sprite", "tags": [ "animals", @@ -4324,49 +5115,60 @@ 1 ], "json": { - "objName": "Dog1", - "sounds": [ - { - "soundName": "dog1", - "soundID": -1, - "md5": "b15adefc3c12f758b6dc6a045362532f.wav", - "sampleCount": 3672, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Dog1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dog1-a", - "baseLayerID": -1, - "baseLayerMD5": "39ddefa0cc58f3b1b06474d63d81ef56.svg", + "assetId": "35cd78a8a71546a16c530d0b2d7d5a7f", + "name": "dog1-a", "bitmapResolution": 1, + "md5ext": "35cd78a8a71546a16c530d0b2d7d5a7f.svg", + "dataFormat": "svg", "rotationCenterX": 83, "rotationCenterY": 80 }, { - "costumeName": "dog1-b", - "baseLayerID": -1, - "baseLayerMD5": "598f4aa3d8f671375d1d2b3acf753416.svg", + "assetId": "d5a72e1eb23a91df4b53c0b16493d1e6", + "name": "dog1-b", "bitmapResolution": 1, + "md5ext": "d5a72e1eb23a91df4b53c0b16493d1e6.svg", + "dataFormat": "svg", "rotationCenterX": 83, "rotationCenterY": 80 } ], - "currentCostumeIndex": 0, - "scratchX": 78, - "scratchY": -36, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "b15adefc3c12f758b6dc6a045362532f", + "name": "dog1", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 7344, + "md5ext": "b15adefc3c12f758b6dc6a045362532f.wav" + } + ], + "volume": 100, + "layerOrder": 30, "visible": true, - "spriteInfo": {} + "x": 78, + "y": -36, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dog1" } }, { "name": "Dog2", - "md5": "e921f865b19b27cd99e16a341dbf09c2.svg", + "md5": "66b435d333f34d02d5ae49a598bcc5b3.svg", "type": "sprite", "tags": [ "animals", @@ -4380,57 +5182,69 @@ 1 ], "json": { - "objName": "Dog2", - "sounds": [ - { - "soundName": "dog1", - "soundID": -1, - "md5": "b15adefc3c12f758b6dc6a045362532f.wav", - "sampleCount": 3672, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Dog2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dog2-a", - "baseLayerID": -1, - "baseLayerMD5": "e921f865b19b27cd99e16a341dbf09c2.svg", + "assetId": "66b435d333f34d02d5ae49a598bcc5b3", + "name": "dog2-a", "bitmapResolution": 1, + "md5ext": "66b435d333f34d02d5ae49a598bcc5b3.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 }, { - "costumeName": "dog2-b", - "baseLayerID": -1, - "baseLayerMD5": "891f2fb7daf79ba8b224a9173eeb0a63.svg", + "assetId": "6afc06388d69f99e28d883126f9b2734", + "name": "dog2-b", "bitmapResolution": 1, + "md5ext": "6afc06388d69f99e28d883126f9b2734.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 }, { - "costumeName": "dog2-c", - "baseLayerID": -1, - "baseLayerMD5": "cd236d5eef4431dea82983ac9eec406b.svg", + "assetId": "4708bff29b3a295a03ac1d5e2d16ec75", + "name": "dog2-c", "bitmapResolution": 1, + "md5ext": "4708bff29b3a295a03ac1d5e2d16ec75.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": 99, - "scratchY": 27, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "b15adefc3c12f758b6dc6a045362532f", + "name": "dog1", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 7344, + "md5ext": "b15adefc3c12f758b6dc6a045362532f.wav" + } + ], + "volume": 100, + "layerOrder": 31, "visible": true, - "spriteInfo": {} + "x": 99, + "y": 27, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dog2" } }, { "name": "Donut", - "md5": "9e7b4d153421dae04a24571d7e079e85.svg", + "md5": "316a67c9e966fd015b4538f54be456db.svg", "type": "sprite", "tags": [ "food", @@ -4448,49 +5262,60 @@ 2 ], "json": { - "objName": "Donut", + "isStage": false, + "name": "Donut", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ + { + "assetId": "316a67c9e966fd015b4538f54be456db", + "name": "donut", + "bitmapResolution": 1, + "md5ext": "316a67c9e966fd015b4538f54be456db.svg", + "dataFormat": "svg", + "rotationCenterX": 72.11747235252724, + "rotationCenterY": 14.658782444689848 + } + ], "sounds": [ { - "soundName": "Bite", - "soundID": -1, - "md5": "0039635b1d6853face36581784558454.wav", - "sampleCount": 7672, + "assetId": "0039635b1d6853face36581784558454", + "name": "Bite", + "dataFormat": "wav", + "format": "adpcm", "rate": 22050, - "format": "adpcm" + "sampleCount": 8129, + "md5ext": "0039635b1d6853face36581784558454.wav" }, { - "soundName": "Chomp", - "soundID": -1, - "md5": "0b1e3033140d094563248e61de4039e5.wav", - "sampleCount": 2912, - "rate": 11025, - "format": "" - } - ], - "costumes": [ - { - "costumeName": "donut", - "baseLayerID": -1, - "baseLayerMD5": "9e7b4d153421dae04a24571d7e079e85.svg", - "bitmapResolution": 1, - "rotationCenterX": 73, - "rotationCenterY": 15 + "assetId": "0b1e3033140d094563248e61de4039e5", + "name": "Chomp", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11648, + "md5ext": "0b1e3033140d094563248e61de4039e5.wav" } ], - "currentCostumeIndex": 0, - "scratchX": -2, - "scratchY": 43, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 20, "visible": true, - "spriteInfo": {} + "x": -2, + "y": 43, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Donut" } }, { "name": "Dorian", - "md5": "503f1d4d0fe61d071e1dd8b5233cceb0.svg", + "md5": "a9a064a1f28c9e22b594dcea1d46025b.svg", "type": "sprite", "tags": [ "sports", @@ -4504,65 +5329,78 @@ 1 ], "json": { - "objName": "Dorian", - "sounds": [ - { - "soundName": "basketball bounce", - "soundID": -1, - "md5": "1727f65b5f22d151685b8e5917456a60.wav", - "sampleCount": 8099, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Dorian", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dorian-a", - "baseLayerID": -1, - "baseLayerMD5": "503f1d4d0fe61d071e1dd8b5233cceb0.svg", + "assetId": "a9a064a1f28c9e22b594dcea1d46025b", + "name": "dorian-a", "bitmapResolution": 1, + "md5ext": "a9a064a1f28c9e22b594dcea1d46025b.svg", + "dataFormat": "svg", "rotationCenterX": 60, "rotationCenterY": 65 }, { - "costumeName": "dorian-b", - "baseLayerID": -1, - "baseLayerMD5": "d5f795ef2395bcd11ceee0b0c24c9341.svg", + "assetId": "7d20ec98603857c031c1f4ad2bd8ea51", + "name": "dorian-b", "bitmapResolution": 1, + "md5ext": "7d20ec98603857c031c1f4ad2bd8ea51.svg", + "dataFormat": "svg", "rotationCenterX": 60, "rotationCenterY": 65 }, { - "costumeName": "dorian-c", - "baseLayerID": -1, - "baseLayerMD5": "4ad4ddf4251b9b5bcb16d8d77213685f.svg", + "assetId": "8f2be2387efcbb5d4878886adaa2a88e", + "name": "dorian-c", "bitmapResolution": 1, + "md5ext": "8f2be2387efcbb5d4878886adaa2a88e.svg", + "dataFormat": "svg", "rotationCenterX": 77, "rotationCenterY": 67 }, { - "costumeName": "dorian-d", - "baseLayerID": -1, - "baseLayerMD5": "67fba4e187ecf42749bdd44e64f29192.svg", + "assetId": "603d3dd151984c0eaa2822f70a234c28", + "name": "dorian-d", "bitmapResolution": 1, + "md5ext": "603d3dd151984c0eaa2822f70a234c28.svg", + "dataFormat": "svg", "rotationCenterX": 77, "rotationCenterY": 53 } ], - "currentCostumeIndex": 0, - "scratchX": -24, - "scratchY": -57, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1727f65b5f22d151685b8e5917456a60", + "name": "basketball bounce", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "1727f65b5f22d151685b8e5917456a60.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -24, + "y": -57, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dorian" } }, { "name": "Dot", - "md5": "3b9e6830365aeadb63c21b681777b783.svg", + "md5": "106461f60e34ce231b323e2dd2d9f05b.svg", "type": "sprite", "tags": [ "space", @@ -4576,65 +5414,78 @@ 1 ], "json": { - "objName": "Dot", - "sounds": [ - { - "soundName": "bark", - "soundID": -1, - "md5": "cd8fa8390b0efdd281882533fbfcfcfb.wav", - "sampleCount": 3168, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Dot", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dot-a", - "baseLayerID": -1, - "baseLayerMD5": "3b9e6830365aeadb63c21b681777b783.svg", + "assetId": "106461f60e34ce231b323e2dd2d9f05b", + "name": "dot-a", "bitmapResolution": 1, + "md5ext": "106461f60e34ce231b323e2dd2d9f05b.svg", + "dataFormat": "svg", "rotationCenterX": 52, "rotationCenterY": 67 }, { - "costumeName": "dot-b", - "baseLayerID": -1, - "baseLayerMD5": "a80a07906ffbb9671dba3633223859af.svg", + "assetId": "21482022f9930400302bc8ec70643717", + "name": "dot-b", "bitmapResolution": 1, + "md5ext": "21482022f9930400302bc8ec70643717.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 67 }, { - "costumeName": "dot-c", - "baseLayerID": -1, - "baseLayerMD5": "1e1bdccbab5b566beb7f91b5ec01352f.svg", + "assetId": "9e5a6cc6970ce4932a09affba70a45b0", + "name": "dot-c", "bitmapResolution": 1, - "rotationCenterX": 51, - "rotationCenterY": 69 + "md5ext": "9e5a6cc6970ce4932a09affba70a45b0.svg", + "dataFormat": "svg", + "rotationCenterX": 50.53907324990831, + "rotationCenterY": 68.96764494984302 }, { - "costumeName": "dot-d", - "baseLayerID": -1, - "baseLayerMD5": "06d70d5de0e25f97c1c606e513ab019c.svg", + "assetId": "fb047c94113ee4c6664305a338525e6a", + "name": "dot-d", "bitmapResolution": 1, - "rotationCenterX": 57, - "rotationCenterY": 67 + "md5ext": "fb047c94113ee4c6664305a338525e6a.svg", + "dataFormat": "svg", + "rotationCenterX": 56.58074394930321, + "rotationCenterY": 66.76919584395038 } ], - "currentCostumeIndex": 0, - "scratchX": -162, - "scratchY": -69, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "cd8fa8390b0efdd281882533fbfcfcfb", + "name": "bark", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 6336, + "md5ext": "cd8fa8390b0efdd281882533fbfcfcfb.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": -162, + "y": -69, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dot" } }, { "name": "Dove", - "md5": "6dde2b880ad6ddeaea2a53821befb86d.svg", + "md5": "0f83ab55012a7affd94e38250d55a0a0.svg", "type": "sprite", "tags": [ "animals", @@ -4647,49 +5498,60 @@ 1 ], "json": { - "objName": "Dove", - "sounds": [ - { - "soundName": "bird", - "soundID": -1, - "md5": "18bd4b634a3f992a16b30344c7d810e0.wav", - "sampleCount": 3840, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Dove", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dove-a", - "baseLayerID": -1, - "baseLayerMD5": "6dde2b880ad6ddeaea2a53821befb86d.svg", + "assetId": "0f83ab55012a7affd94e38250d55a0a0", + "name": "dove-a", "bitmapResolution": 1, + "md5ext": "0f83ab55012a7affd94e38250d55a0a0.svg", + "dataFormat": "svg", "rotationCenterX": 86, "rotationCenterY": 59 }, { - "costumeName": "dove-b", - "baseLayerID": -1, - "baseLayerMD5": "1c0bc118044d7f6033bc9cd1ef555590.svg", + "assetId": "778a699a044a0a8c10f44c3194e21ef2", + "name": "dove-b", "bitmapResolution": 1, + "md5ext": "778a699a044a0a8c10f44c3194e21ef2.svg", + "dataFormat": "svg", "rotationCenterX": 88, "rotationCenterY": 57 } ], - "currentCostumeIndex": 0, - "scratchX": -71, - "scratchY": 24, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "18bd4b634a3f992a16b30344c7d810e0", + "name": "bird", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 15360, + "md5ext": "18bd4b634a3f992a16b30344c7d810e0.wav" + } + ], + "volume": 100, + "layerOrder": 8, "visible": true, - "spriteInfo": {} + "x": -71, + "y": 24, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dove" } }, { "name": "Dragon", - "md5": "8aed65cee4cfe22b4f4b8e749092dbbb.svg", + "md5": "12ead885460d96a19132e5970839d36d.svg", "type": "sprite", "tags": [ "fantasy", @@ -4703,57 +5565,69 @@ 1 ], "json": { - "objName": "Dragon", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Dragon", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dragon-a", - "baseLayerID": -1, - "baseLayerMD5": "8aed65cee4cfe22b4f4b8e749092dbbb.svg", + "assetId": "12ead885460d96a19132e5970839d36d", + "name": "dragon-a", "bitmapResolution": 1, - "rotationCenterX": 210, - "rotationCenterY": 150 + "md5ext": "12ead885460d96a19132e5970839d36d.svg", + "dataFormat": "svg", + "rotationCenterX": 124.12215277545062, + "rotationCenterY": 106.25815347723332 }, { - "costumeName": "dragon-b", - "baseLayerID": -1, - "baseLayerMD5": "c3360f16bb78b136d9911325da9fda49.svg", + "assetId": "3f672475ad4ca5d1f9331cffd4223140", + "name": "dragon-b", "bitmapResolution": 1, - "rotationCenterX": 210, - "rotationCenterY": 150 + "md5ext": "3f672475ad4ca5d1f9331cffd4223140.svg", + "dataFormat": "svg", + "rotationCenterX": 152.5, + "rotationCenterY": 99 }, { - "costumeName": "dragon-c", - "baseLayerID": -1, - "baseLayerMD5": "e81af82ebde008c167ebc6874df3ecb4.svg", + "assetId": "e0aa0083fa0b97da97600d4dbb2055e5", + "name": "dragon-c", "bitmapResolution": 1, - "rotationCenterX": 210, - "rotationCenterY": 150 + "md5ext": "e0aa0083fa0b97da97600d4dbb2055e5.svg", + "dataFormat": "svg", + "rotationCenterX": 124.4550776985194, + "rotationCenterY": 105.92484014389998 } ], - "currentCostumeIndex": 0, - "scratchX": -36, - "scratchY": -7, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": -36, + "y": -7, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dragon" } }, { "name": "Dragonfly", - "md5": "87aaecd2fb73580e6f1f38c5a2e579a9.svg", + "md5": "5cdfe67af929e3fb095e83c9c4b0bd78.svg", "type": "sprite", "tags": [ "animals", @@ -4768,49 +5642,60 @@ 1 ], "json": { - "objName": "Dragonfly", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Dragonfly", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Dragonfly-a", - "baseLayerID": -1, - "baseLayerMD5": "87aaecd2fb73580e6f1f38c5a2e579a9.svg", + "assetId": "5cdfe67af929e3fb095e83c9c4b0bd78", + "name": "Dragonfly-a", "bitmapResolution": 1, + "md5ext": "5cdfe67af929e3fb095e83c9c4b0bd78.svg", + "dataFormat": "svg", "rotationCenterX": 108, "rotationCenterY": 52 }, { - "costumeName": "Dragonfly-b", - "baseLayerID": -1, - "baseLayerMD5": "4e775a49bd5a7a6d38392731924f72e0.svg", + "assetId": "17b864c1ddd4b349a6c4bd5709167307", + "name": "Dragonfly-b", "bitmapResolution": 1, + "md5ext": "17b864c1ddd4b349a6c4bd5709167307.svg", + "dataFormat": "svg", "rotationCenterX": 108, "rotationCenterY": 46 } ], - "currentCostumeIndex": 0, - "scratchX": 138, - "scratchY": 107, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 138, + "y": 107, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dragonfly" } }, { "name": "Dress", - "md5": "fa7e0b37a324c212d0f1ce0f701a1ae0.svg", + "md5": "ddbea537af6012ebac18d16d65c07479.svg", "type": "sprite", "tags": [ "fashion", @@ -4823,57 +5708,69 @@ 1 ], "json": { - "objName": "Dress", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Dress", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "dress-a", - "baseLayerID": -1, - "baseLayerMD5": "fa7e0b37a324c212d0f1ce0f701a1ae0.svg", + "assetId": "ddbea537af6012ebac18d16d65c07479", + "name": "dress-a", "bitmapResolution": 1, + "md5ext": "ddbea537af6012ebac18d16d65c07479.svg", + "dataFormat": "svg", "rotationCenterX": 57, "rotationCenterY": 83 }, { - "costumeName": "dress-b", - "baseLayerID": -1, - "baseLayerMD5": "308b6ad8e6cfe5c2b2c1e3a1eb9cc404.svg", + "assetId": "4e22e6fd72500f0a25b959283bfd0a32", + "name": "dress-b", "bitmapResolution": 1, + "md5ext": "4e22e6fd72500f0a25b959283bfd0a32.svg", + "dataFormat": "svg", "rotationCenterX": 58, "rotationCenterY": 83 }, { - "costumeName": "dress-c", - "baseLayerID": -1, - "baseLayerMD5": "1f7a725ba285dc97cb142d4b812db624.svg", + "assetId": "c5fb135d89573570010b0d96c94bcec6", + "name": "dress-c", "bitmapResolution": 1, + "md5ext": "c5fb135d89573570010b0d96c94bcec6.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 83 } ], - "currentCostumeIndex": 0, - "scratchX": -65, - "scratchY": -50, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 8, "visible": true, - "spriteInfo": {} + "x": -65, + "y": -50, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Dress" } }, { "name": "Drum", - "md5": "dd66742bc2a3cfe5a6f9f540afd2e15c.svg", + "md5": "ce6971317035091341ec40571c9056e9.svg", "type": "sprite", "tags": [ "music", @@ -4885,57 +5782,69 @@ 2 ], "json": { - "objName": "Drum", - "sounds": [ - { - "soundName": "High Tom", - "soundID": -1, - "md5": "d623f99b3c8d33932eb2c6c9cfd817c5.wav", - "sampleCount": 12320, - "rate": 22050, - "format": "" - }, - { - "soundName": "Low Tom", - "soundID": -1, - "md5": "1569bbbd8952b0575e5a5cb5aefb50ba.wav", - "sampleCount": 20000, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Drum", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "drum-a", - "baseLayerID": -1, - "baseLayerMD5": "dd66742bc2a3cfe5a6f9f540afd2e15c.svg", + "assetId": "ce6971317035091341ec40571c9056e9", + "name": "drum-a", "bitmapResolution": 1, + "md5ext": "ce6971317035091341ec40571c9056e9.svg", + "dataFormat": "svg", "rotationCenterX": 43, "rotationCenterY": 60 }, { - "costumeName": "drum-b", - "baseLayerID": -1, - "baseLayerMD5": "9c9d371da382c227e43f09b1a748c554.svg", + "assetId": "47531b5675be696d0540eb120d5d0678", + "name": "drum-b", "bitmapResolution": 1, + "md5ext": "47531b5675be696d0540eb120d5d0678.svg", + "dataFormat": "svg", "rotationCenterX": 43, "rotationCenterY": 60 } ], - "currentCostumeIndex": 0, - "scratchX": -43, - "scratchY": -29, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "d623f99b3c8d33932eb2c6c9cfd817c5", + "name": "High Tom", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 24640, + "md5ext": "d623f99b3c8d33932eb2c6c9cfd817c5.wav" + }, + { + "assetId": "1569bbbd8952b0575e5a5cb5aefb50ba", + "name": "Low Tom", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 40000, + "md5ext": "1569bbbd8952b0575e5a5cb5aefb50ba.wav" + } + ], + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": -43, + "y": -29, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Drum" } }, { "name": "Drum Kit", - "md5": "131d040d86ecea62ccd175a8709c7866.svg", + "md5": "baf6344b6f55b074786a383c1097697d.svg", "type": "sprite", "tags": [ "music", @@ -4947,81 +5856,96 @@ 5 ], "json": { - "objName": "Drum Kit", - "sounds": [ + "isStage": false, + "name": "Drum Kit", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "Drum Bass1", - "soundID": -1, - "md5": "48328c874353617451e4c7902cc82817.wav", - "sampleCount": 6528, - "rate": 22050, - "format": "" + "assetId": "baf6344b6f55b074786a383c1097697d", + "name": "drum-kit", + "bitmapResolution": 1, + "md5ext": "baf6344b6f55b074786a383c1097697d.svg", + "dataFormat": "svg", + "rotationCenterX": 58, + "rotationCenterY": 78 }, { - "soundName": "Drum Bass2", - "soundID": -1, - "md5": "711a1270d1cf2e5de9b145ee539213e4.wav", - "sampleCount": 3791, - "rate": 22050, - "format": "adpcm" - }, + "assetId": "3f4fb4836338c55f883607c403b2b25e", + "name": "drum-kit-b", + "bitmapResolution": 1, + "md5ext": "3f4fb4836338c55f883607c403b2b25e.svg", + "dataFormat": "svg", + "rotationCenterX": 58, + "rotationCenterY": 78 + } + ], + "sounds": [ { - "soundName": "Drum Bass3", - "soundID": -1, - "md5": "c21704337b16359ea631b5f8eb48f765.wav", - "sampleCount": 8576, - "rate": 22050, - "format": "" + "assetId": "48328c874353617451e4c7902cc82817", + "name": "Drum Bass1", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 13056, + "md5ext": "48328c874353617451e4c7902cc82817.wav" }, { - "soundName": "High Tom", - "soundID": -1, - "md5": "d623f99b3c8d33932eb2c6c9cfd817c5.wav", - "sampleCount": 12320, + "assetId": "711a1270d1cf2e5de9b145ee539213e4", + "name": "Drum Bass2", + "dataFormat": "wav", + "format": "adpcm", "rate": 22050, - "format": "" + "sampleCount": 4065, + "md5ext": "711a1270d1cf2e5de9b145ee539213e4.wav" }, { - "soundName": "Low Tom", - "soundID": -1, - "md5": "1569bbbd8952b0575e5a5cb5aefb50ba.wav", - "sampleCount": 20000, - "rate": 22050, - "format": "" - } - ], - "costumes": [ + "assetId": "c21704337b16359ea631b5f8eb48f765", + "name": "Drum Bass3", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 17152, + "md5ext": "c21704337b16359ea631b5f8eb48f765.wav" + }, { - "costumeName": "drum-kit", - "baseLayerID": -1, - "baseLayerMD5": "131d040d86ecea62ccd175a8709c7866.svg", - "bitmapResolution": 1, - "rotationCenterX": 58, - "rotationCenterY": 78 + "assetId": "d623f99b3c8d33932eb2c6c9cfd817c5", + "name": "High Tom", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 24640, + "md5ext": "d623f99b3c8d33932eb2c6c9cfd817c5.wav" }, { - "costumeName": "drum-kit-b", - "baseLayerID": -1, - "baseLayerMD5": "ff14be049146cf9ab142e0951cb9b735.svg", - "bitmapResolution": 1, - "rotationCenterX": 58, - "rotationCenterY": 78 + "assetId": "1569bbbd8952b0575e5a5cb5aefb50ba", + "name": "Low Tom", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 40000, + "md5ext": "1569bbbd8952b0575e5a5cb5aefb50ba.wav" } ], - "currentCostumeIndex": 0, - "scratchX": 4, - "scratchY": -31, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 10, "visible": true, - "spriteInfo": {} + "x": 4, + "y": -31, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Drum Kit" } }, { "name": "Drum-cymbal", - "md5": "d6d41862fda966df1455d2dbff5e1988.svg", + "md5": "78398692e6fa226568df0374c4358da4.svg", "type": "sprite", "tags": [ "music", @@ -5033,73 +5957,87 @@ 4 ], "json": { - "objName": "Drum-cymbal", - "sounds": [ - { - "soundName": "crash cymbal", - "soundID": -1, - "md5": "f2c47a46f614f467a7ac802ed9ec3d8e.wav", - "sampleCount": 25220, - "rate": 22050, - "format": "" - }, - { - "soundName": "splash cymbal", - "soundID": -1, - "md5": "9d63ed5be96c43b06492e8b4a9cea8d8.wav", - "sampleCount": 9600, - "rate": 22050, - "format": "" - }, - { - "soundName": "bell cymbal", - "soundID": -1, - "md5": "efddec047de95492f775a1b5b2e8d19e.wav", - "sampleCount": 19328, - "rate": 22050, - "format": "" - }, - { - "soundName": "roll cymbal", - "soundID": -1, - "md5": "da8355d753cd2a5ddd19cb2bb41c1547.wav", - "sampleCount": 26432, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Drum-cymbal", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "drum-cymbal-a", - "baseLayerID": -1, - "baseLayerMD5": "d6d41862fda966df1455d2dbff5e1988.svg", + "assetId": "78398692e6fa226568df0374c4358da4", + "name": "drum-cymbal-a", "bitmapResolution": 1, + "md5ext": "78398692e6fa226568df0374c4358da4.svg", + "dataFormat": "svg", "rotationCenterX": 30, "rotationCenterY": 74 }, { - "costumeName": "drum-cymbal-b", - "baseLayerID": -1, - "baseLayerMD5": "e6b7d7d8874bc4b7be58afe927157554.svg", + "assetId": "08355ec8cc4b3263f502adfdea993cda", + "name": "drum-cymbal-b", "bitmapResolution": 1, + "md5ext": "08355ec8cc4b3263f502adfdea993cda.svg", + "dataFormat": "svg", "rotationCenterX": 30, "rotationCenterY": 74 } ], - "currentCostumeIndex": 0, - "scratchX": -50, - "scratchY": -19, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "f2c47a46f614f467a7ac802ed9ec3d8e", + "name": "crash cymbal", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 50440, + "md5ext": "f2c47a46f614f467a7ac802ed9ec3d8e.wav" + }, + { + "assetId": "9d63ed5be96c43b06492e8b4a9cea8d8", + "name": "splash cymbal", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 19200, + "md5ext": "9d63ed5be96c43b06492e8b4a9cea8d8.wav" + }, + { + "assetId": "efddec047de95492f775a1b5b2e8d19e", + "name": "bell cymbal", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 38656, + "md5ext": "efddec047de95492f775a1b5b2e8d19e.wav" + }, + { + "assetId": "da8355d753cd2a5ddd19cb2bb41c1547", + "name": "roll cymbal", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 52864, + "md5ext": "da8355d753cd2a5ddd19cb2bb41c1547.wav" + } + ], + "volume": 100, + "layerOrder": 7, "visible": true, - "spriteInfo": {} + "x": -50, + "y": -19, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Drum-cymbal" } }, { "name": "Drum-highhat", - "md5": "81fb79151a63cb096258607451cc2cf5.svg", + "md5": "15b2a31a57d0cd911ad0b1c265dcf59e.svg", "type": "sprite", "tags": [ "music", @@ -5111,49 +6049,60 @@ 1 ], "json": { - "objName": "Drum-highhat", - "sounds": [ - { - "soundName": "hihat cymbal", - "soundID": -1, - "md5": "2d01f60d0f20ab39facbf707899c6b2a.wav", - "sampleCount": 2752, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Drum-highhat", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "drum-highhat-a", - "baseLayerID": -1, - "baseLayerMD5": "81fb79151a63cb096258607451cc2cf5.svg", + "assetId": "15b2a31a57d0cd911ad0b1c265dcf59e", + "name": "drum-highhat-a", "bitmapResolution": 1, + "md5ext": "15b2a31a57d0cd911ad0b1c265dcf59e.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 73 }, { - "costumeName": "drum-highhat-b", - "baseLayerID": -1, - "baseLayerMD5": "e3c273e4ad1a24583064f9b61fcd753a.svg", + "assetId": "866b3a49ee2a45998940e2d737c4c502", + "name": "drum-highhat-b", "bitmapResolution": 1, + "md5ext": "866b3a49ee2a45998940e2d737c4c502.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 73 } ], - "currentCostumeIndex": 0, - "scratchX": 64, - "scratchY": -33, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "2d01f60d0f20ab39facbf707899c6b2a", + "name": "hihat cymbal", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 5504, + "md5ext": "2d01f60d0f20ab39facbf707899c6b2a.wav" + } + ], + "volume": 100, + "layerOrder": 9, "visible": true, - "spriteInfo": {} + "x": 64, + "y": -33, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Drum-highhat" } }, { "name": "Drum-snare", - "md5": "ace58710b8fa5fca8fb5bbca15e7d19c.svg", + "md5": "c42bb05aab3cacddcd88712e33ab8df0.svg", "type": "sprite", "tags": [ "music", @@ -5165,65 +6114,78 @@ 3 ], "json": { - "objName": "Drum-snare", - "sounds": [ - { - "soundName": "tap snare", - "soundID": -1, - "md5": "d55b3954d72c6275917f375e49b502f3.wav", - "sampleCount": 3296, - "rate": 22050, - "format": "" - }, - { - "soundName": "flam snare", - "soundID": -1, - "md5": "3b6cce9f8c56c0537ca61eee3945cd1d.wav", - "sampleCount": 4416, - "rate": 22050, - "format": "" - }, - { - "soundName": "sidestick snare", - "soundID": -1, - "md5": "f6868ee5cf626fc4ef3ca1119dc95592.wav", - "sampleCount": 2336, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Drum-snare", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "drum-snare-a", - "baseLayerID": -1, - "baseLayerMD5": "ace58710b8fa5fca8fb5bbca15e7d19c.svg", + "assetId": "c42bb05aab3cacddcd88712e33ab8df0", + "name": "drum-snare-a", "bitmapResolution": 1, + "md5ext": "c42bb05aab3cacddcd88712e33ab8df0.svg", + "dataFormat": "svg", "rotationCenterX": 21, "rotationCenterY": 32 }, { - "costumeName": "drum-snare-b", - "baseLayerID": -1, - "baseLayerMD5": "f6120839d3f73b262571add2444c443a.svg", + "assetId": "28298d93f5282041267a92bd67308107", + "name": "drum-snare-b", "bitmapResolution": 1, + "md5ext": "28298d93f5282041267a92bd67308107.svg", + "dataFormat": "svg", "rotationCenterX": 34, "rotationCenterY": 48 } ], - "currentCostumeIndex": 0, - "scratchX": 45, - "scratchY": -33, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "d55b3954d72c6275917f375e49b502f3", + "name": "tap snare", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 6592, + "md5ext": "d55b3954d72c6275917f375e49b502f3.wav" + }, + { + "assetId": "3b6cce9f8c56c0537ca61eee3945cd1d", + "name": "flam snare", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 8832, + "md5ext": "3b6cce9f8c56c0537ca61eee3945cd1d.wav" + }, + { + "assetId": "f6868ee5cf626fc4ef3ca1119dc95592", + "name": "sidestick snare", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 4672, + "md5ext": "f6868ee5cf626fc4ef3ca1119dc95592.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": 45, + "y": -33, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Drum-snare" } }, { "name": "Drums Conga", - "md5": "b3da94523b6d3df2dd30602399599ab4.svg", + "md5": "2b2eacfce0fb1af023e6ca0f5ef6defe.svg", "type": "sprite", "tags": [ "drums", @@ -5238,73 +6200,87 @@ 4 ], "json": { - "objName": "Drums Conga", - "sounds": [ - { - "soundName": "High Conga", - "soundID": -1, - "md5": "16144544de90e98a92a265d4fc3241ea.wav", - "sampleCount": 8192, - "rate": 22050, - "format": "" - }, - { - "soundName": "Low Conga", - "soundID": -1, - "md5": "0b6f94487cd8a1cf0bb77e15966656c3.wav", - "sampleCount": 8384, - "rate": 22050, - "format": "" - }, - { - "soundName": "Muted Conga", - "soundID": -1, - "md5": "1d4abbe3c9bfe198a88badb10762de75.wav", - "sampleCount": 4544, - "rate": 22050, - "format": "" - }, - { - "soundName": "Tap Conga", - "soundID": -1, - "md5": "fd9a67157f57f9cc6fe3cdce38a6d4a8.wav", - "sampleCount": 6880, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Drums Conga", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Drums Conga-a", - "baseLayerID": -1, - "baseLayerMD5": "b3da94523b6d3df2dd30602399599ab4.svg", + "assetId": "2b2eacfce0fb1af023e6ca0f5ef6defe", + "name": "Drums Conga-a", "bitmapResolution": 1, + "md5ext": "2b2eacfce0fb1af023e6ca0f5ef6defe.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 66 }, { - "costumeName": "Drums Conga-b", - "baseLayerID": -1, - "baseLayerMD5": "037703c2b65f051c12e9b22dcf93856c.svg", + "assetId": "bdad2f140cfbd021f38241fc9acc7fd2", + "name": "Drums Conga-b", "bitmapResolution": 1, + "md5ext": "bdad2f140cfbd021f38241fc9acc7fd2.svg", + "dataFormat": "svg", "rotationCenterX": 66, "rotationCenterY": 94 } ], - "currentCostumeIndex": 0, - "scratchX": 61, - "scratchY": -87, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "16144544de90e98a92a265d4fc3241ea", + "name": "High Conga", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 16384, + "md5ext": "16144544de90e98a92a265d4fc3241ea.wav" + }, + { + "assetId": "0b6f94487cd8a1cf0bb77e15966656c3", + "name": "Low Conga", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 16768, + "md5ext": "0b6f94487cd8a1cf0bb77e15966656c3.wav" + }, + { + "assetId": "1d4abbe3c9bfe198a88badb10762de75", + "name": "Muted Conga", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 9088, + "md5ext": "1d4abbe3c9bfe198a88badb10762de75.wav" + }, + { + "assetId": "fd9a67157f57f9cc6fe3cdce38a6d4a8", + "name": "Tap Conga", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 13760, + "md5ext": "fd9a67157f57f9cc6fe3cdce38a6d4a8.wav" + } + ], + "volume": 100, + "layerOrder": 14, "visible": true, - "spriteInfo": {} + "x": 66, + "y": -86.99999999999997, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Drums Conga" } }, { "name": "Drums Tabla", - "md5": "68ce53b53fcc68744584c28d20144c4f.svg", + "md5": "af071d9d714c5c622e2bb07133698ce3.svg", "type": "sprite", "tags": [ "drums", @@ -5319,73 +6295,87 @@ 4 ], "json": { - "objName": "Drums Tabla", - "sounds": [ - { - "soundName": "Hi Na Tabla", - "soundID": -1, - "md5": "35b42d98c43404a5b1b52fb232a62bd7.wav", - "sampleCount": 4096, - "rate": 22050, - "format": "" - }, - { - "soundName": "Hi Tun Tabla", - "soundID": -1, - "md5": "da734693dfa6a9a7eccdc7f9a0ca9840.wav", - "sampleCount": 18656, - "rate": 22050, - "format": "" - }, - { - "soundName": "Lo Geh Tabla", - "soundID": -1, - "md5": "9205359ab69d042ed3da8a160a651690.wav", - "sampleCount": 30784, - "rate": 22050, - "format": "" - }, - { - "soundName": "Lo Gliss Tabla", - "soundID": -1, - "md5": "d7cd24689737569c93e7ea7344ba6b0e.wav", - "sampleCount": 7008, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Drums Tabla", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Tabla-a", - "baseLayerID": -1, - "baseLayerMD5": "68ce53b53fcc68744584c28d20144c4f.svg", + "assetId": "af071d9d714c5c622e2bb07133698ce3", + "name": "Tabla-a", "bitmapResolution": 1, + "md5ext": "af071d9d714c5c622e2bb07133698ce3.svg", + "dataFormat": "svg", "rotationCenterX": 79, "rotationCenterY": 67 }, { - "costumeName": "Tabla-b", - "baseLayerID": -1, - "baseLayerMD5": "01b6ffb8691d32be10fabc77ddfb55b0.svg", + "assetId": "992d6359be830d977559dad91b04f698", + "name": "Tabla-b", "bitmapResolution": 1, + "md5ext": "992d6359be830d977559dad91b04f698.svg", + "dataFormat": "svg", "rotationCenterX": 86, "rotationCenterY": 73 } ], - "currentCostumeIndex": 0, - "scratchX": -50, - "scratchY": -106, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "35b42d98c43404a5b1b52fb232a62bd7", + "name": "Hi Na Tabla", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 8192, + "md5ext": "35b42d98c43404a5b1b52fb232a62bd7.wav" + }, + { + "assetId": "da734693dfa6a9a7eccdc7f9a0ca9840", + "name": "Hi Tun Tabla", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37312, + "md5ext": "da734693dfa6a9a7eccdc7f9a0ca9840.wav" + }, + { + "assetId": "9205359ab69d042ed3da8a160a651690", + "name": "Lo Geh Tabla", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 61568, + "md5ext": "9205359ab69d042ed3da8a160a651690.wav" + }, + { + "assetId": "d7cd24689737569c93e7ea7344ba6b0e", + "name": "Lo Gliss Tabla", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 14016, + "md5ext": "d7cd24689737569c93e7ea7344ba6b0e.wav" + } + ], + "volume": 100, + "layerOrder": 12, "visible": true, - "spriteInfo": {} + "x": -50, + "y": -106, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Drums Tabla" } }, { "name": "Duck", - "md5": "c3baf7eedfbdac8cd1e4f1f1f779dc0c.svg", + "md5": "c9837d0454f5f0f73df290af2045359b.svg", "type": "sprite", "tags": [ "animals", @@ -5400,41 +6390,51 @@ 1 ], "json": { - "objName": "Duck", - "sounds": [ - { - "soundName": "duck", - "soundID": -1, - "md5": "af5b039e1b05e0ccb12944f648a8884e.wav", - "sampleCount": 5792, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Duck", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "duck", - "baseLayerID": -1, - "baseLayerMD5": "c3baf7eedfbdac8cd1e4f1f1f779dc0c.svg", + "assetId": "c9837d0454f5f0f73df290af2045359b", + "name": "duck", "bitmapResolution": 1, + "md5ext": "c9837d0454f5f0f73df290af2045359b.svg", + "dataFormat": "svg", "rotationCenterX": 61, "rotationCenterY": 59 } ], - "currentCostumeIndex": 0, - "scratchX": 60, - "scratchY": 49, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "af5b039e1b05e0ccb12944f648a8884e", + "name": "duck", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11584, + "md5ext": "af5b039e1b05e0ccb12944f648a8884e.wav" + } + ], + "volume": 100, + "layerOrder": 33, "visible": true, - "spriteInfo": {} + "x": 60, + "y": 49, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Duck" } }, { "name": "Earth", - "md5": "64220361b80d2812e9f27fc88ef39027.svg", + "md5": "7405b5efa96995bae6853667f8cd145e.svg", "type": "sprite", "tags": [ "space", @@ -5448,41 +6448,51 @@ 1 ], "json": { - "objName": "Earth", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Earth", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "earth", - "baseLayerID": -1, - "baseLayerMD5": "64220361b80d2812e9f27fc88ef39027.svg", + "assetId": "7405b5efa96995bae6853667f8cd145e", + "name": "earth", "bitmapResolution": 1, + "md5ext": "7405b5efa96995bae6853667f8cd145e.svg", + "dataFormat": "svg", "rotationCenterX": 55, "rotationCenterY": 55 } ], - "currentCostumeIndex": 0, - "scratchX": 142, - "scratchY": -53, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": 142, + "y": -53, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Earth" } }, { "name": "Easel", - "md5": "edc81e35c94c07dc380c43ea9b311394.svg", + "md5": "a4b3714322c11b350f09a75921ae606b.svg", "type": "sprite", "tags": [ "bedroom", @@ -5495,57 +6505,69 @@ 1 ], "json": { - "objName": "Easel", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Easel", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Easel-a", - "baseLayerID": -1, - "baseLayerMD5": "edc81e35c94c07dc380c43ea9b311394.svg", + "assetId": "a4b3714322c11b350f09a75921ae606b", + "name": "Easel-a", "bitmapResolution": 1, + "md5ext": "a4b3714322c11b350f09a75921ae606b.svg", + "dataFormat": "svg", "rotationCenterX": 69, "rotationCenterY": 95 }, { - "costumeName": "Easel-b", - "baseLayerID": -1, - "baseLayerMD5": "cac798e8cf0364fa9a8bc52b85bda6b2.svg", + "assetId": "6a736beddc7844538be390c18b7c4361", + "name": "Easel-b", "bitmapResolution": 1, + "md5ext": "6a736beddc7844538be390c18b7c4361.svg", + "dataFormat": "svg", "rotationCenterX": 69, "rotationCenterY": 95 }, { - "costumeName": "Easel-c", - "baseLayerID": -1, - "baseLayerMD5": "afbf42eb496694afb31f9ea69b3a1a7a.svg", + "assetId": "caec09682a7fcdffef4647e8355ba004", + "name": "Easel-c", "bitmapResolution": 1, + "md5ext": "caec09682a7fcdffef4647e8355ba004.svg", + "dataFormat": "svg", "rotationCenterX": 68, "rotationCenterY": 94 } ], - "currentCostumeIndex": 0, - "scratchX": 182, - "scratchY": -41, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 182, + "y": -41, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Easel" } }, { "name": "Egg", - "md5": "6f1a24a63d16c45425aa2eb64934a278.svg", + "md5": "f8ee449298c1446cb0ef281923a4e57a.svg", "type": "sprite", "tags": [ "food", @@ -5558,81 +6580,96 @@ 1 ], "json": { - "objName": "Egg", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Egg", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "egg-a", - "baseLayerID": -1, - "baseLayerMD5": "6f1a24a63d16c45425aa2eb64934a278.svg", + "assetId": "f8ee449298c1446cb0ef281923a4e57a", + "name": "egg-a", "bitmapResolution": 1, + "md5ext": "f8ee449298c1446cb0ef281923a4e57a.svg", + "dataFormat": "svg", "rotationCenterX": 18, "rotationCenterY": 26 }, { - "costumeName": "egg-b", - "baseLayerID": -1, - "baseLayerMD5": "7f1320549dd8bfd596c52aec02d898ce.svg", + "assetId": "fbc629c3b062423e8c09cfacfb1e65f8", + "name": "egg-b", "bitmapResolution": 1, + "md5ext": "fbc629c3b062423e8c09cfacfb1e65f8.svg", + "dataFormat": "svg", "rotationCenterX": 23, "rotationCenterY": 27 }, { - "costumeName": "egg-c", - "baseLayerID": -1, - "baseLayerMD5": "62ed6f412aae07a575faa51451009168.svg", + "assetId": "0d127490af16f8a4ca5ce3212b2391c2", + "name": "egg-c", "bitmapResolution": 1, + "md5ext": "0d127490af16f8a4ca5ce3212b2391c2.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 27 }, { - "costumeName": "egg-d", - "baseLayerID": -1, - "baseLayerMD5": "0dce0615471ebf1bebc3ba8b4bebbd18.svg", + "assetId": "b0b6e88ec64b842398200bab562b53e3", + "name": "egg-d", "bitmapResolution": 1, + "md5ext": "b0b6e88ec64b842398200bab562b53e3.svg", + "dataFormat": "svg", "rotationCenterX": 19, "rotationCenterY": 27 }, { - "costumeName": "egg-e", - "baseLayerID": -1, - "baseLayerMD5": "3848cf5708b7c712bb7bb9bbcce636aa.svg", + "assetId": "41535b4742f40e2630746b0c4bec98f2", + "name": "egg-e", "bitmapResolution": 1, + "md5ext": "41535b4742f40e2630746b0c4bec98f2.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 26 }, { - "costumeName": "egg-f", - "baseLayerID": -1, - "baseLayerMD5": "0f7e63d9f23038a5012409af93c8dfad.svg", + "assetId": "bb0505b802140a8cc200c9f8bfce4503", + "name": "egg-f", "bitmapResolution": 1, + "md5ext": "bb0505b802140a8cc200c9f8bfce4503.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 26 } ], - "currentCostumeIndex": 0, - "scratchX": -102, - "scratchY": 53, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -102, + "y": 53, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Egg" } }, { "name": "Elephant", - "md5": "b3515b3805938b0fae4e527aa0b4524e.svg", + "md5": "b59873e9558c1c456200f50e5ab34770.svg", "type": "sprite", "tags": [ "animals", @@ -5645,49 +6682,60 @@ 1 ], "json": { - "objName": "Elephant", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Elephant", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "elephant-a", - "baseLayerID": -1, - "baseLayerMD5": "b3515b3805938b0fae4e527aa0b4524e.svg", + "assetId": "b59873e9558c1c456200f50e5ab34770", + "name": "elephant-a", "bitmapResolution": 1, + "md5ext": "b59873e9558c1c456200f50e5ab34770.svg", + "dataFormat": "svg", "rotationCenterX": 107, "rotationCenterY": 33 }, { - "costumeName": "elephant-b", - "baseLayerID": -1, - "baseLayerMD5": "bce91fa266220d3679a4c19c4e38b1f7.svg", + "assetId": "2c9b5e0125d95b8bc511f6bb09b5ea2f", + "name": "elephant-b", "bitmapResolution": 1, + "md5ext": "2c9b5e0125d95b8bc511f6bb09b5ea2f.svg", + "dataFormat": "svg", "rotationCenterX": 95, "rotationCenterY": 40 } ], - "currentCostumeIndex": 0, - "scratchX": -51, - "scratchY": -17, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 34, "visible": true, - "spriteInfo": {} + "x": -51, + "y": -17, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Elephant" } }, { "name": "Elf", - "md5": "00748a750dc4fd754ce4debb5e3595c0.svg", + "md5": "e92abad171396a3198455df8557802e5.svg", "type": "sprite", "tags": [ "fantasy", @@ -5701,73 +6749,87 @@ 1 ], "json": { - "objName": "Elf", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Elf", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "elf-a", - "baseLayerID": -1, - "baseLayerMD5": "00748a750dc4fd754ce4debb5e3595c0.svg", + "assetId": "e92abad171396a3198455df8557802e5", + "name": "elf-a", "bitmapResolution": 1, + "md5ext": "e92abad171396a3198455df8557802e5.svg", + "dataFormat": "svg", "rotationCenterX": 50, "rotationCenterY": 140 }, { - "costumeName": "elf-b", - "baseLayerID": -1, - "baseLayerMD5": "91815a19569ef9f0ef68bca56bb80446.svg", + "assetId": "92ff640b911a8348d2734c0e38bba68c", + "name": "elf-b", "bitmapResolution": 1, + "md5ext": "92ff640b911a8348d2734c0e38bba68c.svg", + "dataFormat": "svg", "rotationCenterX": 50, "rotationCenterY": 140 }, { - "costumeName": "elf-c", - "baseLayerID": -1, - "baseLayerMD5": "8153eaf84bc3db9a671cafd34506243b.svg", + "assetId": "524406c2b1fe253c1565ff516309817e", + "name": "elf-c", "bitmapResolution": 1, + "md5ext": "524406c2b1fe253c1565ff516309817e.svg", + "dataFormat": "svg", "rotationCenterX": 50, "rotationCenterY": 140 }, { - "costumeName": "elf-d", - "baseLayerID": -1, - "baseLayerMD5": "2432797fc69a62fc643505b0ba039169.svg", + "assetId": "808c6fa2eb1cba0de1d17b18c6f41279", + "name": "elf-d", "bitmapResolution": 1, + "md5ext": "808c6fa2eb1cba0de1d17b18c6f41279.svg", + "dataFormat": "svg", "rotationCenterX": 50, "rotationCenterY": 140 }, { - "costumeName": "elf-e", - "baseLayerID": -1, - "baseLayerMD5": "a06e6c93b143ae2a7b776bd1deee6b59.svg", + "assetId": "ec458328a85f89f06866e2337076ac0a", + "name": "elf-e", "bitmapResolution": 1, + "md5ext": "ec458328a85f89f06866e2337076ac0a.svg", + "dataFormat": "svg", "rotationCenterX": 50, "rotationCenterY": 140 } ], - "currentCostumeIndex": 0, - "scratchX": 39, - "scratchY": -15, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 15, "visible": true, - "spriteInfo": {} + "x": 39, + "y": -15, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Elf" } }, { "name": "Fairy", - "md5": "fe97687c7f1b747bb6f41c252cc5926a.svg", + "md5": "40d726e17bfd2ffeb8c0aa5393ee1c77.svg", "type": "sprite", "tags": [ "fantasy", @@ -5781,73 +6843,87 @@ 1 ], "json": { - "objName": "Fairy", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Fairy", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "fairy-a", - "baseLayerID": -1, - "baseLayerMD5": "fe97687c7f1b747bb6f41c252cc5926a.svg", + "assetId": "40d726e17bfd2ffeb8c0aa5393ee1c77", + "name": "fairy-a", "bitmapResolution": 1, + "md5ext": "40d726e17bfd2ffeb8c0aa5393ee1c77.svg", + "dataFormat": "svg", "rotationCenterX": 85, "rotationCenterY": 140 }, { - "costumeName": "fairy-b", - "baseLayerID": -1, - "baseLayerMD5": "c8e0d935b2e4372ecc813705a79be3eb.svg", + "assetId": "bea920473027f43e04c44e588c6cc39a", + "name": "fairy-b", "bitmapResolution": 1, + "md5ext": "bea920473027f43e04c44e588c6cc39a.svg", + "dataFormat": "svg", "rotationCenterX": 85, "rotationCenterY": 140 }, { - "costumeName": "fairy-c", - "baseLayerID": -1, - "baseLayerMD5": "4d0740d1b5be93256ad235062daa876b.svg", + "assetId": "d4f6163a1610243f55dd9cf1c9875c61", + "name": "fairy-c", "bitmapResolution": 1, + "md5ext": "d4f6163a1610243f55dd9cf1c9875c61.svg", + "dataFormat": "svg", "rotationCenterX": 85, "rotationCenterY": 140 }, { - "costumeName": "fairy-d", - "baseLayerID": -1, - "baseLayerMD5": "ca555dadd377431e38a3bc67ece4d36a.svg", + "assetId": "902350bba0d4b4612db1e2e902b6f201", + "name": "fairy-d", "bitmapResolution": 1, + "md5ext": "902350bba0d4b4612db1e2e902b6f201.svg", + "dataFormat": "svg", "rotationCenterX": 85, "rotationCenterY": 140 }, { - "costumeName": "fairy-e", - "baseLayerID": -1, - "baseLayerMD5": "a681f6d6044abdebcdd6634ce85da484.svg", + "assetId": "decd31f829032b1d4dcf5efdbd362cb9", + "name": "fairy-e", "bitmapResolution": 1, + "md5ext": "decd31f829032b1d4dcf5efdbd362cb9.svg", + "dataFormat": "svg", "rotationCenterX": 85, "rotationCenterY": 140 } ], - "currentCostumeIndex": 0, - "scratchX": -24, - "scratchY": -21, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 16, "visible": true, - "spriteInfo": {} + "x": -24, + "y": -21, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Fairy" } }, { "name": "Fish", - "md5": "8598752b1b7b9892c23817c4ed848e7d.svg", + "md5": "a9b3d163756621f8395592ad77fb9369.svg", "type": "sprite", "tags": [ "animals", @@ -5862,73 +6938,87 @@ 2 ], "json": { - "objName": "Fish", - "sounds": [ - { - "soundName": "bubbles", - "soundID": -1, - "md5": "78b0be9c9c2f664158b886bc7e794095.wav", - "sampleCount": 45056, - "rate": 11025, - "format": "" - }, - { - "soundName": "ocean wave", - "soundID": -1, - "md5": "c904610d770398b98872a708a2f75611.wav", - "sampleCount": 99206, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Fish", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "fish-a", - "baseLayerID": -1, - "baseLayerMD5": "8598752b1b7b9892c23817c4ed848e7d.svg", + "assetId": "a9b3d163756621f8395592ad77fb9369", + "name": "fish-a", "bitmapResolution": 1, + "md5ext": "a9b3d163756621f8395592ad77fb9369.svg", + "dataFormat": "svg", "rotationCenterX": 63, "rotationCenterY": 45 }, { - "costumeName": "fish-b", - "baseLayerID": -1, - "baseLayerMD5": "52032e4310f9855b89f873b528a5e928.svg", + "assetId": "7a0c31c0087f342867d4754f8dc57541", + "name": "fish-b", "bitmapResolution": 1, + "md5ext": "7a0c31c0087f342867d4754f8dc57541.svg", + "dataFormat": "svg", "rotationCenterX": 63, "rotationCenterY": 45 }, { - "costumeName": "fish-c", - "baseLayerID": -1, - "baseLayerMD5": "06c139dcfe45bf31ef45e7030b77dc36.svg", + "assetId": "4a3478b3cdc3e8688a671be88c2775fd", + "name": "fish-c", "bitmapResolution": 1, + "md5ext": "4a3478b3cdc3e8688a671be88c2775fd.svg", + "dataFormat": "svg", "rotationCenterX": 63, "rotationCenterY": 45 }, { - "costumeName": "fish-d", - "baseLayerID": -1, - "baseLayerMD5": "6a3a2c97374c157e0dbc0a03c2079284.svg", + "assetId": "886e0bb732453eb8d3a849b4eab54943", + "name": "fish-d", "bitmapResolution": 1, + "md5ext": "886e0bb732453eb8d3a849b4eab54943.svg", + "dataFormat": "svg", "rotationCenterX": 63, "rotationCenterY": 45 } ], - "currentCostumeIndex": 0, - "scratchX": 38, - "scratchY": -53, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "78b0be9c9c2f664158b886bc7e794095", + "name": "bubbles", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 180224, + "md5ext": "78b0be9c9c2f664158b886bc7e794095.wav" + }, + { + "assetId": "c904610d770398b98872a708a2f75611", + "name": "ocean wave", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 99569, + "md5ext": "c904610d770398b98872a708a2f75611.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 38, + "y": -53, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Fish" } }, { "name": "Fishbowl", - "md5": "9d1013e04ca7425f680a4b4e6dd6ede6.svg", + "md5": "17c53cf0296f24722ba5b001d513e58f.svg", "type": "sprite", "tags": [ "fishbowl", @@ -5942,49 +7032,60 @@ 1 ], "json": { - "objName": "Fishbowl", - "sounds": [ - { - "soundName": "water drop", - "soundID": -1, - "md5": "aa488de9e2c871e9d4faecd246ed737a.wav", - "sampleCount": 8136, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Fishbowl", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Fishbowl-a", - "baseLayerID": -1, - "baseLayerMD5": "9d1013e04ca7425f680a4b4e6dd6ede6.svg", + "assetId": "17c53cf0296f24722ba5b001d513e58f", + "name": "Fishbowl-a", "bitmapResolution": 1, + "md5ext": "17c53cf0296f24722ba5b001d513e58f.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 24 }, { - "costumeName": "Fishbowl-b", - "baseLayerID": -1, - "baseLayerMD5": "0bbfc827e8d2f3da6db82efe95563f93.svg", + "assetId": "b3db01c5cda32fe3ea0b48dde5fa8130", + "name": "Fishbowl-b", "bitmapResolution": 1, + "md5ext": "b3db01c5cda32fe3ea0b48dde5fa8130.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": -34, - "scratchY": 74, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "aa488de9e2c871e9d4faecd246ed737a", + "name": "water drop", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "aa488de9e2c871e9d4faecd246ed737a.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -34, + "y": 74, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Fishbowl" } }, { "name": "Food Truck", - "md5": "b30ec8ff043e0f1747591d564d56d7fa.svg", + "md5": "a77f9693f87288d023a4632cf019776e.svg", "type": "sprite", "tags": [ "city", @@ -5999,68 +7100,82 @@ 3 ], "json": { - "objName": "Food Truck", - "sounds": [ + "isStage": false, + "name": "Food Truck", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "car horn", - "soundID": -1, - "md5": "7c887f6a2ecd1cdb85d5527898d7f7a0.wav", - "sampleCount": 42443, - "rate": 22050, - "format": "adpcm" + "assetId": "a77f9693f87288d023a4632cf019776e", + "name": "Food Truck-a", + "bitmapResolution": 1, + "md5ext": "a77f9693f87288d023a4632cf019776e.svg", + "dataFormat": "svg", + "rotationCenterX": 120.82215422900005, + "rotationCenterY": 123.2192 }, { - "soundName": "clown honk", - "soundID": -1, - "md5": "ec66961f188e9b8a9c75771db744d096.wav", - "sampleCount": 9009, - "rate": 22050, - "format": "adpcm" + "assetId": "f4150de2297a63c3efd125c8e12dd7cc", + "name": "Food Truck-b", + "bitmapResolution": 1, + "md5ext": "f4150de2297a63c3efd125c8e12dd7cc.svg", + "dataFormat": "svg", + "rotationCenterX": 120.82199999999996, + "rotationCenterY": 100.675 }, { - "soundName": "car vroom", - "soundID": -1, - "md5": "ead1da4a87ff6cb53441142f7ac37b8f.wav", - "sampleCount": 43358, - "rate": 22050, - "format": "adpcm" + "assetId": "e850e3c93de767519f7f78b38f16ed1d", + "name": "Food Truck-c", + "bitmapResolution": 1, + "md5ext": "e850e3c93de767519f7f78b38f16ed1d.svg", + "dataFormat": "svg", + "rotationCenterX": 120.82199999999996, + "rotationCenterY": 91.45043052455627 } ], - "costumes": [ + "sounds": [ { - "costumeName": "Food Truck-a", - "baseLayerID": -1, - "baseLayerMD5": "b30ec8ff043e0f1747591d564d56d7fa.svg", - "bitmapResolution": 1, - "rotationCenterX": 121, - "rotationCenterY": 125 + "assetId": "7c887f6a2ecd1cdb85d5527898d7f7a0", + "name": "car horn", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 42673, + "md5ext": "7c887f6a2ecd1cdb85d5527898d7f7a0.wav" }, { - "costumeName": "Food Truck-b", - "baseLayerID": -1, - "baseLayerMD5": "afd51531621d2b33869b47342311b363.svg", - "bitmapResolution": 1, - "rotationCenterX": 121, - "rotationCenterY": 101 + "assetId": "ec66961f188e9b8a9c75771db744d096", + "name": "clown honk", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 9145, + "md5ext": "ec66961f188e9b8a9c75771db744d096.wav" }, { - "costumeName": "Food Truck-c", - "baseLayerID": -1, - "baseLayerMD5": "42f88485a25bf9a683d28957db9f969f.svg", - "bitmapResolution": 1, - "rotationCenterX": 121, - "rotationCenterY": 92 + "assetId": "ead1da4a87ff6cb53441142f7ac37b8f", + "name": "car vroom", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "ead1da4a87ff6cb53441142f7ac37b8f.wav" } ], - "currentCostumeIndex": 0, - "scratchX": -50, - "scratchY": -54, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -56.99999999999999, + "y": -54, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Food Truck" } }, { @@ -6077,44 +7192,55 @@ 1 ], "json": { - "objName": "Football", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Football", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "football running", - "baseLayerID": -1, - "baseLayerMD5": "7ee31371b2eafba57cc5a78fc1a787fe.png", + "assetId": "7ee31371b2eafba57cc5a78fc1a787fe", + "name": "football running", "bitmapResolution": 2, + "md5ext": "7ee31371b2eafba57cc5a78fc1a787fe.png", + "dataFormat": "png", "rotationCenterX": 92, "rotationCenterY": 200 }, { - "costumeName": "football standing", - "baseLayerID": -1, - "baseLayerMD5": "c717def72c8bd98749284d31b51d7097.png", + "assetId": "c717def72c8bd98749284d31b51d7097", + "name": "football standing", "bitmapResolution": 2, + "md5ext": "c717def72c8bd98749284d31b51d7097.png", + "dataFormat": "png", "rotationCenterX": 74, "rotationCenterY": 200 } ], - "currentCostumeIndex": 0, - "scratchX": -41, - "scratchY": -39, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 12, "visible": true, - "spriteInfo": {} + "x": -41, + "y": -39, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Football" } }, { @@ -6130,41 +7256,51 @@ 1 ], "json": { - "objName": "Fortune Cookie", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Fortune Cookie", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "fortune cookie", - "baseLayerID": -1, - "baseLayerMD5": "c56dcaa1fa4e3c9740142b93d5982850.png", + "assetId": "c56dcaa1fa4e3c9740142b93d5982850", + "name": "fortune cookie", "bitmapResolution": 2, + "md5ext": "c56dcaa1fa4e3c9740142b93d5982850.png", + "dataFormat": "png", "rotationCenterX": 60, "rotationCenterY": 62 } ], - "currentCostumeIndex": 0, - "scratchX": -5, - "scratchY": -46, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 13, "visible": true, - "spriteInfo": {} + "x": -5, + "y": -46, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Fortune Cookie" } }, { "name": "Fox", - "md5": "0aef4633e8580e209020b054eb55982f.svg", + "md5": "9dd59a4514b5373d4f665db78e145636.svg", "type": "sprite", "tags": [ "animals", @@ -6177,57 +7313,69 @@ 1 ], "json": { - "objName": "Fox", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Fox", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "fox-a", - "baseLayerID": -1, - "baseLayerMD5": "0aef4633e8580e209020b054eb55982f.svg", + "assetId": "9dd59a4514b5373d4f665db78e145636", + "name": "fox-a", "bitmapResolution": 1, + "md5ext": "9dd59a4514b5373d4f665db78e145636.svg", + "dataFormat": "svg", "rotationCenterX": 86, "rotationCenterY": 44 }, { - "costumeName": "fox-b", - "baseLayerID": -1, - "baseLayerMD5": "ae0bb1b900e853ddc8820e0c7bd60f53.svg", + "assetId": "2c256eacbb753be361e8e52a0eefde77", + "name": "fox-b", "bitmapResolution": 1, + "md5ext": "2c256eacbb753be361e8e52a0eefde77.svg", + "dataFormat": "svg", "rotationCenterX": 44, "rotationCenterY": 50 }, { - "costumeName": "fox-c", - "baseLayerID": -1, - "baseLayerMD5": "3cc3761cbabdcf13dbfdf04048bfbccf.svg", + "assetId": "dd398ed81edb60c91ad4805f4437d2fa", + "name": "fox-c", "bitmapResolution": 1, + "md5ext": "dd398ed81edb60c91ad4805f4437d2fa.svg", + "dataFormat": "svg", "rotationCenterX": 48, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": 32, - "scratchY": -124, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 21.999999999999975, + "y": -124, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Fox" } }, { "name": "Frank", - "md5": "8ebcc9a619ae0455df9da42d39f59c1d.svg", + "md5": "10d39bb7e31647a465e747cd243b8cd0.svg", "type": "sprite", "tags": [ "fantasy", @@ -6244,65 +7392,78 @@ 1 ], "json": { - "objName": "Frank", - "sounds": [ - { - "soundName": "wolf howl", - "soundID": -1, - "md5": "5e36d74bb16aa5085b901362788b0fbf.wav", - "sampleCount": 43008, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Frank", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "frank-a", - "baseLayerID": -1, - "baseLayerMD5": "8ebcc9a619ae0455df9da42d39f59c1d.svg", + "assetId": "10d39bb7e31647a465e747cd243b8cd0", + "name": "frank-a", "bitmapResolution": 1, + "md5ext": "10d39bb7e31647a465e747cd243b8cd0.svg", + "dataFormat": "svg", "rotationCenterX": 97, "rotationCenterY": 63 }, { - "costumeName": "frank-b", - "baseLayerID": -1, - "baseLayerMD5": "e605b9d87181c52825ae21597c9c1e07.svg", + "assetId": "e56e930cc0229d1042a673e7503209c5", + "name": "frank-b", "bitmapResolution": 1, + "md5ext": "e56e930cc0229d1042a673e7503209c5.svg", + "dataFormat": "svg", "rotationCenterX": 105, "rotationCenterY": 63 }, { - "costumeName": "frank-c", - "baseLayerID": -1, - "baseLayerMD5": "a53378250f07b6dad161516a5317277e.svg", + "assetId": "26da9617218493f4f42a1592f21afee8", + "name": "frank-c", "bitmapResolution": 1, + "md5ext": "26da9617218493f4f42a1592f21afee8.svg", + "dataFormat": "svg", "rotationCenterX": 159, "rotationCenterY": 59 }, { - "costumeName": "frank-d", - "baseLayerID": -1, - "baseLayerMD5": "44b4ba838b60f14d6e7ebddf5df4d4c4.svg", + "assetId": "d16b76a634f7367ce7d6112401a78e57", + "name": "frank-d", "bitmapResolution": 1, + "md5ext": "d16b76a634f7367ce7d6112401a78e57.svg", + "dataFormat": "svg", "rotationCenterX": 106, "rotationCenterY": 107 } ], - "currentCostumeIndex": 0, - "scratchX": -115, - "scratchY": -46, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "5e36d74bb16aa5085b901362788b0fbf", + "name": "wolf howl", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 172032, + "md5ext": "5e36d74bb16aa5085b901362788b0fbf.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": -115, + "y": -46, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Frank" } }, { "name": "Frog", - "md5": "285483a688eed2ff8010c65112f99c41.svg", + "md5": "390845c11df0924f3b627bafeb3f814e.svg", "type": "sprite", "tags": [ "animals", @@ -6318,41 +7479,51 @@ 1 ], "json": { - "objName": "Frog", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Frog", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "frog", - "baseLayerID": -1, - "baseLayerMD5": "285483a688eed2ff8010c65112f99c41.svg", + "assetId": "390845c11df0924f3b627bafeb3f814e", + "name": "frog", "bitmapResolution": 1, + "md5ext": "390845c11df0924f3b627bafeb3f814e.svg", + "dataFormat": "svg", "rotationCenterX": 48, "rotationCenterY": 30 } ], - "currentCostumeIndex": 0, - "scratchX": -19, - "scratchY": -11, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 21, "visible": true, - "spriteInfo": {} + "x": -19, + "y": -11, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Frog" } }, { "name": "Frog 2 ", - "md5": "07160d455202e95f5b4b5c842eff6788.svg", + "md5": "f2246c13e4540472c484119bc314d954.svg", "type": "sprite", "tags": [ "animals", @@ -6367,52 +7538,64 @@ 1 ], "json": { - "objName": "Frog 2 ", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Frog 2 ", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Frog 2-a", - "baseLayerID": -1, - "baseLayerMD5": "07160d455202e95f5b4b5c842eff6788.svg", + "assetId": "f2246c13e4540472c484119bc314d954", + "name": "Frog 2-a", "bitmapResolution": 1, + "md5ext": "f2246c13e4540472c484119bc314d954.svg", + "dataFormat": "svg", "rotationCenterX": 101, "rotationCenterY": 60 }, { - "costumeName": "Frog 2-b", - "baseLayerID": -1, - "baseLayerMD5": "9663ddb4d100eb4e18702ee13eca835e.svg", + "assetId": "d9f69469090784d8dd68d94c0fd78a50", + "name": "Frog 2-b", "bitmapResolution": 1, + "md5ext": "d9f69469090784d8dd68d94c0fd78a50.svg", + "dataFormat": "svg", "rotationCenterX": 101, "rotationCenterY": 58 }, { - "costumeName": "Frog 2-c", - "baseLayerID": -1, - "baseLayerMD5": "5c2ec9de8d1695cd4b59beea45046560.svg", + "assetId": "0717f446c991aac7df2fe4d6590354e7", + "name": "Frog 2-c", "bitmapResolution": 1, + "md5ext": "0717f446c991aac7df2fe4d6590354e7.svg", + "dataFormat": "svg", "rotationCenterX": 96, "rotationCenterY": 87 } ], - "currentCostumeIndex": 0, - "scratchX": -19, - "scratchY": -6, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -18.999999999999986, + "y": -41.99999999999999, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Frog 2 " } }, { @@ -6428,41 +7611,51 @@ 1 ], "json": { - "objName": "Fruit Platter", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Fruit Platter", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "fruit platter", - "baseLayerID": -1, - "baseLayerMD5": "6c3252378da3334f63eebddbed3fae91.png", + "assetId": "6c3252378da3334f63eebddbed3fae91", + "name": "fruit platter", "bitmapResolution": 2, + "md5ext": "6c3252378da3334f63eebddbed3fae91.png", + "dataFormat": "png", "rotationCenterX": 148, "rotationCenterY": 78 } ], - "currentCostumeIndex": 0, - "scratchX": -24, - "scratchY": 7, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 14, "visible": true, - "spriteInfo": {} + "x": -24, + "y": 7, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Fruit Platter" } }, { "name": "Fruit Salad", - "md5": "dbf8cc34f7ca18b4a008d2890dba56b7.svg", + "md5": "2e6ef315101433b78e38719e8cc630c2.svg", "type": "sprite", "tags": [ "food", @@ -6474,41 +7667,51 @@ 1 ], "json": { - "objName": "Fruit Salad", - "sounds": [ - { - "soundName": "Chomp", - "soundID": -1, - "md5": "0b1e3033140d094563248e61de4039e5.wav", - "sampleCount": 2912, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Fruit Salad", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "fruitsalad", - "baseLayerID": -1, - "baseLayerMD5": "dbf8cc34f7ca18b4a008d2890dba56b7.svg", + "assetId": "2e6ef315101433b78e38719e8cc630c2", + "name": "fruitsalad", "bitmapResolution": 1, + "md5ext": "2e6ef315101433b78e38719e8cc630c2.svg", + "dataFormat": "svg", "rotationCenterX": 30, "rotationCenterY": 22 } ], - "currentCostumeIndex": 0, - "scratchX": 27, - "scratchY": 0, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0b1e3033140d094563248e61de4039e5", + "name": "Chomp", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11648, + "md5ext": "0b1e3033140d094563248e61de4039e5.wav" + } + ], + "volume": 100, + "layerOrder": 10, "visible": true, - "spriteInfo": {} + "x": 27, + "y": 0, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Fruit Salad" } }, { "name": "Ghost", - "md5": "fca9fdf3ec9aafcfbd915105fecb6ce6.svg", + "md5": "f522b08c5757569ad289d67bce290cd0.svg", "type": "sprite", "tags": [ "fantasy", @@ -6524,65 +7727,78 @@ 1 ], "json": { - "objName": "Ghost", - "sounds": [ - { - "soundName": "space ripple", - "soundID": -1, - "md5": "ff8b8c3bf841a11fd5fe3afaa92be1b5.wav", - "sampleCount": 41149, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Ghost", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "ghost-a", - "baseLayerID": -1, - "baseLayerMD5": "fca9fdf3ec9aafcfbd915105fecb6ce6.svg", + "assetId": "f522b08c5757569ad289d67bce290cd0", + "name": "ghost-a", "bitmapResolution": 1, + "md5ext": "f522b08c5757569ad289d67bce290cd0.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 68 }, { - "costumeName": "ghost-b", - "baseLayerID": -1, - "baseLayerMD5": "9d6e168d234d023476324cb72430e645.svg", + "assetId": "d1d89391f1d9c74557e504456d58a002", + "name": "ghost-b", "bitmapResolution": 1, + "md5ext": "d1d89391f1d9c74557e504456d58a002.svg", + "dataFormat": "svg", "rotationCenterX": 41, "rotationCenterY": 68 }, { - "costumeName": "ghost-c", - "baseLayerID": -1, - "baseLayerMD5": "8296c8aa0782b53c5188dabde5fce10f.svg", + "assetId": "634744e3f98bee53e9cb477a63aa9b21", + "name": "ghost-c", "bitmapResolution": 1, + "md5ext": "634744e3f98bee53e9cb477a63aa9b21.svg", + "dataFormat": "svg", "rotationCenterX": 61, "rotationCenterY": 72 }, { - "costumeName": "ghost-d", - "baseLayerID": -1, - "baseLayerMD5": "2a3c6eb1faa6b2e4403c64945d59e122.svg", + "assetId": "40ba3a0b5b3899a655fd8867229d4ee3", + "name": "ghost-d", "bitmapResolution": 1, + "md5ext": "40ba3a0b5b3899a655fd8867229d4ee3.svg", + "dataFormat": "svg", "rotationCenterX": 78, "rotationCenterY": 69 } ], - "currentCostumeIndex": 0, - "scratchX": 42, - "scratchY": 27, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "ff8b8c3bf841a11fd5fe3afaa92be1b5", + "name": "space ripple", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 164596, + "md5ext": "ff8b8c3bf841a11fd5fe3afaa92be1b5.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": 42, + "y": 27, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Ghost" } }, { "name": "Gift", - "md5": "abeae2217b3ce67b1ff761cd7a89274d.svg", + "md5": "0fdd104de718c5fc4a65da429468bdbd.svg", "type": "sprite", "tags": [ "thing", @@ -6594,49 +7810,60 @@ 1 ], "json": { - "objName": "Gift", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Gift", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "gift-a", - "baseLayerID": -1, - "baseLayerMD5": "abeae2217b3ce67b1ff761cd7a89274d.svg", + "assetId": "0fdd104de718c5fc4a65da429468bdbd", + "name": "gift-a", "bitmapResolution": 1, + "md5ext": "0fdd104de718c5fc4a65da429468bdbd.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 25 }, { - "costumeName": "gift-b", - "baseLayerID": -1, - "baseLayerMD5": "5cae973c98f2d98b51e6c6b3c9602f8c.svg", + "assetId": "6cbeda5d391c6d107f0b853222f344d9", + "name": "gift-b", "bitmapResolution": 1, + "md5ext": "6cbeda5d391c6d107f0b853222f344d9.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 26 } ], - "currentCostumeIndex": 0, - "scratchX": 26, - "scratchY": 28, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 11, "visible": true, - "spriteInfo": {} + "x": 26, + "y": 28, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Gift" } }, { "name": "Giga", - "md5": "93cb048a1d199f92424b9c097fa5fa38.svg", + "md5": "92161a11e851ecda94cbbb985018fed6.svg", "type": "sprite", "tags": [ "fantasy", @@ -6648,65 +7875,78 @@ 1 ], "json": { - "objName": "Giga", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Giga", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "giga-a", - "baseLayerID": -1, - "baseLayerMD5": "93cb048a1d199f92424b9c097fa5fa38.svg", + "assetId": "92161a11e851ecda94cbbb985018fed6", + "name": "giga-a", "bitmapResolution": 1, + "md5ext": "92161a11e851ecda94cbbb985018fed6.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 96 }, { - "costumeName": "giga-b", - "baseLayerID": -1, - "baseLayerMD5": "528613711a7eae3a929025be04db081c.svg", + "assetId": "bc706a7648342aaacac9050378b40c43", + "name": "giga-b", "bitmapResolution": 1, + "md5ext": "bc706a7648342aaacac9050378b40c43.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 96 }, { - "costumeName": "giga-c", - "baseLayerID": -1, - "baseLayerMD5": "ee4dd21d7ca6d1b889ee25d245cbcc66.svg", + "assetId": "337b338b2b10176221e638ac537854e6", + "name": "giga-c", "bitmapResolution": 1, + "md5ext": "337b338b2b10176221e638ac537854e6.svg", + "dataFormat": "svg", "rotationCenterX": 73, "rotationCenterY": 96 }, { - "costumeName": "giga-d", - "baseLayerID": -1, - "baseLayerMD5": "7708e2d9f83a01476ee6d17aa540ddf1.svg", + "assetId": "db15886cfdcb5e2f4459e9074e3990a1", + "name": "giga-d", "bitmapResolution": 1, + "md5ext": "db15886cfdcb5e2f4459e9074e3990a1.svg", + "dataFormat": "svg", "rotationCenterX": 73, "rotationCenterY": 96 } ], - "currentCostumeIndex": 0, - "scratchX": 36, - "scratchY": 20, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 37, "visible": true, - "spriteInfo": {} + "x": 36, + "y": 20, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Giga" } }, { "name": "Giga Walking", - "md5": "f76bc420011db2cdb2de378c1536f6da.svg", + "md5": "3afad833094d8dff1c4ff79edcaa13d0.svg", "type": "sprite", "tags": [ "fantasy", @@ -6718,57 +7958,69 @@ 1 ], "json": { - "objName": "Giga Walking", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Giga Walking", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Giga walk1", - "baseLayerID": -1, - "baseLayerMD5": "f76bc420011db2cdb2de378c1536f6da.svg", + "assetId": "3afad833094d8dff1c4ff79edcaa13d0", + "name": "Giga walk1", "bitmapResolution": 1, + "md5ext": "3afad833094d8dff1c4ff79edcaa13d0.svg", + "dataFormat": "svg", "rotationCenterX": 70, "rotationCenterY": 107 }, { - "costumeName": "Giga walk2", - "baseLayerID": -1, - "baseLayerMD5": "43b5874e8a54f93bd02727f0abf6905b.svg", + "assetId": "d27716e022fb5f747d7b09fe6eeeca06", + "name": "Giga walk2", "bitmapResolution": 1, + "md5ext": "d27716e022fb5f747d7b09fe6eeeca06.svg", + "dataFormat": "svg", "rotationCenterX": 71, "rotationCenterY": 107 }, { - "costumeName": "Giga walk3", - "baseLayerID": -1, - "baseLayerMD5": "9aab3bbb375765391978be4f6d478ab3.svg", + "assetId": "db55131bf54f96e8986d9b30730e42ce", + "name": "Giga walk3", "bitmapResolution": 1, + "md5ext": "db55131bf54f96e8986d9b30730e42ce.svg", + "dataFormat": "svg", "rotationCenterX": 71, "rotationCenterY": 107 } ], - "currentCostumeIndex": 0, - "scratchX": 160, - "scratchY": -114, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 51, "visible": true, - "spriteInfo": {} + "x": 160, + "y": -114, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Giga Walking" } }, { "name": "Giraffe", - "md5": "2d3955997d2b3aa8dad9389c61de384f.svg", + "md5": "43e89629fb9df7051eaf307c695424fc.svg", "type": "sprite", "tags": [ "animals", @@ -6781,57 +8033,69 @@ 1 ], "json": { - "objName": "Giraffe", - "sounds": [ - { - "soundName": "horse gallop", - "soundID": -1, - "md5": "058a34b5fb8b57178b5322d994b6b8c8.wav", - "sampleCount": 38336, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Giraffe", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "giraffe-a", - "baseLayerID": -1, - "baseLayerMD5": "2d3955997d2b3aa8dad9389c61de384f.svg", + "assetId": "43e89629fb9df7051eaf307c695424fc", + "name": "giraffe-a", "bitmapResolution": 1, + "md5ext": "43e89629fb9df7051eaf307c695424fc.svg", + "dataFormat": "svg", "rotationCenterX": 87, "rotationCenterY": 132 }, { - "costumeName": "giraffe-b", - "baseLayerID": -1, - "baseLayerMD5": "b129c6016fedc7d03fb7f0a06363af28.svg", + "assetId": "ef1fca2ae13d49d9dd2c6cfc211a687c", + "name": "giraffe-b", "bitmapResolution": 1, + "md5ext": "ef1fca2ae13d49d9dd2c6cfc211a687c.svg", + "dataFormat": "svg", "rotationCenterX": 82, "rotationCenterY": 132 }, { - "costumeName": "giraffe-c", - "baseLayerID": -1, - "baseLayerMD5": "1af467957df0350765ba9a10e8d85572.svg", + "assetId": "cfd93a103479993aee4d680655e39d8d", + "name": "giraffe-c", "bitmapResolution": 1, + "md5ext": "cfd93a103479993aee4d680655e39d8d.svg", + "dataFormat": "svg", "rotationCenterX": 86, "rotationCenterY": 132 } ], - "currentCostumeIndex": 0, - "scratchX": -130, - "scratchY": 10, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "058a34b5fb8b57178b5322d994b6b8c8", + "name": "horse gallop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 153344, + "md5ext": "058a34b5fb8b57178b5322d994b6b8c8.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -130, + "y": 10, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Giraffe" } }, { "name": "Glass Water", - "md5": "c364b9e1f4bcdc61705032d89eaaa0a1.svg", + "md5": "cbf21cf1b057852f91135d27ebbf11ce.svg", "type": "sprite", "tags": [ "food", @@ -6844,49 +8108,60 @@ 1 ], "json": { - "objName": "Glass Water", - "sounds": [ - { - "soundName": "Water Drop", - "soundID": -1, - "md5": "aa488de9e2c871e9d4faecd246ed737a.wav", - "sampleCount": 8136, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Glass Water", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "glass water-a", - "baseLayerID": -1, - "baseLayerMD5": "c364b9e1f4bcdc61705032d89eaaa0a1.svg", + "assetId": "cbf21cf1b057852f91135d27ebbf11ce", + "name": "glass water-a", "bitmapResolution": 1, + "md5ext": "cbf21cf1b057852f91135d27ebbf11ce.svg", + "dataFormat": "svg", "rotationCenterX": 39, "rotationCenterY": 48 }, { - "costumeName": "glass water-b", - "baseLayerID": -1, - "baseLayerMD5": "bc07ce6a2004ac91ce704531a1c526e5.svg", + "assetId": "ca70c69ef1f797d353581a3f76116ae3", + "name": "glass water-b", "bitmapResolution": 1, + "md5ext": "ca70c69ef1f797d353581a3f76116ae3.svg", + "dataFormat": "svg", "rotationCenterX": 39, "rotationCenterY": 48 } ], - "currentCostumeIndex": 0, - "scratchX": 43, - "scratchY": -10, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "aa488de9e2c871e9d4faecd246ed737a", + "name": "Water Drop", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "aa488de9e2c871e9d4faecd246ed737a.wav" + } + ], + "volume": 100, + "layerOrder": 12, "visible": true, - "spriteInfo": {} + "x": 43, + "y": -10, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glass Water" } }, { "name": "Glasses", - "md5": "f42180039c37c3b221e1e426b92e5092.svg", + "md5": "705035328ac53d5ce1aa5a1ed1c2d172.svg", "type": "sprite", "tags": [ "fashion", @@ -6899,65 +8174,78 @@ 1 ], "json": { - "objName": "Glasses", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glasses", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "glasses-a", - "baseLayerID": -1, - "baseLayerMD5": "f42180039c37c3b221e1e426b92e5092.svg", + "assetId": "705035328ac53d5ce1aa5a1ed1c2d172", + "name": "glasses-a", "bitmapResolution": 1, + "md5ext": "705035328ac53d5ce1aa5a1ed1c2d172.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 13 }, { - "costumeName": "glasses-b", - "baseLayerID": -1, - "baseLayerMD5": "58b728ee8c1f739e2de13800dee562de.svg", + "assetId": "f2a02d0e7431147b8a4a282e02a8e6a4", + "name": "glasses-b", "bitmapResolution": 1, + "md5ext": "f2a02d0e7431147b8a4a282e02a8e6a4.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 14 }, { - "costumeName": "glasses-c", - "baseLayerID": -1, - "baseLayerMD5": "d8bf373e1fcbb46f6eb8d225ba01613e.svg", + "assetId": "9e2f75d3a09f3f10d554ba8380c3ae52", + "name": "glasses-c", "bitmapResolution": 1, + "md5ext": "9e2f75d3a09f3f10d554ba8380c3ae52.svg", + "dataFormat": "svg", "rotationCenterX": 34, "rotationCenterY": 12 }, { - "costumeName": "glasses-e", - "baseLayerID": -1, - "baseLayerMD5": "6b706718a8c350522c3f29fb82b40327.svg", + "assetId": "acd85b36e6b8d93ba4194ee2ea334207", + "name": "glasses-e", "bitmapResolution": 1, + "md5ext": "acd85b36e6b8d93ba4194ee2ea334207.svg", + "dataFormat": "svg", "rotationCenterX": 39, "rotationCenterY": 53 } ], - "currentCostumeIndex": 0, - "scratchX": 39, - "scratchY": 100, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 9, "visible": true, - "spriteInfo": {} + "x": 39, + "y": 100, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glasses" } }, { "name": "Goalie", - "md5": "dbf6a1b0402377be2cd8c75a3b4fdf53.svg", + "md5": "a554f2a9b49a09ec67d1fd7ecfbcddcd.svg", "type": "sprite", "tags": [ "sports", @@ -6971,73 +8259,87 @@ 1 ], "json": { - "objName": "Goalie", - "sounds": [ - { - "soundName": "cheer", - "soundID": -1, - "md5": "170e05c29d50918ae0b482c2955768c0.wav", - "sampleCount": 108864, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Goalie", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "goalie-a", - "baseLayerID": -1, - "baseLayerMD5": "dbf6a1b0402377be2cd8c75a3b4fdf53.svg", + "assetId": "a554f2a9b49a09ec67d1fd7ecfbcddcd", + "name": "goalie-a", "bitmapResolution": 1, + "md5ext": "a554f2a9b49a09ec67d1fd7ecfbcddcd.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": 63 }, { - "costumeName": "goalie-b", - "baseLayerID": -1, - "baseLayerMD5": "987d8c2bb6c26cad265a3aa339fe432e.svg", + "assetId": "59eedd0a23c3c983d386a0c125991c7f", + "name": "goalie-b", "bitmapResolution": 1, + "md5ext": "59eedd0a23c3c983d386a0c125991c7f.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": 63 }, { - "costumeName": "goalie-c", - "baseLayerID": -1, - "baseLayerMD5": "52609ef559a29052e72efe08d1384980.svg", + "assetId": "f2e7ba53f3a28c4359cb0d3e3cb4001a", + "name": "goalie-c", "bitmapResolution": 1, + "md5ext": "f2e7ba53f3a28c4359cb0d3e3cb4001a.svg", + "dataFormat": "svg", "rotationCenterX": 62, "rotationCenterY": 61 }, { - "costumeName": "goalie-d", - "baseLayerID": -1, - "baseLayerMD5": "a4de535b4c4a7c6a65e6736491e01497.svg", + "assetId": "63f2955298d59dd22dc7b7c6a9c521e2", + "name": "goalie-d", "bitmapResolution": 1, + "md5ext": "63f2955298d59dd22dc7b7c6a9c521e2.svg", + "dataFormat": "svg", "rotationCenterX": 63, "rotationCenterY": 62 }, { - "costumeName": "goalie-e", - "baseLayerID": -1, - "baseLayerMD5": "ca55a23f3172e9fff061484e00493d2c.svg", + "assetId": "eb096e2b4234f5f8ee1f2c44429eaa1a", + "name": "goalie-e", "bitmapResolution": 1, + "md5ext": "eb096e2b4234f5f8ee1f2c44429eaa1a.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": 69 } ], - "currentCostumeIndex": 0, - "scratchX": -5, - "scratchY": 39, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "170e05c29d50918ae0b482c2955768c0", + "name": "cheer", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 109729, + "md5ext": "170e05c29d50918ae0b482c2955768c0.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -5, + "y": 39, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Goalie" } }, { "name": "Goblin", - "md5": "f10eaedff51f50f0809a7b4b310337fa.svg", + "md5": "3f08380f25062b8055a1800f5dad14bd.svg", "type": "sprite", "tags": [ "fantasy", @@ -7050,65 +8352,78 @@ 1 ], "json": { - "objName": "Goblin", - "sounds": [ - { - "soundName": "fairydust", - "soundID": -1, - "md5": "b92de59d992a655c1b542223a784cda6.wav", - "sampleCount": 11247, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Goblin", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "goblin-a", - "baseLayerID": -1, - "baseLayerMD5": "f10eaedff51f50f0809a7b4b310337fa.svg", + "assetId": "3f08380f25062b8055a1800f5dad14bd", + "name": "goblin-a", "bitmapResolution": 1, + "md5ext": "3f08380f25062b8055a1800f5dad14bd.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 80 }, { - "costumeName": "goblin-b", - "baseLayerID": -1, - "baseLayerMD5": "71e7c77d89299cd99739b1216fc03a85.svg", + "assetId": "b8604b8039d6b633015aaf17d74d5d5b", + "name": "goblin-b", "bitmapResolution": 1, + "md5ext": "b8604b8039d6b633015aaf17d74d5d5b.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 80 }, { - "costumeName": "goblin-c", - "baseLayerID": -1, - "baseLayerMD5": "ab0611427d6f9b54d83672cf9e554876.svg", + "assetId": "2add9ef4eaa25f8915406dcfd8bafc9f", + "name": "goblin-c", "bitmapResolution": 1, + "md5ext": "2add9ef4eaa25f8915406dcfd8bafc9f.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 80 }, { - "costumeName": "goblin-d", - "baseLayerID": -1, - "baseLayerMD5": "87dd413e7a8545bea9b3da208a5d5735.svg", + "assetId": "afb9fe328adae617ee3375366fca02e7", + "name": "goblin-d", "bitmapResolution": 1, + "md5ext": "afb9fe328adae617ee3375366fca02e7.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 80 } ], - "currentCostumeIndex": 0, - "scratchX": 123, - "scratchY": -66, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "b92de59d992a655c1b542223a784cda6", + "name": "fairydust", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 22494, + "md5ext": "b92de59d992a655c1b542223a784cda6.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 123, + "y": -66, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Goblin" } }, { "name": "Gobo", - "md5": "1f5ea0d12f85aed2e471cdd21b0bd6d7.svg", + "md5": "f505a4e9eab5e40e2669a4462dba4c90.svg", "type": "sprite", "tags": [ "fantasy", @@ -7122,57 +8437,69 @@ 1 ], "json": { - "objName": "Gobo", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Gobo", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "gobo-a", - "baseLayerID": -1, - "baseLayerMD5": "1f5ea0d12f85aed2e471cdd21b0bd6d7.svg", + "assetId": "f505a4e9eab5e40e2669a4462dba4c90", + "name": "gobo-a", "bitmapResolution": 1, + "md5ext": "f505a4e9eab5e40e2669a4462dba4c90.svg", + "dataFormat": "svg", "rotationCenterX": 47, "rotationCenterY": 55 }, { - "costumeName": "gobo-b", - "baseLayerID": -1, - "baseLayerMD5": "73e493e4abd5d0954b677b97abcb7116.svg", + "assetId": "5c0896569305ab177d87caa31aad2a72", + "name": "gobo-b", "bitmapResolution": 1, + "md5ext": "5c0896569305ab177d87caa31aad2a72.svg", + "dataFormat": "svg", "rotationCenterX": 47, "rotationCenterY": 55 }, { - "costumeName": "gobo-c", - "baseLayerID": -1, - "baseLayerMD5": "bc68a6bdf300df7b53d73b38f74c844e.svg", + "assetId": "9d8021c216fb92cc708e1e96f3ed2b52", + "name": "gobo-c", "bitmapResolution": 1, + "md5ext": "9d8021c216fb92cc708e1e96f3ed2b52.svg", + "dataFormat": "svg", "rotationCenterX": 47, "rotationCenterY": 55 } ], - "currentCostumeIndex": 0, - "scratchX": -33, - "scratchY": 25, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 36, "visible": true, - "spriteInfo": {} + "x": -33, + "y": 25, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Gobo" } }, { "name": "Grasshopper", - "md5": "fcddf46c04479b07b2944ee36d0b7635.svg", + "md5": "e7210a370837dd1e4ebc1a56a973b7f6.svg", "type": "sprite", "tags": [ "animals", @@ -7187,81 +8514,96 @@ 1 ], "json": { - "objName": "Grasshopper", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Grasshopper", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Grasshopper-a", - "baseLayerID": -1, - "baseLayerMD5": "fcddf46c04479b07b2944ee36d0b7635.svg", + "assetId": "e7210a370837dd1e4ebc1a56a973b7f6", + "name": "Grasshopper-a", "bitmapResolution": 1, + "md5ext": "e7210a370837dd1e4ebc1a56a973b7f6.svg", + "dataFormat": "svg", "rotationCenterX": 103, "rotationCenterY": 43 }, { - "costumeName": "Grasshopper-b", - "baseLayerID": -1, - "baseLayerMD5": "40b48bcb95f06a2281ba1cad60c8c504.svg", + "assetId": "529644c5ecdca63adafd87777e341ad7", + "name": "Grasshopper-b", "bitmapResolution": 1, + "md5ext": "529644c5ecdca63adafd87777e341ad7.svg", + "dataFormat": "svg", "rotationCenterX": 114, "rotationCenterY": 118 }, { - "costumeName": "Grasshopper-c", - "baseLayerID": -1, - "baseLayerMD5": "fa9a02a4a6df86612365dc65c065d2cb.svg", + "assetId": "cf2ac769df444137b4c1eec472fa4b92", + "name": "Grasshopper-c", "bitmapResolution": 1, + "md5ext": "cf2ac769df444137b4c1eec472fa4b92.svg", + "dataFormat": "svg", "rotationCenterX": 34, "rotationCenterY": 170 }, { - "costumeName": "Grasshopper-d", - "baseLayerID": -1, - "baseLayerMD5": "f80ba703a7fb17a870ec0818add2f3b8.svg", + "assetId": "a7c638b8aa86f2a758830f8c2b0e4cf5", + "name": "Grasshopper-d", "bitmapResolution": 1, + "md5ext": "a7c638b8aa86f2a758830f8c2b0e4cf5.svg", + "dataFormat": "svg", "rotationCenterX": 70, "rotationCenterY": 100 }, { - "costumeName": "Grasshopper-e", - "baseLayerID": -1, - "baseLayerMD5": "6519eeaa65eac086198d6901cf0a5b9e.svg", + "assetId": "d4f3dfe69be6537e73544381408a820d", + "name": "Grasshopper-e", "bitmapResolution": 1, + "md5ext": "d4f3dfe69be6537e73544381408a820d.svg", + "dataFormat": "svg", "rotationCenterX": 56, "rotationCenterY": 86 }, { - "costumeName": "Grasshopper-f", - "baseLayerID": -1, - "baseLayerMD5": "8d865e6bbea03cda509d766085b883f4.svg", + "assetId": "93550d8abde130ad149904c4448f8b65", + "name": "Grasshopper-f", "bitmapResolution": 1, + "md5ext": "93550d8abde130ad149904c4448f8b65.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 54 } ], - "currentCostumeIndex": 0, - "scratchX": -7, - "scratchY": -115, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -7, + "y": -115, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Grasshopper" } }, { "name": "Green Flag", - "md5": "173e20ac537d2c278ed621be3db3fc87.svg", + "md5": "2bbfd072183a67db5eddb923fe0726b3.svg", "type": "sprite", "tags": [ "thing" @@ -7272,41 +8614,51 @@ 1 ], "json": { - "objName": "Green Flag", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Green Flag", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "green flag", - "baseLayerID": -1, - "baseLayerMD5": "173e20ac537d2c278ed621be3db3fc87.svg", + "assetId": "2bbfd072183a67db5eddb923fe0726b3", + "name": "green flag", "bitmapResolution": 1, + "md5ext": "2bbfd072183a67db5eddb923fe0726b3.svg", + "dataFormat": "svg", "rotationCenterX": 70, "rotationCenterY": 30 } ], - "currentCostumeIndex": 0, - "scratchX": -36, - "scratchY": 39, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 13, "visible": true, - "spriteInfo": {} + "x": -36, + "y": 39, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Green Flag" } }, { "name": "Griffin", - "md5": "1ceea469ec409d0a3a13bd04ea1e756c.svg", + "md5": "a31166d45903206b52cb0f0a0cb687b5.svg", "type": "sprite", "tags": [ "fantasy", @@ -7320,65 +8672,78 @@ 1 ], "json": { - "objName": "Griffin", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Griffin", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Griffin-a", - "baseLayerID": -1, - "baseLayerMD5": "1ceea469ec409d0a3a13bd04ea1e756c.svg", + "assetId": "a31166d45903206b52cb0f0a0cb687b5", + "name": "Griffin-a", "bitmapResolution": 1, + "md5ext": "a31166d45903206b52cb0f0a0cb687b5.svg", + "dataFormat": "svg", "rotationCenterX": 127, "rotationCenterY": 109 }, { - "costumeName": "Griffin-b", - "baseLayerID": -1, - "baseLayerMD5": "1dd10e8e53c048ad6f95c82501801f48.svg", + "assetId": "102f6200c13bd60afa9538c712776fb0", + "name": "Griffin-b", "bitmapResolution": 1, + "md5ext": "102f6200c13bd60afa9538c712776fb0.svg", + "dataFormat": "svg", "rotationCenterX": 127, "rotationCenterY": 76 }, { - "costumeName": "Griffin-c", - "baseLayerID": -1, - "baseLayerMD5": "e4d7c3c18463f15083683ce0826adcee.svg", + "assetId": "157d3665cebcd41fa814b9217af99476", + "name": "Griffin-c", "bitmapResolution": 1, + "md5ext": "157d3665cebcd41fa814b9217af99476.svg", + "dataFormat": "svg", "rotationCenterX": 127, "rotationCenterY": 109 }, { - "costumeName": "Griffin-d", - "baseLayerID": -1, - "baseLayerMD5": "54504b1d8dedf816b0bd599e768f191d.svg", + "assetId": "b8c8745820a341afec08e77f4a254551", + "name": "Griffin-d", "bitmapResolution": 1, + "md5ext": "b8c8745820a341afec08e77f4a254551.svg", + "dataFormat": "svg", "rotationCenterX": 144, "rotationCenterY": 69 } ], - "currentCostumeIndex": 0, - "scratchX": -18, - "scratchY": -4, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -18, + "y": -4, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Griffin" } }, { "name": "Guitar", - "md5": "cb8c2a5e69da7538e1dd73cb7ff4a666.svg", + "md5": "8704489dcf1a3ca93c5db40ebe5acd38.svg", "type": "sprite", "tags": [ "music", @@ -7390,105 +8755,123 @@ 8 ], "json": { - "objName": "Guitar", - "sounds": [ + "isStage": false, + "name": "Guitar", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "C Guitar", - "soundID": -1, - "md5": "22baa07795a9a524614075cdea543793.wav", - "sampleCount": 44864, - "rate": 22050, - "format": "" + "assetId": "8704489dcf1a3ca93c5db40ebe5acd38", + "name": "guitar-a", + "bitmapResolution": 1, + "md5ext": "8704489dcf1a3ca93c5db40ebe5acd38.svg", + "dataFormat": "svg", + "rotationCenterX": 47, + "rotationCenterY": 83 }, { - "soundName": "D Guitar", - "soundID": -1, - "md5": "2dbcfae6a55738f94bbb40aa5fcbf7ce.wav", - "sampleCount": 41120, - "rate": 22050, - "format": "" - }, + "assetId": "e0423f4743f39456dade16fa1223d6b0", + "name": "guitar-b", + "bitmapResolution": 1, + "md5ext": "e0423f4743f39456dade16fa1223d6b0.svg", + "dataFormat": "svg", + "rotationCenterX": 47, + "rotationCenterY": 83 + } + ], + "sounds": [ { - "soundName": "E Guitar", - "soundID": -1, - "md5": "4b5d1da83e59bf35578324573c991666.wav", - "sampleCount": 38400, - "rate": 22050, - "format": "" + "assetId": "22baa07795a9a524614075cdea543793", + "name": "C Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 89728, + "md5ext": "22baa07795a9a524614075cdea543793.wav" }, { - "soundName": "F Guitar", - "soundID": -1, - "md5": "b51d086aeb1921ec405561df52ecbc50.wav", - "sampleCount": 36416, - "rate": 22050, - "format": "" + "assetId": "2dbcfae6a55738f94bbb40aa5fcbf7ce", + "name": "D Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 82240, + "md5ext": "2dbcfae6a55738f94bbb40aa5fcbf7ce.wav" }, { - "soundName": "G Guitar", - "soundID": -1, - "md5": "98a835713ecea2f3ef9f4f442d52ad20.wav", - "sampleCount": 33600, - "rate": 22050, - "format": "" + "assetId": "4b5d1da83e59bf35578324573c991666", + "name": "E Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 76800, + "md5ext": "4b5d1da83e59bf35578324573c991666.wav" }, { - "soundName": "A Guitar", - "soundID": -1, - "md5": "ee753e87d212d4b2fb650ca660f1e839.wav", - "sampleCount": 31872, - "rate": 22050, - "format": "" + "assetId": "b51d086aeb1921ec405561df52ecbc50", + "name": "F Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 72832, + "md5ext": "b51d086aeb1921ec405561df52ecbc50.wav" }, { - "soundName": "B Guitar", - "soundID": -1, - "md5": "2ae2d67de62df8ca54d638b4ad2466c3.wav", - "sampleCount": 29504, - "rate": 22050, - "format": "" + "assetId": "98a835713ecea2f3ef9f4f442d52ad20", + "name": "G Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 67200, + "md5ext": "98a835713ecea2f3ef9f4f442d52ad20.wav" }, { - "soundName": "C2 guitar", - "soundID": -1, - "md5": "c8d2851bd99d8e0ce6c1f05e4acc7f34.wav", - "sampleCount": 27712, - "rate": 22050, - "format": "" - } - ], - "costumes": [ + "assetId": "ee753e87d212d4b2fb650ca660f1e839", + "name": "A Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 63744, + "md5ext": "ee753e87d212d4b2fb650ca660f1e839.wav" + }, { - "costumeName": "guitar-a", - "baseLayerID": -1, - "baseLayerMD5": "cb8c2a5e69da7538e1dd73cb7ff4a666.svg", - "bitmapResolution": 1, - "rotationCenterX": 47, - "rotationCenterY": 83 + "assetId": "2ae2d67de62df8ca54d638b4ad2466c3", + "name": "B Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 59008, + "md5ext": "2ae2d67de62df8ca54d638b4ad2466c3.wav" }, { - "costumeName": "guitar-b", - "baseLayerID": -1, - "baseLayerMD5": "fed44bd1091628c060f45060a84f2885.svg", - "bitmapResolution": 1, - "rotationCenterX": 47, - "rotationCenterY": 83 + "assetId": "c8d2851bd99d8e0ce6c1f05e4acc7f34", + "name": "C2 guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 55424, + "md5ext": "c8d2851bd99d8e0ce6c1f05e4acc7f34.wav" } ], - "currentCostumeIndex": 0, - "scratchX": -150, - "scratchY": 9, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -150, + "y": 9, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Guitar" } }, { "name": "Guitar-electric1", - "md5": "b2b469b9d11fd23bdd671eab94dc58ff.svg", + "md5": "57c6d7dc148576cb2f36e53dea49260a.svg", "type": "sprite", "tags": [ "music", @@ -7500,105 +8883,123 @@ 8 ], "json": { - "objName": "Guitar-electric1", - "sounds": [ + "isStage": false, + "name": "Guitar-electric1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "C Elec Guitar", - "soundID": -1, - "md5": "0d340de02e14bebaf8dfa0e43eb3f1f9.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "57c6d7dc148576cb2f36e53dea49260a", + "name": "guitar-electric1-a", + "bitmapResolution": 1, + "md5ext": "57c6d7dc148576cb2f36e53dea49260a.svg", + "dataFormat": "svg", + "rotationCenterX": 42, + "rotationCenterY": 85 }, { - "soundName": "D Elec Guitar", - "soundID": -1, - "md5": "1b5de9866801eb2f9d4f57c7c3b473f5.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" - }, + "assetId": "677aed0b1168caf4b3ec565b9104dbe0", + "name": "guitar-electric1-b", + "bitmapResolution": 1, + "md5ext": "677aed0b1168caf4b3ec565b9104dbe0.svg", + "dataFormat": "svg", + "rotationCenterX": 42, + "rotationCenterY": 85 + } + ], + "sounds": [ { - "soundName": "E Elec Guitar", - "soundID": -1, - "md5": "2e6a6ae3e0f72bf78c74def8130f459a.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "0d340de02e14bebaf8dfa0e43eb3f1f9", + "name": "C Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "0d340de02e14bebaf8dfa0e43eb3f1f9.wav" }, { - "soundName": "F Elec Guitar", - "soundID": -1, - "md5": "5eb00f15f21f734986aa45156d44478d.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "1b5de9866801eb2f9d4f57c7c3b473f5", + "name": "D Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "1b5de9866801eb2f9d4f57c7c3b473f5.wav" }, { - "soundName": "G Elec Guitar", - "soundID": -1, - "md5": "cd0d0e7dad415b2ffa2ba7a61860eaf8.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "2e6a6ae3e0f72bf78c74def8130f459a", + "name": "E Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "2e6a6ae3e0f72bf78c74def8130f459a.wav" }, { - "soundName": "A Elec Guitar", - "soundID": -1, - "md5": "fa5f7fea601e9368dd68449d9a54c995.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "5eb00f15f21f734986aa45156d44478d", + "name": "F Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "5eb00f15f21f734986aa45156d44478d.wav" }, { - "soundName": "B Elec Guitar", - "soundID": -1, - "md5": "81f142d0b00189703d7fe9b1f13f6f87.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "cd0d0e7dad415b2ffa2ba7a61860eaf8", + "name": "G Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "cd0d0e7dad415b2ffa2ba7a61860eaf8.wav" }, { - "soundName": "C2 Elec Guitar", - "soundID": -1, - "md5": "3a8ed3129f22cba5b0810bc030d16b5f.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" - } - ], - "costumes": [ + "assetId": "fa5f7fea601e9368dd68449d9a54c995", + "name": "A Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "fa5f7fea601e9368dd68449d9a54c995.wav" + }, { - "costumeName": "guitar-electric1-a", - "baseLayerID": -1, - "baseLayerMD5": "b2b469b9d11fd23bdd671eab94dc58ff.svg", - "bitmapResolution": 1, - "rotationCenterX": 42, - "rotationCenterY": 85 + "assetId": "81f142d0b00189703d7fe9b1f13f6f87", + "name": "B Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "81f142d0b00189703d7fe9b1f13f6f87.wav" }, { - "costumeName": "guitar-electric1-b", - "baseLayerID": -1, - "baseLayerMD5": "3632184c19c66a088a99568570d61b13.svg", - "bitmapResolution": 1, - "rotationCenterX": 42, - "rotationCenterY": 85 + "assetId": "3a8ed3129f22cba5b0810bc030d16b5f", + "name": "C2 Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "3a8ed3129f22cba5b0810bc030d16b5f.wav" } ], - "currentCostumeIndex": 0, - "scratchX": -122, - "scratchY": -19, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": -122, + "y": -19, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Guitar-electric1" } }, { "name": "Guitar-electric2", - "md5": "1fc433b89038f9e16092c9f4d7514cca.svg", + "md5": "bb88e6a8a08a4034cc155b1137743ca1.svg", "type": "sprite", "tags": [ "music", @@ -7610,100 +9011,118 @@ 8 ], "json": { - "objName": "Guitar-electric2", - "sounds": [ + "isStage": false, + "name": "Guitar-electric2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "C Elec Guitar", - "soundID": -1, - "md5": "0d340de02e14bebaf8dfa0e43eb3f1f9.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "bb88e6a8a08a4034cc155b1137743ca1", + "name": "guitar-electric2-a", + "bitmapResolution": 1, + "md5ext": "bb88e6a8a08a4034cc155b1137743ca1.svg", + "dataFormat": "svg", + "rotationCenterX": 38, + "rotationCenterY": 94 }, { - "soundName": "D Elec Guitar", - "soundID": -1, - "md5": "1b5de9866801eb2f9d4f57c7c3b473f5.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" - }, + "assetId": "83db2d0e342257e534ccdf0ec17bf668", + "name": "guitar-electric2-b", + "bitmapResolution": 1, + "md5ext": "83db2d0e342257e534ccdf0ec17bf668.svg", + "dataFormat": "svg", + "rotationCenterX": 38, + "rotationCenterY": 94 + } + ], + "sounds": [ { - "soundName": "E Elec Guitar", - "soundID": -1, - "md5": "2e6a6ae3e0f72bf78c74def8130f459a.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "0d340de02e14bebaf8dfa0e43eb3f1f9", + "name": "C Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "0d340de02e14bebaf8dfa0e43eb3f1f9.wav" }, { - "soundName": "F Elec Guitar", - "soundID": -1, - "md5": "5eb00f15f21f734986aa45156d44478d.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "1b5de9866801eb2f9d4f57c7c3b473f5", + "name": "D Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "1b5de9866801eb2f9d4f57c7c3b473f5.wav" }, { - "soundName": "G Elec Guitar", - "soundID": -1, - "md5": "cd0d0e7dad415b2ffa2ba7a61860eaf8.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "2e6a6ae3e0f72bf78c74def8130f459a", + "name": "E Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "2e6a6ae3e0f72bf78c74def8130f459a.wav" }, { - "soundName": "A Elec Guitar", - "soundID": -1, - "md5": "fa5f7fea601e9368dd68449d9a54c995.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "5eb00f15f21f734986aa45156d44478d", + "name": "F Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "5eb00f15f21f734986aa45156d44478d.wav" }, { - "soundName": "B Elec Guitar", - "soundID": -1, - "md5": "81f142d0b00189703d7fe9b1f13f6f87.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "cd0d0e7dad415b2ffa2ba7a61860eaf8", + "name": "G Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "cd0d0e7dad415b2ffa2ba7a61860eaf8.wav" }, { - "soundName": "C2 Elec Guitar", - "soundID": -1, - "md5": "3a8ed3129f22cba5b0810bc030d16b5f.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" - } - ], - "costumes": [ + "assetId": "fa5f7fea601e9368dd68449d9a54c995", + "name": "A Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "fa5f7fea601e9368dd68449d9a54c995.wav" + }, { - "costumeName": "guitar-electric2-a", - "baseLayerID": -1, - "baseLayerMD5": "1fc433b89038f9e16092c9f4d7514cca.svg", - "bitmapResolution": 1, - "rotationCenterX": 38, - "rotationCenterY": 94 + "assetId": "81f142d0b00189703d7fe9b1f13f6f87", + "name": "B Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "81f142d0b00189703d7fe9b1f13f6f87.wav" }, { - "costumeName": "guitar-electric2-b", - "baseLayerID": -1, - "baseLayerMD5": "7b843dbc93d4b2ea31fa67cca3d5077c.svg", - "bitmapResolution": 1, - "rotationCenterX": 38, - "rotationCenterY": 94 + "assetId": "3a8ed3129f22cba5b0810bc030d16b5f", + "name": "C2 Elec Guitar", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "3a8ed3129f22cba5b0810bc030d16b5f.wav" } ], - "currentCostumeIndex": 0, - "scratchX": -99, - "scratchY": 17, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -99, + "y": 17, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Guitar-electric2" } }, { @@ -7720,57 +9139,69 @@ 1 ], "json": { - "objName": "Hannah", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Hannah", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "hannah-a", - "baseLayerID": -1, - "baseLayerMD5": "b983d99560313e38b4b3cd36cbd5f0d1.png", + "assetId": "b983d99560313e38b4b3cd36cbd5f0d1", + "name": "hannah-a", "bitmapResolution": 2, + "md5ext": "b983d99560313e38b4b3cd36cbd5f0d1.png", + "dataFormat": "png", "rotationCenterX": 138, "rotationCenterY": 126 }, { - "costumeName": "hannah-b", - "baseLayerID": -1, - "baseLayerMD5": "d0c3b4b24fbf1152de3ebb68f6b875ae.png", + "assetId": "d0c3b4b24fbf1152de3ebb68f6b875ae", + "name": "hannah-b", "bitmapResolution": 2, + "md5ext": "d0c3b4b24fbf1152de3ebb68f6b875ae.png", + "dataFormat": "png", "rotationCenterX": 48, "rotationCenterY": 160 }, { - "costumeName": "hannah-c", - "baseLayerID": -1, - "baseLayerMD5": "5fdce07935156bbcf943793fa84e826c.png", + "assetId": "5fdce07935156bbcf943793fa84e826c", + "name": "hannah-c", "bitmapResolution": 2, + "md5ext": "5fdce07935156bbcf943793fa84e826c.png", + "dataFormat": "png", "rotationCenterX": 170, "rotationCenterY": 130 } ], - "currentCostumeIndex": 0, - "scratchX": 34, - "scratchY": 1, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 15, "visible": true, - "spriteInfo": {} + "x": 34, + "y": 1, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Hannah" } }, { "name": "Hare", - "md5": "8209c43050785e3c4276f84abb52c245.svg", + "md5": "7269593d83b6f9eae512997f541a7417.svg", "type": "sprite", "tags": [ "animals", @@ -7789,57 +9220,69 @@ 1 ], "json": { - "objName": "Hare", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Hare", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "hare-a", - "baseLayerID": -1, - "baseLayerMD5": "8209c43050785e3c4276f84abb52c245.svg", + "assetId": "7269593d83b6f9eae512997f541a7417", + "name": "hare-a", "bitmapResolution": 1, + "md5ext": "7269593d83b6f9eae512997f541a7417.svg", + "dataFormat": "svg", "rotationCenterX": 29, "rotationCenterY": 50 }, { - "costumeName": "hare-b", - "baseLayerID": -1, - "baseLayerMD5": "62796e48dc8e540398e0575d79f562fe.svg", + "assetId": "c8dbb4302dd489a201938c203018c2f0", + "name": "hare-b", "bitmapResolution": 1, + "md5ext": "c8dbb4302dd489a201938c203018c2f0.svg", + "dataFormat": "svg", "rotationCenterX": 57, "rotationCenterY": 35 }, { - "costumeName": "hare-c", - "baseLayerID": -1, - "baseLayerMD5": "4bc5c29283dfff4b9c876cc23540a4b5.svg", + "assetId": "85a3b8c151e10576fa531a4293fdac00", + "name": "hare-c", "bitmapResolution": 1, + "md5ext": "85a3b8c151e10576fa531a4293fdac00.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 40 } ], - "currentCostumeIndex": 0, - "scratchX": -191, - "scratchY": -54, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": -128, + "y": -9.999999999999993, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Hare" } }, { "name": "Harper", - "md5": "0d5979db40b0a4dcaa601fb7679ef71c.svg", + "md5": "3a0973a042ee16e816c568651316d5d4.svg", "type": "sprite", "tags": [ "people", @@ -7852,57 +9295,69 @@ 1 ], "json": { - "objName": "Harper", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Harper", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "harper-a", - "baseLayerID": -1, - "baseLayerMD5": "0d5979db40b0a4dcaa601fb7679ef71c.svg", + "assetId": "3a0973a042ee16e816c568651316d5d4", + "name": "harper-a", "bitmapResolution": 1, + "md5ext": "3a0973a042ee16e816c568651316d5d4.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 143 }, { - "costumeName": "harper-b", - "baseLayerID": -1, - "baseLayerMD5": "c435a1fcdf5f60a29f620fa800e391e0.svg", + "assetId": "e407fa0ed992393d12d0a108c11e2fa6", + "name": "harper-b", "bitmapResolution": 1, + "md5ext": "e407fa0ed992393d12d0a108c11e2fa6.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 134 }, { - "costumeName": "harper-c", - "baseLayerID": -1, - "baseLayerMD5": "9c35763ec87604ff1b4848ff18e0b040.svg", + "assetId": "98ce6e6bb99f8ba116f127fdf2e739fd", + "name": "harper-c", "bitmapResolution": 1, + "md5ext": "98ce6e6bb99f8ba116f127fdf2e739fd.svg", + "dataFormat": "svg", "rotationCenterX": 56, "rotationCenterY": 138 } ], - "currentCostumeIndex": 0, - "scratchX": 38, - "scratchY": 18, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": 38, + "y": 18, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Harper" } }, { "name": "Hat1 ", - "md5": "52540f9dba4537f79f1ad3067d44e3f6.svg", + "md5": "c632719725400c604fcadf0858ce2b2c.svg", "type": "sprite", "tags": [ "fashion", @@ -7915,65 +9370,78 @@ 1 ], "json": { - "objName": "Hat1 ", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Hat1 ", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "hat-a", - "baseLayerID": -1, - "baseLayerMD5": "52540f9dba4537f79f1ad3067d44e3f6.svg", + "assetId": "c632719725400c604fcadf0858ce2b2c", + "name": "hat-a", "bitmapResolution": 1, + "md5ext": "c632719725400c604fcadf0858ce2b2c.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 30 }, { - "costumeName": "hat-b", - "baseLayerID": -1, - "baseLayerMD5": "874462b3e079308d775629c235940d8f.svg", + "assetId": "0aed53a86d92ec2283068000ac97a60b", + "name": "hat-b", "bitmapResolution": 1, + "md5ext": "0aed53a86d92ec2283068000ac97a60b.svg", + "dataFormat": "svg", "rotationCenterX": 39, "rotationCenterY": 22 }, { - "costumeName": "hat-c", - "baseLayerID": -1, - "baseLayerMD5": "b40accecd4bd57fed8bdb96ee15e5c05.svg", + "assetId": "13e382ae3f05a9a23e0b64ca23230438", + "name": "hat-c", "bitmapResolution": 1, + "md5ext": "13e382ae3f05a9a23e0b64ca23230438.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 27 }, { - "costumeName": "hat-d", - "baseLayerID": -1, - "baseLayerMD5": "a8ef874bd7542fec62785eac80019417.svg", + "assetId": "6349e36da9897a2f89bdbf5c77dbdacb", + "name": "hat-d", "bitmapResolution": 1, + "md5ext": "6349e36da9897a2f89bdbf5c77dbdacb.svg", + "dataFormat": "svg", "rotationCenterX": 45, "rotationCenterY": 30 } ], - "currentCostumeIndex": 0, - "scratchX": -70, - "scratchY": 126, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 7, "visible": true, - "spriteInfo": {} + "x": -70, + "y": 126, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Hat1 " } }, { "name": "Hatchling", - "md5": "25e4da6bcd209c60690729f5c7016b83.svg", + "md5": "55f7d457eb0af78cb309ca47497c490f.svg", "type": "sprite", "tags": [ "animals", @@ -7987,57 +9455,69 @@ 1 ], "json": { - "objName": "Hatchling", - "sounds": [ - { - "soundName": "Chirp", - "soundID": -1, - "md5": "3b8236bbb288019d93ae38362e865972.wav", - "sampleCount": 5301, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Hatchling", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "hatchling-a", - "baseLayerID": -1, - "baseLayerMD5": "25e4da6bcd209c60690729f5c7016b83.svg", + "assetId": "55f7d457eb0af78cb309ca47497c490f", + "name": "hatchling-a", "bitmapResolution": 1, + "md5ext": "55f7d457eb0af78cb309ca47497c490f.svg", + "dataFormat": "svg", "rotationCenterX": 15, "rotationCenterY": 23 }, { - "costumeName": "hatchling-b", - "baseLayerID": -1, - "baseLayerMD5": "b0f8451e7c52cf2b94b94c4a2051398b.svg", + "assetId": "0e5c295a043d5e183a98046e4f734b72", + "name": "hatchling-b", "bitmapResolution": 1, + "md5ext": "0e5c295a043d5e183a98046e4f734b72.svg", + "dataFormat": "svg", "rotationCenterX": 16, "rotationCenterY": 38 }, { - "costumeName": "hatchling-c", - "baseLayerID": -1, - "baseLayerMD5": "5f70ae46957bf425121ac532dc6a2f34.svg", + "assetId": "f27d557be70a9522fae4392bfd4f5249", + "name": "hatchling-c", "bitmapResolution": 1, + "md5ext": "f27d557be70a9522fae4392bfd4f5249.svg", + "dataFormat": "svg", "rotationCenterX": 38, "rotationCenterY": 72 } ], - "currentCostumeIndex": 0, - "scratchX": -156, - "scratchY": -76, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "3b8236bbb288019d93ae38362e865972", + "name": "Chirp", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 6097, + "md5ext": "3b8236bbb288019d93ae38362e865972.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -156, + "y": -76, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Hatchling" } }, { "name": "Heart", - "md5": "6e79e087c866a016f99ee482e1aeba47.svg", + "md5": "c77e640f6e023e7ce1e376da0f26e1eb.svg", "type": "sprite", "tags": [ "holiday", @@ -8052,49 +9532,60 @@ 1 ], "json": { - "objName": "Heart", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Heart", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "heart red", - "baseLayerID": -1, - "baseLayerMD5": "6e79e087c866a016f99ee482e1aeba47.svg", + "assetId": "c77e640f6e023e7ce1e376da0f26e1eb", + "name": "heart red", "bitmapResolution": 1, + "md5ext": "c77e640f6e023e7ce1e376da0f26e1eb.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 56 }, { - "costumeName": "heart purple", - "baseLayerID": -1, - "baseLayerMD5": "b15362bb6b02a59e364db9081ccf19aa.svg", + "assetId": "e24731f5cf2759c2f289921bebb86ea2", + "name": "heart purple", "bitmapResolution": 1, + "md5ext": "e24731f5cf2759c2f289921bebb86ea2.svg", + "dataFormat": "svg", "rotationCenterX": 66, "rotationCenterY": 62 } ], - "currentCostumeIndex": 0, - "scratchX": -31, - "scratchY": 40, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 15, "visible": true, - "spriteInfo": {} + "x": -31, + "y": 40, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Heart" } }, { "name": "Heart Candy", - "md5": "1bc73fc472df673a1089d965b537f5ac.svg", + "md5": "288976865e8c5db717d859e915606d82.svg", "type": "sprite", "tags": [ "food", @@ -8106,65 +9597,78 @@ 1 ], "json": { - "objName": "Heart Candy", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Heart Candy", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "heart code", - "baseLayerID": -1, - "baseLayerMD5": "1bc73fc472df673a1089d965b537f5ac.svg", + "assetId": "288976865e8c5db717d859e915606d82", + "name": "heart code", "bitmapResolution": 1, + "md5ext": "288976865e8c5db717d859e915606d82.svg", + "dataFormat": "svg", "rotationCenterX": 73, "rotationCenterY": 72 }, { - "costumeName": "heart love", - "baseLayerID": -1, - "baseLayerMD5": "a9d25b961eef81521c8ed38beb1456a0.svg", + "assetId": "51248e76be2aa7a0f0ed77bc94af1b3a", + "name": "heart love", "bitmapResolution": 1, + "md5ext": "51248e76be2aa7a0f0ed77bc94af1b3a.svg", + "dataFormat": "svg", "rotationCenterX": 73, "rotationCenterY": 72 }, { - "costumeName": "heart sweet", - "baseLayerID": -1, - "baseLayerMD5": "9a9a8efa369379ee8538632c43a6a3d1.svg", + "assetId": "3ee430ba825f41ae9913453d4932fb8b", + "name": "heart sweet", "bitmapResolution": 1, + "md5ext": "3ee430ba825f41ae9913453d4932fb8b.svg", + "dataFormat": "svg", "rotationCenterX": 73, "rotationCenterY": 72 }, { - "costumeName": "heart smile", - "baseLayerID": -1, - "baseLayerMD5": "66b29ca063bc74d2bacfc0a06bc7b6fc.svg", + "assetId": "5fa8c4693cf8cba8cdbcbed72f4f58aa", + "name": "heart smile", "bitmapResolution": 1, + "md5ext": "5fa8c4693cf8cba8cdbcbed72f4f58aa.svg", + "dataFormat": "svg", "rotationCenterX": 73, "rotationCenterY": 72 } ], - "currentCostumeIndex": 0, - "scratchX": -24, - "scratchY": -4, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 16, "visible": true, - "spriteInfo": {} + "x": -24, + "y": -4, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Heart Candy" } }, { "name": "Heart Face", - "md5": "4ab84263da32069cf97cc0fa52729a0d.svg", + "md5": "989770846f8cd1628b48bbe91d0a7d0d.svg", "type": "sprite", "tags": [ "emotions" @@ -8175,41 +9679,51 @@ 1 ], "json": { - "objName": "Heart Face", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Heart Face", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "heart face", - "baseLayerID": -1, - "baseLayerMD5": "4ab84263da32069cf97cc0fa52729a0d.svg", + "assetId": "989770846f8cd1628b48bbe91d0a7d0d", + "name": "heart face", "bitmapResolution": 1, + "md5ext": "989770846f8cd1628b48bbe91d0a7d0d.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": 52 } ], - "currentCostumeIndex": 0, - "scratchX": 50, - "scratchY": 39, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 17, "visible": true, - "spriteInfo": {} + "x": 50, + "y": 39, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Heart Face" } }, { "name": "Hedgehog", - "md5": "32416e6b2ef8e45fb5fd10778c1b9a9f.svg", + "md5": "3b0e1717859808cecf1a45e2a32dc201.svg", "type": "sprite", "tags": [ "animals", @@ -8223,73 +9737,87 @@ 1 ], "json": { - "objName": "Hedgehog", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Hedgehog", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "hedgehog-a", - "baseLayerID": -1, - "baseLayerMD5": "32416e6b2ef8e45fb5fd10778c1b9a9f.svg", + "assetId": "3b0e1717859808cecf1a45e2a32dc201", + "name": "hedgehog-a", "bitmapResolution": 1, + "md5ext": "3b0e1717859808cecf1a45e2a32dc201.svg", + "dataFormat": "svg", "rotationCenterX": 71, "rotationCenterY": 56 }, { - "costumeName": "hedgehog-b", - "baseLayerID": -1, - "baseLayerMD5": "4d3ccc06660e07b55bd38246e1f82f7f.svg", + "assetId": "42bac40ca828133600e0a9f7ba019adb", + "name": "hedgehog-b", "bitmapResolution": 1, + "md5ext": "42bac40ca828133600e0a9f7ba019adb.svg", + "dataFormat": "svg", "rotationCenterX": 71, "rotationCenterY": 56 }, { - "costumeName": "hedgehog-c", - "baseLayerID": -1, - "baseLayerMD5": "2446f79c0f553594cfbcdbe6b1e459a5.svg", + "assetId": "3251533232e7f44315512149c7f76214", + "name": "hedgehog-c", "bitmapResolution": 1, + "md5ext": "3251533232e7f44315512149c7f76214.svg", + "dataFormat": "svg", "rotationCenterX": 71, "rotationCenterY": 56 }, { - "costumeName": "hedgehog-d", - "baseLayerID": -1, - "baseLayerMD5": "bdb7c8e86125092da0c4848d1ffd901c.svg", + "assetId": "93c2d7a0abefaf26ee50d5038ac5bf61", + "name": "hedgehog-d", "bitmapResolution": 1, + "md5ext": "93c2d7a0abefaf26ee50d5038ac5bf61.svg", + "dataFormat": "svg", "rotationCenterX": 71, "rotationCenterY": 56 }, { - "costumeName": "hedgehog-e", - "baseLayerID": -1, - "baseLayerMD5": "78a0e3789f6d778e20f9bf3d308a0b19.svg", + "assetId": "1fcbba4a2252e96c52d2d8aa8e593e51", + "name": "hedgehog-e", "bitmapResolution": 1, + "md5ext": "1fcbba4a2252e96c52d2d8aa8e593e51.svg", + "dataFormat": "svg", "rotationCenterX": 61, "rotationCenterY": 45 } ], - "currentCostumeIndex": 0, - "scratchX": -134, - "scratchY": -77, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -134, + "y": -77, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Hedgehog" } }, { "name": "Hen", - "md5": "eb0a9890a92ef616ef8740328eeabb79.svg", + "md5": "b02a33e32313cc9a75781a6fafd07033.svg", "type": "sprite", "tags": [ "animals", @@ -8303,65 +9831,78 @@ 1 ], "json": { - "objName": "Hen", - "sounds": [ - { - "soundName": "bird", - "soundID": -1, - "md5": "18bd4b634a3f992a16b30344c7d810e0.wav", - "sampleCount": 3840, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Hen", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "hen-a", - "baseLayerID": -1, - "baseLayerMD5": "eb0a9890a92ef616ef8740328eeabb79.svg", + "assetId": "b02a33e32313cc9a75781a6fafd07033", + "name": "hen-a", "bitmapResolution": 1, + "md5ext": "b02a33e32313cc9a75781a6fafd07033.svg", + "dataFormat": "svg", "rotationCenterX": 60, "rotationCenterY": 53 }, { - "costumeName": "hen-b", - "baseLayerID": -1, - "baseLayerMD5": "12aabf8636096f223e9297d2fd8177a4.svg", + "assetId": "d055896a473bb12f4ec67af1fdb9c652", + "name": "hen-b", "bitmapResolution": 1, + "md5ext": "d055896a473bb12f4ec67af1fdb9c652.svg", + "dataFormat": "svg", "rotationCenterX": 63, "rotationCenterY": 50 }, { - "costumeName": "hen-c", - "baseLayerID": -1, - "baseLayerMD5": "af2c57d1f12272335629635e669df487.svg", + "assetId": "c9a4570a2d0ae09b9feeeb5607e4b9c7", + "name": "hen-c", "bitmapResolution": 1, + "md5ext": "c9a4570a2d0ae09b9feeeb5607e4b9c7.svg", + "dataFormat": "svg", "rotationCenterX": 56, "rotationCenterY": 53 }, { - "costumeName": "hen-d", - "baseLayerID": -1, - "baseLayerMD5": "84d0492c094ec01d73f808c92b4c3138.svg", + "assetId": "6c9e05f568862dbcea0a1652a210239b", + "name": "hen-d", "bitmapResolution": 1, + "md5ext": "6c9e05f568862dbcea0a1652a210239b.svg", + "dataFormat": "svg", "rotationCenterX": 51, "rotationCenterY": 77 } ], - "currentCostumeIndex": 0, - "scratchX": 141, - "scratchY": -104, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "18bd4b634a3f992a16b30344c7d810e0", + "name": "bird", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 15360, + "md5ext": "18bd4b634a3f992a16b30344c7d810e0.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 141, + "y": -104, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Hen" } }, { "name": "Hippo1", - "md5": "c1353c4a5eec5e6f32ed053e6f6e8f99.svg", + "md5": "911901dc568b56c15fe81819bc2af653.svg", "type": "sprite", "tags": [ "animals", @@ -8379,49 +9920,60 @@ 1 ], "json": { - "objName": "Hippo1", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Hippo1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "hippo1-a", - "baseLayerID": -1, - "baseLayerMD5": "c1353c4a5eec5e6f32ed053e6f6e8f99.svg", + "assetId": "911901dc568b56c15fe81819bc2af653", + "name": "hippo1-a", "bitmapResolution": 1, + "md5ext": "911901dc568b56c15fe81819bc2af653.svg", + "dataFormat": "svg", "rotationCenterX": 69, "rotationCenterY": 65 }, { - "costumeName": "hippo1-b", - "baseLayerID": -1, - "baseLayerMD5": "e65ed93bbb9cccf698fc7e774ab609a6.svg", + "assetId": "5764a2c650f225bc27cc0e6c5db401ea", + "name": "hippo1-b", "bitmapResolution": 1, + "md5ext": "5764a2c650f225bc27cc0e6c5db401ea.svg", + "dataFormat": "svg", "rotationCenterX": 69, "rotationCenterY": 68 } ], - "currentCostumeIndex": 0, - "scratchX": 59, - "scratchY": 37, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 38, "visible": true, - "spriteInfo": {} + "x": 59, + "y": 37, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Hippo1" } }, { "name": "Home Button", - "md5": "1bac530a0701a8fc88bb0802ae6787a3.svg", + "md5": "1ebdcb9f033fa6658259b52da376b7ac.svg", "type": "sprite", "tags": [ "ui", @@ -8433,41 +9985,51 @@ 1 ], "json": { - "objName": "Home Button", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Home Button", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "home button", - "baseLayerID": -1, - "baseLayerMD5": "1bac530a0701a8fc88bb0802ae6787a3.svg", + "assetId": "1ebdcb9f033fa6658259b52da376b7ac", + "name": "home button", "bitmapResolution": 1, + "md5ext": "1ebdcb9f033fa6658259b52da376b7ac.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 72 } ], - "currentCostumeIndex": 0, - "scratchX": 42, - "scratchY": 42, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 18, "visible": true, - "spriteInfo": {} + "x": 42, + "y": 42, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Home Button" } }, { "name": "Horse", - "md5": "83a698304f00242a34ddd63b1525373b.svg", + "md5": "ad458251c5bf5b375870829f1762fa47.svg", "type": "sprite", "tags": [ "animals", @@ -8483,52 +10045,64 @@ 2 ], "json": { - "objName": "Horse", - "sounds": [ - { - "soundName": "horse", - "soundID": -1, - "md5": "45ffcf97ee2edca0199ff5aa71a5b72e.wav", - "sampleCount": 14464, - "rate": 11025, - "format": "" - }, - { - "soundName": "horse gallop", - "soundID": -1, - "md5": "058a34b5fb8b57178b5322d994b6b8c8.wav", - "sampleCount": 38336, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Horse", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "horse-a", - "baseLayerID": -1, - "baseLayerMD5": "83a698304f00242a34ddd63b1525373b.svg", + "assetId": "ad458251c5bf5b375870829f1762fa47", + "name": "horse-a", "bitmapResolution": 1, + "md5ext": "ad458251c5bf5b375870829f1762fa47.svg", + "dataFormat": "svg", "rotationCenterX": 119, "rotationCenterY": 83 }, { - "costumeName": "horse-b", - "baseLayerID": -1, - "baseLayerMD5": "2e7d212692b46b049a9ebc1224edd990.svg", + "assetId": "0e0fa871bea01c2dfb70e9955dc098be", + "name": "horse-b", "bitmapResolution": 1, + "md5ext": "0e0fa871bea01c2dfb70e9955dc098be.svg", + "dataFormat": "svg", "rotationCenterX": 103, "rotationCenterY": 97 } ], - "currentCostumeIndex": 0, - "scratchX": -4, - "scratchY": -26, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "45ffcf97ee2edca0199ff5aa71a5b72e", + "name": "horse", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 57856, + "md5ext": "45ffcf97ee2edca0199ff5aa71a5b72e.wav" + }, + { + "assetId": "058a34b5fb8b57178b5322d994b6b8c8", + "name": "horse gallop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 153344, + "md5ext": "058a34b5fb8b57178b5322d994b6b8c8.wav" + } + ], + "volume": 100, + "layerOrder": 39, "visible": true, - "spriteInfo": {} + "x": -4, + "y": -26, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Horse" } }, { @@ -8544,89 +10118,105 @@ 1 ], "json": { - "objName": "Jaime", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Jaime", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "jaime-a", - "baseLayerID": -1, - "baseLayerMD5": "3ddc912edef87ae29121f57294fa0cb5.png", + "assetId": "3ddc912edef87ae29121f57294fa0cb5", + "name": "jaime-a", "bitmapResolution": 2, + "md5ext": "3ddc912edef87ae29121f57294fa0cb5.png", + "dataFormat": "png", "rotationCenterX": 76, "rotationCenterY": 154 }, { - "costumeName": "jaime-b", - "baseLayerID": -1, - "baseLayerMD5": "5a683f4536abca0f83a77bc341df4c9a.png", + "assetId": "5a683f4536abca0f83a77bc341df4c9a", + "name": "jaime-b", "bitmapResolution": 2, + "md5ext": "5a683f4536abca0f83a77bc341df4c9a.png", + "dataFormat": "png", "rotationCenterX": 68, "rotationCenterY": 154 }, { - "costumeName": "jaime walking-a", - "baseLayerID": -1, - "baseLayerMD5": "d6cc9814f7a6640e4c2b1a4276987dc5.png", + "assetId": "d6cc9814f7a6640e4c2b1a4276987dc5", + "name": "jaime walking-a", "bitmapResolution": 2, + "md5ext": "d6cc9814f7a6640e4c2b1a4276987dc5.png", + "dataFormat": "png", "rotationCenterX": 106, "rotationCenterY": 172 }, { - "costumeName": "jaime walking-b", - "baseLayerID": -1, - "baseLayerMD5": "7fb579a98d6db257f1b16109d3c4609a.png", + "assetId": "7fb579a98d6db257f1b16109d3c4609a", + "name": "jaime walking-b", "bitmapResolution": 2, + "md5ext": "7fb579a98d6db257f1b16109d3c4609a.png", + "dataFormat": "png", "rotationCenterX": 52, "rotationCenterY": 176 }, { - "costumeName": "jaime walking-c", - "baseLayerID": -1, - "baseLayerMD5": "5883bdefba451aaeac8d77c798d41eb0.png", + "assetId": "5883bdefba451aaeac8d77c798d41eb0", + "name": "jaime walking-c", "bitmapResolution": 2, + "md5ext": "5883bdefba451aaeac8d77c798d41eb0.png", + "dataFormat": "png", "rotationCenterX": 88, "rotationCenterY": 170 }, { - "costumeName": "jaime walking-d", - "baseLayerID": -1, - "baseLayerMD5": "4b9d2162e30dbb924840575ed35fddb0.png", + "assetId": "4b9d2162e30dbb924840575ed35fddb0", + "name": "jaime walking-d", "bitmapResolution": 2, + "md5ext": "4b9d2162e30dbb924840575ed35fddb0.png", + "dataFormat": "png", "rotationCenterX": 46, "rotationCenterY": 174 }, { - "costumeName": "jaime walking-e", - "baseLayerID": -1, - "baseLayerMD5": "63e56d28cc3e3d9b735e1f1d51248cc0.png", + "assetId": "63e56d28cc3e3d9b735e1f1d51248cc0", + "name": "jaime walking-e", "bitmapResolution": 2, + "md5ext": "63e56d28cc3e3d9b735e1f1d51248cc0.png", + "dataFormat": "png", "rotationCenterX": 84, "rotationCenterY": 172 } ], - "currentCostumeIndex": 0, - "scratchX": 51, - "scratchY": 31, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 16, "visible": true, - "spriteInfo": {} + "x": 51, + "y": 31, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Jaime" } }, { "name": "Jamal", - "md5": "c7531e6c05aa488edd6ad3c369204452.svg", + "md5": "3c8d5e688450ad1e6bf024a32c55bcda.svg", "type": "sprite", "tags": [ "sports", @@ -8640,73 +10230,87 @@ 2 ], "json": { - "objName": "Jamal", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - }, - { - "soundName": "basketball bounce", - "soundID": -1, - "md5": "1727f65b5f22d151685b8e5917456a60.wav", - "sampleCount": 8099, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Jamal", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "jamal-a", - "baseLayerID": -1, - "baseLayerMD5": "c7531e6c05aa488edd6ad3c369204452.svg", + "assetId": "3c8d5e688450ad1e6bf024a32c55bcda", + "name": "jamal-a", "bitmapResolution": 1, + "md5ext": "3c8d5e688450ad1e6bf024a32c55bcda.svg", + "dataFormat": "svg", "rotationCenterX": 55, "rotationCenterY": 49 }, { - "costumeName": "jamal-b", - "baseLayerID": -1, - "baseLayerMD5": "8b8bd6ff0fe64e7056d1e70c63b9ec9f.svg", + "assetId": "2408318e743873c7254db1623441b9c5", + "name": "jamal-b", "bitmapResolution": 1, + "md5ext": "2408318e743873c7254db1623441b9c5.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 53 }, { - "costumeName": "jamal-c", - "baseLayerID": -1, - "baseLayerMD5": "c659f292333f93854be243f84b337ec5.svg", + "assetId": "693748d763c8da4b119a5e4bee6a1768", + "name": "jamal-c", "bitmapResolution": 1, + "md5ext": "693748d763c8da4b119a5e4bee6a1768.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 102 }, { - "costumeName": "jamal-d", - "baseLayerID": -1, - "baseLayerMD5": "9dc8cfa22793c43aee826c76d144e09b.svg", + "assetId": "92692e0c0f376797274392484ba74133", + "name": "jamal-d", "bitmapResolution": 1, + "md5ext": "92692e0c0f376797274392484ba74133.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 95 } ], - "currentCostumeIndex": 0, - "scratchX": 56, - "scratchY": 37, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + }, + { + "assetId": "1727f65b5f22d151685b8e5917456a60", + "name": "basketball bounce", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "1727f65b5f22d151685b8e5917456a60.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 56, + "y": 37, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Jamal" } }, { "name": "Jar", - "md5": "73784b267083733e08bcf06aa7d6536a.svg", + "md5": "33b537168f3c2eb3dafeb739c22f38a6.svg", "type": "sprite", "tags": [ "food", @@ -8719,49 +10323,60 @@ 1 ], "json": { - "objName": "Jar", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Jar", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "jar-a", - "baseLayerID": -1, - "baseLayerMD5": "73784b267083733e08bcf06aa7d6536a.svg", + "assetId": "33b537168f3c2eb3dafeb739c22f38a6", + "name": "jar-a", "bitmapResolution": 1, + "md5ext": "33b537168f3c2eb3dafeb739c22f38a6.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 25 }, { - "costumeName": "jar-b", - "baseLayerID": -1, - "baseLayerMD5": "a37eb72115966a75bc1bf521deeccc0c.svg", + "assetId": "e0f5ac773987470ff2467e3e01b9ab23", + "name": "jar-b", "bitmapResolution": 1, + "md5ext": "e0f5ac773987470ff2467e3e01b9ab23.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 25 } ], - "currentCostumeIndex": 0, - "scratchX": 9, - "scratchY": -11, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 12, "visible": true, - "spriteInfo": {} + "x": 9, + "y": -11, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Jar" } }, { "name": "Jellyfish", - "md5": "9e6563e417350af3094c2ed02b9b0bbd.svg", + "md5": "4e259b7c08f05145fc7800b33e4f356e.svg", "type": "sprite", "tags": [ "animals", @@ -8777,73 +10392,87 @@ 2 ], "json": { - "objName": "Jellyfish", - "sounds": [ - { - "soundName": "bubbles", - "soundID": -1, - "md5": "78b0be9c9c2f664158b886bc7e794095.wav", - "sampleCount": 45056, - "rate": 11025, - "format": "" - }, - { - "soundName": "ocean wave", - "soundID": -1, - "md5": "c904610d770398b98872a708a2f75611.wav", - "sampleCount": 99206, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Jellyfish", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "jellyfish-a", - "baseLayerID": -1, - "baseLayerMD5": "9e6563e417350af3094c2ed02b9b0bbd.svg", + "assetId": "4e259b7c08f05145fc7800b33e4f356e", + "name": "jellyfish-a", "bitmapResolution": 1, + "md5ext": "4e259b7c08f05145fc7800b33e4f356e.svg", + "dataFormat": "svg", "rotationCenterX": 99, "rotationCenterY": 86 }, { - "costumeName": "jellyfish-b", - "baseLayerID": -1, - "baseLayerMD5": "31a42fad0891f1298c522a6d5008930a.svg", + "assetId": "5944a1e687fa31589517825b2144a17b", + "name": "jellyfish-b", "bitmapResolution": 1, + "md5ext": "5944a1e687fa31589517825b2144a17b.svg", + "dataFormat": "svg", "rotationCenterX": 99, "rotationCenterY": 86 }, { - "costumeName": "jellyfish-c", - "baseLayerID": -1, - "baseLayerMD5": "697262d9ed04467bae52cca786c36bd3.svg", + "assetId": "00c99df84f8385038461d6c42a5465ab", + "name": "jellyfish-c", "bitmapResolution": 1, + "md5ext": "00c99df84f8385038461d6c42a5465ab.svg", + "dataFormat": "svg", "rotationCenterX": 99, "rotationCenterY": 86 }, { - "costumeName": "jellyfish-d", - "baseLayerID": -1, - "baseLayerMD5": "6a949493aaf62954f1c74f8369d494c4.svg", + "assetId": "3158299771b3d34ed2c50a00fbab715e", + "name": "jellyfish-d", "bitmapResolution": 1, + "md5ext": "3158299771b3d34ed2c50a00fbab715e.svg", + "dataFormat": "svg", "rotationCenterX": 99, "rotationCenterY": 86 } ], - "currentCostumeIndex": 0, - "scratchX": -163, - "scratchY": 99, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "78b0be9c9c2f664158b886bc7e794095", + "name": "bubbles", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 180224, + "md5ext": "78b0be9c9c2f664158b886bc7e794095.wav" + }, + { + "assetId": "c904610d770398b98872a708a2f75611", + "name": "ocean wave", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 99569, + "md5ext": "c904610d770398b98872a708a2f75611.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -163, + "y": 99, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Jellyfish" } }, { "name": "Jordyn", - "md5": "2f59adebc2c0feb9ebfabd7ee9642f2b.svg", + "md5": "db4d97cbf24e2b8af665bfbf06f67fa0.svg", "type": "sprite", "tags": [ "sports", @@ -8858,68 +10487,82 @@ 2 ], "json": { - "objName": "Jordyn", - "sounds": [ - { - "soundName": "Goal Cheer", - "soundID": -1, - "md5": "199b30c8b4fe0642e849924bd1e1b463.wav", - "sampleCount": 84411, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "Referee Whistle", - "soundID": -1, - "md5": "7d91d95d841dc6cf1282914306a4674a.wav", - "sampleCount": 14238, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Jordyn", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "jordyn-a", - "baseLayerID": -1, - "baseLayerMD5": "2f59adebc2c0feb9ebfabd7ee9642f2b.svg", + "assetId": "db4d97cbf24e2b8af665bfbf06f67fa0", + "name": "jordyn-a", "bitmapResolution": 1, + "md5ext": "db4d97cbf24e2b8af665bfbf06f67fa0.svg", + "dataFormat": "svg", "rotationCenterX": 51, "rotationCenterY": 62 }, { - "costumeName": "jordyn-b", - "baseLayerID": -1, - "baseLayerMD5": "075f382883e60dba8094b3dc30918f60.svg", + "assetId": "a7cc1e5f02b58ecc8095cfc18eef0289", + "name": "jordyn-b", "bitmapResolution": 1, + "md5ext": "a7cc1e5f02b58ecc8095cfc18eef0289.svg", + "dataFormat": "svg", "rotationCenterX": 51, "rotationCenterY": 63 }, { - "costumeName": "jordyn-c", - "baseLayerID": -1, - "baseLayerMD5": "fbe81c40d4a880c8799c458359758629.svg", + "assetId": "768c4601174f0dfcb96b3080ccc3a192", + "name": "jordyn-c", "bitmapResolution": 1, + "md5ext": "768c4601174f0dfcb96b3080ccc3a192.svg", + "dataFormat": "svg", "rotationCenterX": 68, "rotationCenterY": 62 }, { - "costumeName": "jordyn-d", - "baseLayerID": -1, - "baseLayerMD5": "68a784d4d0340475a6e6feff3b28b470.svg", + "assetId": "00c8c464c19460df693f8d5ae69afdab", + "name": "jordyn-d", "bitmapResolution": 1, + "md5ext": "00c8c464c19460df693f8d5ae69afdab.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 62 } ], - "currentCostumeIndex": 0, - "scratchX": 61, - "scratchY": 93, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "199b30c8b4fe0642e849924bd1e1b463", + "name": "Goal Cheer", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 84329, + "md5ext": "199b30c8b4fe0642e849924bd1e1b463.wav" + }, + { + "assetId": "7d91d95d841dc6cf1282914306a4674a", + "name": "Referee Whistle", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 14225, + "md5ext": "7d91d95d841dc6cf1282914306a4674a.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 61, + "y": 93, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Jordyn" } }, { @@ -8936,132 +10579,154 @@ 1 ], "json": { - "objName": "Jouvi Dance", - "sounds": [ - { - "soundName": "dance celebrate2", - "soundID": -1, - "md5": "0edb8fb88af19e6e17d0f8cf64c1d136.wav", - "sampleCount": 176401, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Jouvi Dance", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "jo stance", - "baseLayerID": -1, - "baseLayerMD5": "6f68790ee3eb9bdccf8749305186b0dd.png", + "assetId": "6f68790ee3eb9bdccf8749305186b0dd", + "name": "jo stance", "bitmapResolution": 2, + "md5ext": "6f68790ee3eb9bdccf8749305186b0dd.png", + "dataFormat": "png", "rotationCenterX": 94, "rotationCenterY": 240 }, { - "costumeName": "jo top stand", - "baseLayerID": -1, - "baseLayerMD5": "0ed4a09c41871d150c51119c1bceded2.png", + "assetId": "0ed4a09c41871d150c51119c1bceded2", + "name": "jo top stand", "bitmapResolution": 2, + "md5ext": "0ed4a09c41871d150c51119c1bceded2.png", + "dataFormat": "png", "rotationCenterX": 68, "rotationCenterY": 260 }, { - "costumeName": "jo top R leg", - "baseLayerID": -1, - "baseLayerMD5": "efaa8eb6c8cf7dc35d4d37d546ebd333.png", + "assetId": "efaa8eb6c8cf7dc35d4d37d546ebd333", + "name": "jo top R leg", "bitmapResolution": 2, + "md5ext": "efaa8eb6c8cf7dc35d4d37d546ebd333.png", + "dataFormat": "png", "rotationCenterX": 218, "rotationCenterY": 262 }, { - "costumeName": "jo top L leg", - "baseLayerID": -1, - "baseLayerMD5": "a12f40b18067bb31746f9cf461de88aa.png", + "assetId": "a12f40b18067bb31746f9cf461de88aa", + "name": "jo top L leg", "bitmapResolution": 2, + "md5ext": "a12f40b18067bb31746f9cf461de88aa.png", + "dataFormat": "png", "rotationCenterX": 208, "rotationCenterY": 268 }, { - "costumeName": "jo top R cross", - "baseLayerID": -1, - "baseLayerMD5": "c2d5519e8a0f2214ff757117038c28dc.png", + "assetId": "c2d5519e8a0f2214ff757117038c28dc", + "name": "jo top R cross", "bitmapResolution": 2, + "md5ext": "c2d5519e8a0f2214ff757117038c28dc.png", + "dataFormat": "png", "rotationCenterX": 144, "rotationCenterY": 270 }, { - "costumeName": "jo top L cross", - "baseLayerID": -1, - "baseLayerMD5": "2e2a6534d33883fdd2f8471a1adbebb7.png", + "assetId": "2e2a6534d33883fdd2f8471a1adbebb7", + "name": "jo top L cross", "bitmapResolution": 2, + "md5ext": "2e2a6534d33883fdd2f8471a1adbebb7.png", + "dataFormat": "png", "rotationCenterX": 84, "rotationCenterY": 268 }, { - "costumeName": "jo pop front", - "baseLayerID": -1, - "baseLayerMD5": "3d3ea804243800981acabc7caba10939.png", + "assetId": "3d3ea804243800981acabc7caba10939", + "name": "jo pop front", "bitmapResolution": 2, + "md5ext": "3d3ea804243800981acabc7caba10939.png", + "dataFormat": "png", "rotationCenterX": 70, "rotationCenterY": 228 }, { - "costumeName": "jo pop down", - "baseLayerID": -1, - "baseLayerMD5": "a55fbb529c10f70bcb374aef8a63571b.png", + "assetId": "a55fbb529c10f70bcb374aef8a63571b", + "name": "jo pop down", "bitmapResolution": 2, + "md5ext": "a55fbb529c10f70bcb374aef8a63571b.png", + "dataFormat": "png", "rotationCenterX": 68, "rotationCenterY": 74 }, { - "costumeName": "jo pop left", - "baseLayerID": -1, - "baseLayerMD5": "ea812b4c2b2405aa2b73158023298f71.png", + "assetId": "ea812b4c2b2405aa2b73158023298f71", + "name": "jo pop left", "bitmapResolution": 2, + "md5ext": "ea812b4c2b2405aa2b73158023298f71.png", + "dataFormat": "png", "rotationCenterX": 196, "rotationCenterY": 226 }, { - "costumeName": "jo pop right", - "baseLayerID": -1, - "baseLayerMD5": "01dd2f553c7262329ebaba2516e3a2b1.png", + "assetId": "01dd2f553c7262329ebaba2516e3a2b1", + "name": "jo pop right", "bitmapResolution": 2, + "md5ext": "01dd2f553c7262329ebaba2516e3a2b1.png", + "dataFormat": "png", "rotationCenterX": 66, "rotationCenterY": 242 }, { - "costumeName": "jo pop L arm", - "baseLayerID": -1, - "baseLayerMD5": "a9fbc01a4124d555da12630312e46197.png", + "assetId": "a9fbc01a4124d555da12630312e46197", + "name": "jo pop L arm", "bitmapResolution": 2, + "md5ext": "a9fbc01a4124d555da12630312e46197.png", + "dataFormat": "png", "rotationCenterX": 108, "rotationCenterY": 258 }, { - "costumeName": "jo pop stand", - "baseLayerID": -1, - "baseLayerMD5": "75ee2383fd83992b401c8a0730521d94.png", + "assetId": "75ee2383fd83992b401c8a0730521d94", + "name": "jo pop stand", "bitmapResolution": 2, + "md5ext": "75ee2383fd83992b401c8a0730521d94.png", + "dataFormat": "png", "rotationCenterX": 78, "rotationCenterY": 262 }, { - "costumeName": "jo pop R arm", - "baseLayerID": -1, - "baseLayerMD5": "aabfedff0d11243386b6b0941e0f72e9.png", + "assetId": "aabfedff0d11243386b6b0941e0f72e9", + "name": "jo pop R arm", "bitmapResolution": 2, + "md5ext": "aabfedff0d11243386b6b0941e0f72e9.png", + "dataFormat": "png", "rotationCenterX": 108, "rotationCenterY": 260 } ], - "currentCostumeIndex": 0, - "scratchX": -58, - "scratchY": -27, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0edb8fb88af19e6e17d0f8cf64c1d136", + "name": "dance celebrate", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 176785, + "md5ext": "0edb8fb88af19e6e17d0f8cf64c1d136.wav" + } + ], + "volume": 100, + "layerOrder": 18, "visible": true, - "spriteInfo": {} + "x": -83, + "y": -15.999999999999986, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Jouvi Dance" } }, { @@ -9077,49 +10742,60 @@ 1 ], "json": { - "objName": "Kai", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Kai", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "kai-a", - "baseLayerID": -1, - "baseLayerMD5": "6e007fde15e49c66ee7996561f80b452.png", + "assetId": "6e007fde15e49c66ee7996561f80b452", + "name": "kai-a", "bitmapResolution": 2, + "md5ext": "6e007fde15e49c66ee7996561f80b452.png", + "dataFormat": "png", "rotationCenterX": 68, "rotationCenterY": 160 }, { - "costumeName": "kai-b", - "baseLayerID": -1, - "baseLayerMD5": "c1e1149f6d7e308e3e4eba14ccc8a751.png", + "assetId": "c1e1149f6d7e308e3e4eba14ccc8a751", + "name": "kai-b", "bitmapResolution": 2, + "md5ext": "c1e1149f6d7e308e3e4eba14ccc8a751.png", + "dataFormat": "png", "rotationCenterX": 82, "rotationCenterY": 158 } ], - "currentCostumeIndex": 0, - "scratchX": 57, - "scratchY": 47, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 17, "visible": true, - "spriteInfo": {} + "x": 57, + "y": 47, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Kai" } }, { "name": "Key", - "md5": "af35300cef35803e11f4ed744dc5e818.svg", + "md5": "680d3e4dce002f922b32447fcf29743d.svg", "type": "sprite", "tags": [ "thing", @@ -9131,41 +10807,51 @@ 1 ], "json": { - "objName": "Key", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Key", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "key", - "baseLayerID": -1, - "baseLayerMD5": "af35300cef35803e11f4ed744dc5e818.svg", + "assetId": "680d3e4dce002f922b32447fcf29743d", + "name": "key", "bitmapResolution": 1, + "md5ext": "680d3e4dce002f922b32447fcf29743d.svg", + "dataFormat": "svg", "rotationCenterX": 42, "rotationCenterY": 27 } ], - "currentCostumeIndex": 0, - "scratchX": -14, - "scratchY": 0, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 19, "visible": true, - "spriteInfo": {} + "x": -14, + "y": 0, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Key" } }, { "name": "Keyboard", - "md5": "c67d180e964926b6393ac14781541b39.svg", + "md5": "0ad880b5e829578832c8927b3f6ef7f8.svg", "type": "sprite", "tags": [ "music", @@ -9177,105 +10863,123 @@ 8 ], "json": { - "objName": "Keyboard", - "sounds": [ + "isStage": false, + "name": "Keyboard", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "C Elec Piano", - "soundID": -1, - "md5": "8366ee963cc57ad24a8a35a26f722c2b.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "0ad880b5e829578832c8927b3f6ef7f8", + "name": "keyboard-a", + "bitmapResolution": 1, + "md5ext": "0ad880b5e829578832c8927b3f6ef7f8.svg", + "dataFormat": "svg", + "rotationCenterX": 72, + "rotationCenterY": 68 }, { - "soundName": "D Elec Piano", - "soundID": -1, - "md5": "835f136ca8d346a17b4d4baf8405be37.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" - }, + "assetId": "6efd23c91dab070526feacdf72e2d3da", + "name": "keyboard-b", + "bitmapResolution": 1, + "md5ext": "6efd23c91dab070526feacdf72e2d3da.svg", + "dataFormat": "svg", + "rotationCenterX": 72, + "rotationCenterY": 68 + } + ], + "sounds": [ { - "soundName": "E Elec Piano", - "soundID": -1, - "md5": "ab3c198f8e36efff14f0a5bad35fa3cd.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "8366ee963cc57ad24a8a35a26f722c2b", + "name": "C Elec Piano", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "8366ee963cc57ad24a8a35a26f722c2b.wav" }, { - "soundName": "F Elec Piano", - "soundID": -1, - "md5": "dc5e368fc0d0dad1da609bfc3e29aa15.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "835f136ca8d346a17b4d4baf8405be37", + "name": "D Elec Piano", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "835f136ca8d346a17b4d4baf8405be37.wav" }, { - "soundName": "G Elec Piano", - "soundID": -1, - "md5": "39525f6545d62a95d05153f92d63301a.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "ab3c198f8e36efff14f0a5bad35fa3cd", + "name": "E Elec Piano", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "ab3c198f8e36efff14f0a5bad35fa3cd.wav" }, { - "soundName": "A Elec Piano", - "soundID": -1, - "md5": "0cfa8e84d6a5cd63afa31d541625a9ef.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "dc5e368fc0d0dad1da609bfc3e29aa15", + "name": "F Elec Piano", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "dc5e368fc0d0dad1da609bfc3e29aa15.wav" }, { - "soundName": "B Elec Piano", - "soundID": -1, - "md5": "9cc77167419f228503dd57fddaa5b2a6.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" + "assetId": "39525f6545d62a95d05153f92d63301a", + "name": "G Elec Piano", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "39525f6545d62a95d05153f92d63301a.wav" }, { - "soundName": "C2 Elec Piano", - "soundID": -1, - "md5": "366c7edbd4dd5cca68bf62902999bd66.wav", - "sampleCount": 44100, - "rate": 22050, - "format": "" - } - ], - "costumes": [ + "assetId": "0cfa8e84d6a5cd63afa31d541625a9ef", + "name": "A Elec Piano", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "0cfa8e84d6a5cd63afa31d541625a9ef.wav" + }, { - "costumeName": "keyboard-a", - "baseLayerID": -1, - "baseLayerMD5": "c67d180e964926b6393ac14781541b39.svg", - "bitmapResolution": 1, - "rotationCenterX": 72, - "rotationCenterY": 68 + "assetId": "9cc77167419f228503dd57fddaa5b2a6", + "name": "B Elec Piano", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "9cc77167419f228503dd57fddaa5b2a6.wav" }, { - "costumeName": "keyboard-b", - "baseLayerID": -1, - "baseLayerMD5": "dbaf62b33de45093c3c7d13b5d49d637.svg", - "bitmapResolution": 1, - "rotationCenterX": 72, - "rotationCenterY": 68 + "assetId": "366c7edbd4dd5cca68bf62902999bd66", + "name": "C2 Elec Piano", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88200, + "md5ext": "366c7edbd4dd5cca68bf62902999bd66.wav" } ], - "currentCostumeIndex": 0, - "scratchX": 135, - "scratchY": -90, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 11, "visible": true, - "spriteInfo": {} + "x": 135, + "y": -90, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Keyboard" } }, { "name": "Kiran", - "md5": "9de23c4a7a7fbb67136b539241346854.svg", + "md5": "7c0bedab5404830a5147cc4a2d46e997.svg", "type": "sprite", "tags": [ "space", @@ -9288,81 +10992,96 @@ 1 ], "json": { - "objName": "Kiran", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Kiran", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "kiran-a", - "baseLayerID": -1, - "baseLayerMD5": "9de23c4a7a7fbb67136b539241346854.svg", + "assetId": "7c0bedab5404830a5147cc4a2d46e997", + "name": "kiran-a", "bitmapResolution": 1, + "md5ext": "7c0bedab5404830a5147cc4a2d46e997.svg", + "dataFormat": "svg", "rotationCenterX": 67, "rotationCenterY": 95 }, { - "costumeName": "kiran-b", - "baseLayerID": -1, - "baseLayerMD5": "f1e74f3c02333e9e2068e8baf4e77aa0.svg", + "assetId": "b0566e0eed7b5216b92d61468d21ecee", + "name": "kiran-b", "bitmapResolution": 1, + "md5ext": "b0566e0eed7b5216b92d61468d21ecee.svg", + "dataFormat": "svg", "rotationCenterX": 67, "rotationCenterY": 95 }, { - "costumeName": "kiran-c", - "baseLayerID": -1, - "baseLayerMD5": "e2482cf509c312935f08be0e2e2c9d84.svg", + "assetId": "78bd6de23d4929aef678ddf0f3f5c276", + "name": "kiran-c", "bitmapResolution": 1, + "md5ext": "78bd6de23d4929aef678ddf0f3f5c276.svg", + "dataFormat": "svg", "rotationCenterX": 67, "rotationCenterY": 95 }, { - "costumeName": "kiran-d", - "baseLayerID": -1, - "baseLayerMD5": "569e736b519199efddfbae2572f7e92b.svg", + "assetId": "2928e9fbd5ca08e326192b3a41bea691", + "name": "kiran-d", "bitmapResolution": 1, + "md5ext": "2928e9fbd5ca08e326192b3a41bea691.svg", + "dataFormat": "svg", "rotationCenterX": 67, "rotationCenterY": 95 }, { - "costumeName": "kiran-e", - "baseLayerID": -1, - "baseLayerMD5": "2261bed0f2cc819def17969158297b4f.svg", + "assetId": "7912b6f378bd781f62683e003c574dbe", + "name": "kiran-e", "bitmapResolution": 1, + "md5ext": "7912b6f378bd781f62683e003c574dbe.svg", + "dataFormat": "svg", "rotationCenterX": 77, "rotationCenterY": 95 }, { - "costumeName": "kiran-f", - "baseLayerID": -1, - "baseLayerMD5": "d7f44adb3dc7906b9dfb3599a028e0d6.svg", + "assetId": "7f0bc123819fc2666321b6cd38069bdb", + "name": "kiran-f", "bitmapResolution": 1, + "md5ext": "7f0bc123819fc2666321b6cd38069bdb.svg", + "dataFormat": "svg", "rotationCenterX": 62, "rotationCenterY": 94 } ], - "currentCostumeIndex": 0, - "scratchX": 57, - "scratchY": -42, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 57, + "y": -42, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Kiran" } }, { "name": "Knight", - "md5": "f2c5e8bc24d001b81566879dbf2f1a13.svg", + "md5": "188325c56b79ff3cd58497c970ba87a6.svg", "type": "sprite", "tags": [ "people", @@ -9375,36 +11094,46 @@ 1 ], "json": { - "objName": "Knight", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Knight", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "knight", - "baseLayerID": -1, - "baseLayerMD5": "f2c5e8bc24d001b81566879dbf2f1a13.svg", + "assetId": "188325c56b79ff3cd58497c970ba87a6", + "name": "knight", "bitmapResolution": 1, + "md5ext": "188325c56b79ff3cd58497c970ba87a6.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": 90, - "scratchY": -18, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 22, "visible": true, - "spriteInfo": {} + "x": 90, + "y": -18, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Knight" } }, { @@ -9421,137 +11150,159 @@ 1 ], "json": { - "objName": "LB Dance", - "sounds": [ - { - "soundName": "dance celebrate", - "soundID": -1, - "md5": "0edb8fb88af19e6e17d0f8cf64c1d136.wav", - "sampleCount": 176401, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "LB Dance", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "lb stance", - "baseLayerID": 0, - "baseLayerMD5": "71dde8c43985815bffb5a5ed5632af58.png", + "assetId": "71dde8c43985815bffb5a5ed5632af58", + "name": "lb stance", "bitmapResolution": 2, + "md5ext": "71dde8c43985815bffb5a5ed5632af58.png", + "dataFormat": "png", "rotationCenterX": 54, "rotationCenterY": 244 }, { - "costumeName": "lb top stand", - "baseLayerID": -1, - "baseLayerMD5": "e68d899e178309ff3eae3e1de8a8ec28.png", + "assetId": "e68d899e178309ff3eae3e1de8a8ec28", + "name": "lb top stand", "bitmapResolution": 2, + "md5ext": "e68d899e178309ff3eae3e1de8a8ec28.png", + "dataFormat": "png", "rotationCenterX": 70, "rotationCenterY": 248 }, { - "costumeName": "lb top R leg", - "baseLayerID": -1, - "baseLayerMD5": "79ca528d13ffb557a236f0a35a0eb486.png", + "assetId": "79ca528d13ffb557a236f0a35a0eb486", + "name": "lb top R leg", "bitmapResolution": 2, + "md5ext": "79ca528d13ffb557a236f0a35a0eb486.png", + "dataFormat": "png", "rotationCenterX": 244, "rotationCenterY": 250 }, { - "costumeName": "lb top L leg", - "baseLayerID": -1, - "baseLayerMD5": "63d099e94aa8a973dcfa4c5d8b4a3e7a.png", + "assetId": "63d099e94aa8a973dcfa4c5d8b4a3e7a", + "name": "lb top L leg", "bitmapResolution": 2, + "md5ext": "63d099e94aa8a973dcfa4c5d8b4a3e7a.png", + "dataFormat": "png", "rotationCenterX": 234, "rotationCenterY": 286 }, { - "costumeName": "lb top L cross", - "baseLayerID": -1, - "baseLayerMD5": "645d6e2674452009df7a9a844a604791.png", + "assetId": "645d6e2674452009df7a9a844a604791", + "name": "lb top L cross", "bitmapResolution": 2, + "md5ext": "645d6e2674452009df7a9a844a604791.png", + "dataFormat": "png", "rotationCenterX": 148, "rotationCenterY": 258 }, { - "costumeName": "lb top R cross", - "baseLayerID": -1, - "baseLayerMD5": "4423159d81378ada5ffd7f053d7ef471.png", + "assetId": "4423159d81378ada5ffd7f053d7ef471", + "name": "lb top R cross", "bitmapResolution": 2, + "md5ext": "4423159d81378ada5ffd7f053d7ef471.png", + "dataFormat": "png", "rotationCenterX": 174, "rotationCenterY": 256 }, { - "costumeName": "lb pop front", - "baseLayerID": -1, - "baseLayerMD5": "cdd52259075b75628001672d375e4985.png", + "assetId": "cdd52259075b75628001672d375e4985", + "name": "lb pop front", "bitmapResolution": 2, + "md5ext": "cdd52259075b75628001672d375e4985.png", + "dataFormat": "png", "rotationCenterX": 66, "rotationCenterY": 272 }, { - "costumeName": "lb pop down", - "baseLayerID": -1, - "baseLayerMD5": "563f86443cb102b9241cebb62eb2d81a.png", + "assetId": "563f86443cb102b9241cebb62eb2d81a", + "name": "lb pop down", "bitmapResolution": 2, + "md5ext": "563f86443cb102b9241cebb62eb2d81a.png", + "dataFormat": "png", "rotationCenterX": 56, "rotationCenterY": 90 }, { - "costumeName": "lb pop left", - "baseLayerID": -1, - "baseLayerMD5": "525285312925e1e6b4e237a119b61305.png", + "assetId": "525285312925e1e6b4e237a119b61305", + "name": "lb pop left", "bitmapResolution": 2, + "md5ext": "525285312925e1e6b4e237a119b61305.png", + "dataFormat": "png", "rotationCenterX": 198, "rotationCenterY": 266 }, { - "costumeName": "lb pop right", - "baseLayerID": -1, - "baseLayerMD5": "0a2461b3b9a4b8603e75565d78b1d4d7.png", + "assetId": "0a2461b3b9a4b8603e75565d78b1d4d7", + "name": "lb pop right", "bitmapResolution": 2, + "md5ext": "0a2461b3b9a4b8603e75565d78b1d4d7.png", + "dataFormat": "png", "rotationCenterX": 76, "rotationCenterY": 264 }, { - "costumeName": "lb pop L arm", - "baseLayerID": -1, - "baseLayerMD5": "b508808c087adb55ce156f5cfbdac61b.png", + "assetId": "b508808c087adb55ce156f5cfbdac61b", + "name": "lb pop L arm", "bitmapResolution": 2, + "md5ext": "b508808c087adb55ce156f5cfbdac61b.png", + "dataFormat": "png", "rotationCenterX": 100, "rotationCenterY": 262 }, { - "costumeName": "lb pop stand", - "baseLayerID": -1, - "baseLayerMD5": "5f176ef763be18f7c342dc2e2de7bf16.png", + "assetId": "5f176ef763be18f7c342dc2e2de7bf16", + "name": "lb pop stand", "bitmapResolution": 2, + "md5ext": "5f176ef763be18f7c342dc2e2de7bf16.png", + "dataFormat": "png", "rotationCenterX": 66, "rotationCenterY": 268 }, { - "costumeName": "lb pop R arm", - "baseLayerID": -1, - "baseLayerMD5": "0725440743391e7c622bb5df6a94e1d4.png", + "assetId": "0725440743391e7c622bb5df6a94e1d4", + "name": "lb pop R arm", "bitmapResolution": 2, + "md5ext": "0725440743391e7c622bb5df6a94e1d4.png", + "dataFormat": "png", "rotationCenterX": 78, "rotationCenterY": 258 } ], - "currentCostumeIndex": 0, - "scratchX": 12, - "scratchY": 17, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0edb8fb88af19e6e17d0f8cf64c1d136", + "name": "dance celebrate", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 176785, + "md5ext": "0edb8fb88af19e6e17d0f8cf64c1d136.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": 12, + "y": 17, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "LB Dance" } }, { "name": "Ladybug1", - "md5": "f16a1ccc69a4a8190a927f1595aa7bfa.svg", + "md5": "169c0efa8c094fdedddf8c19c36f0229.svg", "type": "sprite", "tags": [ "animals", @@ -9565,41 +11316,51 @@ 1 ], "json": { - "objName": "Ladybug1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Ladybug1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "ladybug2", - "baseLayerID": -1, - "baseLayerMD5": "f16a1ccc69a4a8190a927f1595aa7bfa.svg", + "assetId": "169c0efa8c094fdedddf8c19c36f0229", + "name": "ladybug2", "bitmapResolution": 1, + "md5ext": "169c0efa8c094fdedddf8c19c36f0229.svg", + "dataFormat": "svg", "rotationCenterX": 41, "rotationCenterY": 43 } ], - "currentCostumeIndex": 0, - "scratchX": -90, - "scratchY": 42, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 23, "visible": true, - "spriteInfo": {} + "x": -90, + "y": 42, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Ladybug1" } }, { "name": "Ladybug2", - "md5": "c018a3eed966d5f92c69f2188dfd2aae.svg", + "md5": "457200f8dec8fea00d22473e9bd9175e.svg", "type": "sprite", "tags": [ "animals", @@ -9614,49 +11375,60 @@ 1 ], "json": { - "objName": "Ladybug2", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Ladybug2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "ladybug2-a", - "baseLayerID": -1, - "baseLayerMD5": "c018a3eed966d5f92c69f2188dfd2aae.svg", + "assetId": "457200f8dec8fea00d22473e9bd9175e", + "name": "ladybug2-a", "bitmapResolution": 1, + "md5ext": "457200f8dec8fea00d22473e9bd9175e.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 28 }, { - "costumeName": "ladybug2-b", - "baseLayerID": -1, - "baseLayerMD5": "a2bb15ace808e070a2b815502952b292.svg", + "assetId": "3f48228829b77fc47d6d89b5729b2957", + "name": "ladybug2-b", "bitmapResolution": 1, + "md5ext": "3f48228829b77fc47d6d89b5729b2957.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 28 } ], - "currentCostumeIndex": 0, - "scratchX": 26, - "scratchY": -3, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 20, "visible": true, - "spriteInfo": {} + "x": 26, + "y": -3, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Ladybug2" } }, { "name": "Laptop", - "md5": "76f456b30b98eeefd7c942b27b524e31.svg", + "md5": "cd2d1f72275e676df5f82be74ae91dfa.svg", "type": "sprite", "tags": [ "things", @@ -9668,41 +11440,51 @@ 1 ], "json": { - "objName": "Laptop", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Laptop", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "laptop", - "baseLayerID": -1, - "baseLayerMD5": "76f456b30b98eeefd7c942b27b524e31.svg", + "assetId": "cd2d1f72275e676df5f82be74ae91dfa", + "name": "laptop", "bitmapResolution": 1, + "md5ext": "cd2d1f72275e676df5f82be74ae91dfa.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": -22, - "scratchY": 7, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 21, "visible": true, - "spriteInfo": {} + "x": -22, + "y": 7, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Laptop" } }, { "name": "Lightning", - "md5": "c2d636ab2b491e591536afc3d49cbecd.svg", + "md5": "0ddd3a05a330925bcd2d048908ed40b8.svg", "type": "sprite", "tags": [ "weather", @@ -9717,41 +11499,51 @@ 1 ], "json": { - "objName": "Lightning", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Lightning", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "lightning", - "baseLayerID": -1, - "baseLayerMD5": "c2d636ab2b491e591536afc3d49cbecd.svg", + "assetId": "0ddd3a05a330925bcd2d048908ed40b8", + "name": "lightning", "bitmapResolution": 1, + "md5ext": "0ddd3a05a330925bcd2d048908ed40b8.svg", + "dataFormat": "svg", "rotationCenterX": 21, "rotationCenterY": 83 } ], - "currentCostumeIndex": 0, - "scratchX": 65, - "scratchY": 25, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 22, "visible": true, - "spriteInfo": {} + "x": 65, + "y": 25, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Lightning" } }, { "name": "Line", - "md5": "1b2cfb4d4746522aeb84e16a62820299.svg", + "md5": "e85305b47cfd92d971704dcb7ad6e17b.svg", "type": "sprite", "tags": [ "lava", @@ -9764,41 +11556,51 @@ 1 ], "json": { - "objName": "Line", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Line", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "line", - "baseLayerID": -1, - "baseLayerMD5": "1b2cfb4d4746522aeb84e16a62820299.svg", + "assetId": "e85305b47cfd92d971704dcb7ad6e17b", + "name": "line", "bitmapResolution": 1, + "md5ext": "e85305b47cfd92d971704dcb7ad6e17b.svg", + "dataFormat": "svg", "rotationCenterX": 239, "rotationCenterY": 7 } ], - "currentCostumeIndex": 0, - "scratchX": 43, - "scratchY": -13, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 23, "visible": true, - "spriteInfo": {} + "x": 43, + "y": -13, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Line" } }, { "name": "Lion", - "md5": "75e6b2178518fa354f1ebf7ab7061ceb.svg", + "md5": "e88e83c8b3ca80c54540b5f0c5a0cc03.svg", "type": "sprite", "tags": [ "cat", @@ -9813,65 +11615,78 @@ 2 ], "json": { - "objName": "Lion", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - }, - { - "soundName": "grunt", - "soundID": -1, - "md5": "caa0a1685ef7a5334413834c6c818c5a.wav", - "sampleCount": 20551, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Lion", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "lion-a", - "baseLayerID": -1, - "baseLayerMD5": "75e6b2178518fa354f1ebf7ab7061ceb.svg", + "assetId": "e88e83c8b3ca80c54540b5f0c5a0cc03", + "name": "lion-a", "bitmapResolution": 1, + "md5ext": "e88e83c8b3ca80c54540b5f0c5a0cc03.svg", + "dataFormat": "svg", "rotationCenterX": 95, "rotationCenterY": 43 }, { - "costumeName": "lion-b", - "baseLayerID": -1, - "baseLayerMD5": "7304176fe4dc85758e6b77324a185ea2.svg", + "assetId": "f0d9ab3d82bbade6e279dc1c81e2e6db", + "name": "lion-b", "bitmapResolution": 1, + "md5ext": "f0d9ab3d82bbade6e279dc1c81e2e6db.svg", + "dataFormat": "svg", "rotationCenterX": 94, "rotationCenterY": 43 }, { - "costumeName": "lion-c", - "baseLayerID": -1, - "baseLayerMD5": "8411de793909216761cd19fd95418945.svg", + "assetId": "91c64c5361d906fd36d5813ae27b85a8", + "name": "lion-c", "bitmapResolution": 1, + "md5ext": "91c64c5361d906fd36d5813ae27b85a8.svg", + "dataFormat": "svg", "rotationCenterX": 95, "rotationCenterY": 43 } ], - "currentCostumeIndex": 0, - "scratchX": 25, - "scratchY": -87, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + }, + { + "assetId": "caa0a1685ef7a5334413834c6c818c5a", + "name": "grunt", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 21337, + "md5ext": "caa0a1685ef7a5334413834c6c818c5a.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 8.999999999999979, + "y": -84, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Lion" } }, { "name": "Llama", - "md5": "f5841f36b41c4df26f9c724d913c279b.svg", + "md5": "c97824f20a45adfa3ff362f82247a025.svg", "type": "sprite", "tags": [ "animals", @@ -9884,57 +11699,69 @@ 1 ], "json": { - "objName": "Llama", - "sounds": [ - { - "soundName": "snort", - "soundID": -1, - "md5": "362d7440a57cab29914fecea621e50d4.wav", - "sampleCount": 16421, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Llama", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "llama", - "baseLayerID": -1, - "baseLayerMD5": "f5841f36b41c4df26f9c724d913c279b.svg", + "assetId": "c97824f20a45adfa3ff362f82247a025", + "name": "llama", "bitmapResolution": 1, + "md5ext": "c97824f20a45adfa3ff362f82247a025.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 95 }, { - "costumeName": "llama-b", - "baseLayerID": -1, - "baseLayerMD5": "ef3f8491668de2b751d8d7a8921c9879.svg", + "assetId": "1f3aaeb598e121ad817143800d8c4a32", + "name": "llama-b", "bitmapResolution": 1, + "md5ext": "1f3aaeb598e121ad817143800d8c4a32.svg", + "dataFormat": "svg", "rotationCenterX": 92, "rotationCenterY": 90 }, { - "costumeName": "llama-c", - "baseLayerID": -1, - "baseLayerMD5": "b0af19d2c7a7c039c060f21874816164.svg", + "assetId": "ac80d75745315f052f7f7b4e62e4a850", + "name": "llama-c", "bitmapResolution": 1, + "md5ext": "ac80d75745315f052f7f7b4e62e4a850.svg", + "dataFormat": "svg", "rotationCenterX": 73, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": -143, - "scratchY": -14, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "362d7440a57cab29914fecea621e50d4", + "name": "snort", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 17273, + "md5ext": "362d7440a57cab29914fecea621e50d4.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -143, + "y": -14, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Llama" } }, { "name": "Magic Wand", - "md5": "3db9bfe57d561557795633c5cda44e8c.svg", + "md5": "89aa5332042d7bbf8368293a4efeafa4.svg", "type": "sprite", "tags": [ "fantasy", @@ -9947,36 +11774,46 @@ 1 ], "json": { - "objName": "Magic Wand", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Magic Wand", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "magicwand", - "baseLayerID": -1, - "baseLayerMD5": "3db9bfe57d561557795633c5cda44e8c.svg", + "assetId": "89aa5332042d7bbf8368293a4efeafa4", + "name": "magicwand", "bitmapResolution": 1, + "md5ext": "89aa5332042d7bbf8368293a4efeafa4.svg", + "dataFormat": "svg", "rotationCenterX": 41, "rotationCenterY": 18 } ], - "currentCostumeIndex": 0, - "scratchX": 78, - "scratchY": 35, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 24, "visible": true, - "spriteInfo": {} + "x": 78, + "y": 35, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Magic Wand" } }, { @@ -9988,77 +11825,91 @@ ], "info": [ 0, - 4, + 5, 1 ], "json": { - "objName": "Marian", - "sounds": [ - { - "soundName": "Hand Clap", - "soundID": -1, - "md5": "9502142875e67f7b0292a117a27e9563.wav", - "sampleCount": 2464, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Marian", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "marian-a", - "baseLayerID": -1, - "baseLayerMD5": "e9577a1eb098905dd386135bb38c0398.png", + "assetId": "e9577a1eb098905dd386135bb38c0398", + "name": "Marian-a", "bitmapResolution": 2, + "md5ext": "e9577a1eb098905dd386135bb38c0398.png", + "dataFormat": "png", "rotationCenterX": 108.5, "rotationCenterY": 226 }, { - "costumeName": "marian-b", - "baseLayerID": -1, - "baseLayerMD5": "3d2ecee35eab8c37d1c3eadfe50ce447.png", + "assetId": "3d2ecee35eab8c37d1c3eadfe50ce447", + "name": "Marian-b", "bitmapResolution": 2, + "md5ext": "3d2ecee35eab8c37d1c3eadfe50ce447.png", + "dataFormat": "png", "rotationCenterX": 108.5, "rotationCenterY": 226 }, { - "costumeName": "marian-c", - "baseLayerID": -1, - "baseLayerMD5": "221e9999b20ecc21b37c68fcdf09ab02.png", + "assetId": "221e9999b20ecc21b37c68fcdf09ab02", + "name": "Marian-c", "bitmapResolution": 2, + "md5ext": "221e9999b20ecc21b37c68fcdf09ab02.png", + "dataFormat": "png", "rotationCenterX": 70.5, "rotationCenterY": 226 }, { - "costumeName": "marian-d", - "baseLayerID": -1, - "baseLayerMD5": "64206b46c411e40926569cf3f5e587be.png", + "assetId": "64206b46c411e40926569cf3f5e587be", + "name": "Marian-d", "bitmapResolution": 2, + "md5ext": "64206b46c411e40926569cf3f5e587be.png", + "dataFormat": "png", "rotationCenterX": 139, "rotationCenterY": 219 }, { - "costumeName": "marian-e", - "baseLayerID": -1, - "baseLayerMD5": "16893c6136292ae36e13dc72cc55719b.png", + "assetId": "16893c6136292ae36e13dc72cc55719b", + "name": "Marian-e", "bitmapResolution": 2, + "md5ext": "16893c6136292ae36e13dc72cc55719b.png", + "dataFormat": "png", "rotationCenterX": 69.5, "rotationCenterY": 211.5 } ], - "currentCostumeIndex": 0, - "scratchX": 143, - "scratchY": -71, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "9502142875e67f7b0292a117a27e9563", + "name": "Hand Clap", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 4928, + "md5ext": "9502142875e67f7b0292a117a27e9563.wav" + } + ], + "volume": 100, + "layerOrder": 7, "visible": true, - "spriteInfo": {} + "x": 164.00002584764894, + "y": 47.000000000000014, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Marian" } }, { "name": "Max", - "md5": "5cc168bddf4561e6e7f1d30845d6efbf.svg", + "md5": "5180649cfd62831c52f8994ce644d6ac.svg", "type": "sprite", "tags": [ "sports", @@ -10072,65 +11923,78 @@ 1 ], "json": { - "objName": "Max", - "sounds": [ - { - "soundName": "basketball bounce", - "soundID": -1, - "md5": "1727f65b5f22d151685b8e5917456a60.wav", - "sampleCount": 8099, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Max", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "max-a", - "baseLayerID": -1, - "baseLayerMD5": "5cc168bddf4561e6e7f1d30845d6efbf.svg", + "assetId": "5180649cfd62831c52f8994ce644d6ac", + "name": "max-a", "bitmapResolution": 1, + "md5ext": "5180649cfd62831c52f8994ce644d6ac.svg", + "dataFormat": "svg", "rotationCenterX": 70, "rotationCenterY": 61 }, { - "costumeName": "max-b", - "baseLayerID": -1, - "baseLayerMD5": "8e2ad5735e26c5544b6b1a057f4efa80.svg", + "assetId": "9669ce16eb6c6df6f26686598a59711d", + "name": "max-b", "bitmapResolution": 1, + "md5ext": "9669ce16eb6c6df6f26686598a59711d.svg", + "dataFormat": "svg", "rotationCenterX": 71, "rotationCenterY": 64 }, { - "costumeName": "max-c", - "baseLayerID": -1, - "baseLayerMD5": "261a40ebecfe135308befd79c6c07fd5.svg", + "assetId": "7b3d1324382032f87384ef2c8c618156", + "name": "max-c", "bitmapResolution": 1, + "md5ext": "7b3d1324382032f87384ef2c8c618156.svg", + "dataFormat": "svg", "rotationCenterX": 46, "rotationCenterY": 59 }, { - "costumeName": "max-d", - "baseLayerID": -1, - "baseLayerMD5": "4b6eecd411daddef6422fa3a5850cd52.svg", + "assetId": "6b91183a4ad162e4950d95828a85144d", + "name": "max-d", "bitmapResolution": 1, + "md5ext": "6b91183a4ad162e4950d95828a85144d.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 59 } ], - "currentCostumeIndex": 0, - "scratchX": 143, - "scratchY": -71, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1727f65b5f22d151685b8e5917456a60", + "name": "basketball bounce", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "1727f65b5f22d151685b8e5917456a60.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 143, + "y": -71, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Max" } }, { "name": "Mermaid", - "md5": "36db41c47259881c26d9b98a806d3308.svg", + "md5": "88a3b6b2f0b3ffa25cab97bc619f8386.svg", "type": "sprite", "tags": [ "fantasy", @@ -10144,65 +12008,78 @@ 1 ], "json": { - "objName": "Mermaid", - "sounds": [ - { - "soundName": "ocean wave", - "soundID": -1, - "md5": "c904610d770398b98872a708a2f75611.wav", - "sampleCount": 99206, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Mermaid", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "mermaid-a", - "baseLayerID": -1, - "baseLayerMD5": "36db41c47259881c26d9b98a806d3308.svg", + "assetId": "88a3b6b2f0b3ffa25cab97bc619f8386", + "name": "mermaid-a", "bitmapResolution": 1, + "md5ext": "88a3b6b2f0b3ffa25cab97bc619f8386.svg", + "dataFormat": "svg", "rotationCenterX": 92, "rotationCenterY": 130 }, { - "costumeName": "mermaid-b", - "baseLayerID": -1, - "baseLayerMD5": "564bf3f466df3b3e8aba71eeae8255ab.svg", + "assetId": "f903049308e2171178d889f5c4a7d466", + "name": "mermaid-b", "bitmapResolution": 1, + "md5ext": "f903049308e2171178d889f5c4a7d466.svg", + "dataFormat": "svg", "rotationCenterX": 92, "rotationCenterY": 130 }, { - "costumeName": "mermaid-c", - "baseLayerID": -1, - "baseLayerMD5": "2295784bb8e6354bfa7676089235cb9f.svg", + "assetId": "2a6274017350fab67ebec9157420ae96", + "name": "mermaid-c", "bitmapResolution": 1, + "md5ext": "2a6274017350fab67ebec9157420ae96.svg", + "dataFormat": "svg", "rotationCenterX": 150, "rotationCenterY": 115 }, { - "costumeName": "mermaid-d", - "baseLayerID": -1, - "baseLayerMD5": "9f973b89b68f7d8147f157cbac8af341.svg", + "assetId": "65419296861b1c7ee59075af0f949d67", + "name": "mermaid-d", "bitmapResolution": 1, + "md5ext": "65419296861b1c7ee59075af0f949d67.svg", + "dataFormat": "svg", "rotationCenterX": 150, "rotationCenterY": 115 } ], - "currentCostumeIndex": 0, - "scratchX": -110, - "scratchY": -21, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "c904610d770398b98872a708a2f75611", + "name": "ocean wave", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 99569, + "md5ext": "c904610d770398b98872a708a2f75611.wav" + } + ], + "volume": 100, + "layerOrder": 17, "visible": true, - "spriteInfo": {} + "x": -110, + "y": -21, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Mermaid" } }, { "name": "Microphone", - "md5": "9126b6362313e20578fb88d38902cd4c.svg", + "md5": "d4d80e94e2cc759b8ca1d7b58f2a9052.svg", "type": "sprite", "tags": [ "music", @@ -10214,113 +12091,132 @@ 9 ], "json": { - "objName": "Microphone", - "sounds": [ - { - "soundName": "Bass Beatbox", - "soundID": -1, - "md5": "28153621d293c86da0b246d314458faf.wav", - "sampleCount": 6720, - "rate": 22050, - "format": "" - }, + "isStage": false, + "name": "Microphone", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "Clap Beatbox", - "soundID": -1, - "md5": "abc70bb390f8e55f22f32265500d814a.wav", - "sampleCount": 4224, - "rate": 22050, - "format": "" + "assetId": "d4d80e94e2cc759b8ca1d7b58f2a9052", + "name": "microphone-a", + "bitmapResolution": 1, + "md5ext": "d4d80e94e2cc759b8ca1d7b58f2a9052.svg", + "dataFormat": "svg", + "rotationCenterX": 40, + "rotationCenterY": 88 }, { - "soundName": "Hi Beatbox", - "soundID": -1, - "md5": "5a07847bf246c227204728b05a3fc8f3.wav", - "sampleCount": 5856, - "rate": 22050, - "format": "" - }, + "assetId": "c96578ffb9e314fee097862d69fde0af", + "name": "microphone-b", + "bitmapResolution": 1, + "md5ext": "c96578ffb9e314fee097862d69fde0af.svg", + "dataFormat": "svg", + "rotationCenterX": 40, + "rotationCenterY": 88 + } + ], + "sounds": [ { - "soundName": "Scratch Beatbox", - "soundID": -1, - "md5": "859249563a7b1fc0f6e92e36d1db81c7.wav", - "sampleCount": 11552, - "rate": 22050, - "format": "" + "assetId": "28153621d293c86da0b246d314458faf", + "name": "Bass Beatbox", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 13440, + "md5ext": "28153621d293c86da0b246d314458faf.wav" }, { - "soundName": "Snare Beatbox", - "soundID": -1, - "md5": "c642c4c00135d890998f351faec55498.wav", - "sampleCount": 5630, - "rate": 22050, - "format": "adpcm" + "assetId": "abc70bb390f8e55f22f32265500d814a", + "name": "Clap Beatbox", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 8448, + "md5ext": "abc70bb390f8e55f22f32265500d814a.wav" }, { - "soundName": "Snare Beatbox2", - "soundID": -1, - "md5": "7ede1382b578d8fc32850b48d082d914.wav", - "sampleCount": 4960, - "rate": 22050, - "format": "" + "assetId": "5a07847bf246c227204728b05a3fc8f3", + "name": "Hi Beatbox", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11712, + "md5ext": "5a07847bf246c227204728b05a3fc8f3.wav" }, { - "soundName": "Wah Beatbox", - "soundID": -1, - "md5": "9021b7bb06f2399f18e2db4fb87095dc.wav", - "sampleCount": 6624, - "rate": 22050, - "format": "" + "assetId": "859249563a7b1fc0f6e92e36d1db81c7", + "name": "Scratch Beatbox", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 23104, + "md5ext": "859249563a7b1fc0f6e92e36d1db81c7.wav" }, { - "soundName": "Crash Beatbox", - "soundID": -1, - "md5": "725e29369e9138a43f11e0e5eb3eb562.wav", - "sampleCount": 26883, + "assetId": "c642c4c00135d890998f351faec55498", + "name": "Snare Beatbox", + "dataFormat": "wav", + "format": "adpcm", "rate": 22050, - "format": "" + "sampleCount": 6097, + "md5ext": "c642c4c00135d890998f351faec55498.wav" }, { - "soundName": "Wub Beatbox", - "soundID": -1, - "md5": "e1f32c057411da4237181ce72ae15d23.wav", - "sampleCount": 7392, - "rate": 22050, - "format": "" - } - ], - "costumes": [ + "assetId": "7ede1382b578d8fc32850b48d082d914", + "name": "Snare Beatbox2", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 9920, + "md5ext": "7ede1382b578d8fc32850b48d082d914.wav" + }, { - "costumeName": "microphone-a", - "baseLayerID": -1, - "baseLayerMD5": "9126b6362313e20578fb88d38902cd4c.svg", - "bitmapResolution": 1, - "rotationCenterX": 40, - "rotationCenterY": 88 + "assetId": "9021b7bb06f2399f18e2db4fb87095dc", + "name": "Wah Beatbox", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 13248, + "md5ext": "9021b7bb06f2399f18e2db4fb87095dc.wav" }, { - "costumeName": "microphone-b", - "baseLayerID": -1, - "baseLayerMD5": "29988ebbde49beaceb06d9eb66138b80.svg", - "bitmapResolution": 1, - "rotationCenterX": 40, - "rotationCenterY": 88 + "assetId": "725e29369e9138a43f11e0e5eb3eb562", + "name": "Crash Beatbox", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 53766, + "md5ext": "725e29369e9138a43f11e0e5eb3eb562.wav" + }, + { + "assetId": "e1f32c057411da4237181ce72ae15d23", + "name": "Wub Beatbox", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 14784, + "md5ext": "e1f32c057411da4237181ce72ae15d23.wav" } ], - "currentCostumeIndex": 0, - "scratchX": 125, - "scratchY": 49, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 8, "visible": true, - "spriteInfo": {} + "x": 125, + "y": 49, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Microphone" } }, { "name": "Milk", - "md5": "1b8ec45254b7c40d86e7a33818b77e35.svg", + "md5": "aa5f1501805aa68d3ad74623f59e6135.svg", "type": "sprite", "tags": [ "food", @@ -10333,73 +12229,87 @@ 1 ], "json": { - "objName": "Milk", - "sounds": [ - { - "soundName": "glug", - "soundID": -1, - "md5": "5606722c6105f3c58f9689a958f5c45f.wav", - "sampleCount": 12100, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Milk", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "milk-a", - "baseLayerID": -1, - "baseLayerMD5": "1b8ec45254b7c40d86e7a33818b77e35.svg", + "assetId": "aa5f1501805aa68d3ad74623f59e6135", + "name": "milk-a", "bitmapResolution": 1, + "md5ext": "aa5f1501805aa68d3ad74623f59e6135.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 63 }, { - "costumeName": "milk-b", - "baseLayerID": -1, - "baseLayerMD5": "2ba802dcac09a81f9d82cc9d3b95d71b.svg", + "assetId": "0f683f65c737bbcbb916df0895d8436e", + "name": "milk-b", "bitmapResolution": 1, + "md5ext": "0f683f65c737bbcbb916df0895d8436e.svg", + "dataFormat": "svg", "rotationCenterX": 42, "rotationCenterY": 64 }, { - "costumeName": "milk-c", - "baseLayerID": -1, - "baseLayerMD5": "287b322e939ad54691aef4876c48f422.svg", + "assetId": "1fa49d62f8028a375470e7bac451e666", + "name": "milk-c", "bitmapResolution": 1, + "md5ext": "1fa49d62f8028a375470e7bac451e666.svg", + "dataFormat": "svg", "rotationCenterX": 47, "rotationCenterY": 56 }, { - "costumeName": "milk-d", - "baseLayerID": -1, - "baseLayerMD5": "df4f5d863fa680331aa6c8f867b9fcbb.svg", + "assetId": "4d3eabd3ef848b61c3120d796c274733", + "name": "milk-d", "bitmapResolution": 1, + "md5ext": "4d3eabd3ef848b61c3120d796c274733.svg", + "dataFormat": "svg", "rotationCenterX": 45, "rotationCenterY": 64 }, { - "costumeName": "milk-e", - "baseLayerID": -1, - "baseLayerMD5": "e642678d42d5e74fe49e6ceb5538724e.svg", + "assetId": "6ec300ae45758eff12e9d47cf4f0d2a0", + "name": "milk-e", "bitmapResolution": 1, + "md5ext": "6ec300ae45758eff12e9d47cf4f0d2a0.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 45 } ], - "currentCostumeIndex": 0, - "scratchX": -4, - "scratchY": -82, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "5606722c6105f3c58f9689a958f5c45f", + "name": "glug", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 12193, + "md5ext": "5606722c6105f3c58f9689a958f5c45f.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": -42.00000000000002, + "y": -78.00000000000001, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Milk" } }, { "name": "Monet", - "md5": "11c46aaa5e30ad46f5c1883d6feb47b8.svg", + "md5": "4c6b016c55c4348b6dce29ba99e7ede4.svg", "type": "sprite", "tags": [ "space", @@ -10412,73 +12322,87 @@ 1 ], "json": { - "objName": "Monet", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Monet", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "monet-a", - "baseLayerID": -1, - "baseLayerMD5": "11c46aaa5e30ad46f5c1883d6feb47b8.svg", + "assetId": "4c6b016c55c4348b6dce29ba99e7ede4", + "name": "monet-a", "bitmapResolution": 1, + "md5ext": "4c6b016c55c4348b6dce29ba99e7ede4.svg", + "dataFormat": "svg", "rotationCenterX": 64, "rotationCenterY": 87 }, { - "costumeName": "monet-b", - "baseLayerID": -1, - "baseLayerMD5": "9c8f83e39dc8ac49d57c0622ffe2063f.svg", + "assetId": "137bbc522701a96908667d1b1730d041", + "name": "monet-b", "bitmapResolution": 1, + "md5ext": "137bbc522701a96908667d1b1730d041.svg", + "dataFormat": "svg", "rotationCenterX": 64, "rotationCenterY": 87 }, { - "costumeName": "monet-c", - "baseLayerID": -1, - "baseLayerMD5": "4435678d26e8fbc266d647693f65f5d7.svg", + "assetId": "138e6591f3317222521963ef3ce9a057", + "name": "monet-c", "bitmapResolution": 1, + "md5ext": "138e6591f3317222521963ef3ce9a057.svg", + "dataFormat": "svg", "rotationCenterX": 64, "rotationCenterY": 87 }, { - "costumeName": "monet-d", - "baseLayerID": -1, - "baseLayerMD5": "42113ca3eca593c3a8f232a9202d6f14.svg", + "assetId": "740276a8aa9ddd12dd4b30f369975d66", + "name": "monet-d", "bitmapResolution": 1, + "md5ext": "740276a8aa9ddd12dd4b30f369975d66.svg", + "dataFormat": "svg", "rotationCenterX": 82, "rotationCenterY": 87 }, { - "costumeName": "monet-e", - "baseLayerID": -1, - "baseLayerMD5": "e530d0dac5290c5366af719cfb4e5953.svg", + "assetId": "5b67cb843dcc9dabdc580b9e35e95659", + "name": "monet-e", "bitmapResolution": 1, + "md5ext": "5b67cb843dcc9dabdc580b9e35e95659.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 89 } ], - "currentCostumeIndex": 0, - "scratchX": -53, - "scratchY": -50, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": -64.00000000000001, + "y": -48.00000000000001, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Monet" } }, { "name": "Monkey", - "md5": "6e4de762dbd52cd2b6356694a9668211.svg", + "md5": "254926ee81bfa82f2db7009a80635061.svg", "type": "sprite", "tags": [ "animals", @@ -10492,65 +12416,78 @@ 2 ], "json": { - "objName": "Monkey", - "sounds": [ - { - "soundName": "Chee Chee", - "soundID": -1, - "md5": "25f4826cdd61e0a1c623ec2324c16ca0.wav", - "sampleCount": 34560, - "rate": 22050, - "format": "" - }, - { - "soundName": "Chomp", - "soundID": -1, - "md5": "0b1e3033140d094563248e61de4039e5.wav", - "sampleCount": 2912, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Monkey", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "monkey-a", - "baseLayerID": -1, - "baseLayerMD5": "6e4de762dbd52cd2b6356694a9668211.svg", + "assetId": "254926ee81bfa82f2db7009a80635061", + "name": "monkey-a", "bitmapResolution": 1, + "md5ext": "254926ee81bfa82f2db7009a80635061.svg", + "dataFormat": "svg", "rotationCenterX": 68, "rotationCenterY": 99 }, { - "costumeName": "monkey-b", - "baseLayerID": -1, - "baseLayerMD5": "7662a3a0f4c6fa21fdf2de33bd80fe5f.svg", + "assetId": "de0405b0576ade1282bdfcd198922baa", + "name": "monkey-b", "bitmapResolution": 1, + "md5ext": "de0405b0576ade1282bdfcd198922baa.svg", + "dataFormat": "svg", "rotationCenterX": 68, "rotationCenterY": 99 }, { - "costumeName": "monkey-c", - "baseLayerID": -1, - "baseLayerMD5": "db8eb50b948047181922310bb94511fb.svg", + "assetId": "ec6d62f0ff64bb5440ffdc662b6e46fa", + "name": "monkey-c", "bitmapResolution": 1, + "md5ext": "ec6d62f0ff64bb5440ffdc662b6e46fa.svg", + "dataFormat": "svg", "rotationCenterX": 68, "rotationCenterY": 99 } ], - "currentCostumeIndex": 0, - "scratchX": -61, - "scratchY": 24, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "25f4826cdd61e0a1c623ec2324c16ca0", + "name": "Chee Chee", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 69120, + "md5ext": "25f4826cdd61e0a1c623ec2324c16ca0.wav" + }, + { + "assetId": "0b1e3033140d094563248e61de4039e5", + "name": "Chomp", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11648, + "md5ext": "0b1e3033140d094563248e61de4039e5.wav" + } + ], + "volume": 100, + "layerOrder": 40, "visible": true, - "spriteInfo": {} + "x": -61, + "y": 24, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Monkey" } }, { "name": "Motorcycle", - "md5": "5065a917834923efc3e0c112d5791e80.svg", + "md5": "b73447c2577b8f77b5e2eb1da6d6445a.svg", "type": "sprite", "tags": [ "city", @@ -10564,73 +12501,87 @@ 2 ], "json": { - "objName": "Motorcycle", - "sounds": [ - { - "soundName": "clown honk", - "soundID": -1, - "md5": "ec66961f188e9b8a9c75771db744d096.wav", - "sampleCount": 9009, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "car vroom", - "soundID": -1, - "md5": "ead1da4a87ff6cb53441142f7ac37b8f.wav", - "sampleCount": 43358, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Motorcycle", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Motorcycle-a", - "baseLayerID": -1, - "baseLayerMD5": "5065a917834923efc3e0c112d5791e80.svg", + "assetId": "b73447c2577b8f77b5e2eb1da6d6445a", + "name": "Motorcycle-a", "bitmapResolution": 1, - "rotationCenterX": 52, - "rotationCenterY": 44 + "md5ext": "b73447c2577b8f77b5e2eb1da6d6445a.svg", + "dataFormat": "svg", + "rotationCenterX": 51.21999999999994, + "rotationCenterY": 43.599999999999994 }, { - "costumeName": "Motorcycle-b", - "baseLayerID": -1, - "baseLayerMD5": "fe0923cb08c0b7c373de1daf8b74de74.svg", + "assetId": "6e960b3c6a60ebe192e36b235c50ae03", + "name": "Motorcycle-b", "bitmapResolution": 1, - "rotationCenterX": 52, - "rotationCenterY": 44 + "md5ext": "6e960b3c6a60ebe192e36b235c50ae03.svg", + "dataFormat": "svg", + "rotationCenterX": 51.21999999999994, + "rotationCenterY": 43.599999999999994 }, { - "costumeName": "Motorcycle-c", - "baseLayerID": -1, - "baseLayerMD5": "6af27b2b5e1eeae9e60702630e6909a8.svg", + "assetId": "a70bdd403ace1f1ece2f2af0fbc3c720", + "name": "Motorcycle-c", "bitmapResolution": 1, - "rotationCenterX": 52, - "rotationCenterY": 44 + "md5ext": "a70bdd403ace1f1ece2f2af0fbc3c720.svg", + "dataFormat": "svg", + "rotationCenterX": 51.21999999999994, + "rotationCenterY": 43.599999999999994 }, { - "costumeName": "Motorcycle-d", - "baseLayerID": -1, - "baseLayerMD5": "c5d78ac1de3a7f786a4ca6dc0fe087d4.svg", + "assetId": "c6f8179ff3e8f8ab08b01d50343eefc4", + "name": "Motorcycle-d", "bitmapResolution": 1, - "rotationCenterX": 52, - "rotationCenterY": 44 + "md5ext": "c6f8179ff3e8f8ab08b01d50343eefc4.svg", + "dataFormat": "svg", + "rotationCenterX": 51.21999999999994, + "rotationCenterY": 43.599999999999994 } ], - "currentCostumeIndex": 0, - "scratchX": 181, - "scratchY": -133, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "ec66961f188e9b8a9c75771db744d096", + "name": "clown honk", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 9145, + "md5ext": "ec66961f188e9b8a9c75771db744d096.wav" + }, + { + "assetId": "ead1da4a87ff6cb53441142f7ac37b8f", + "name": "car vroom", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "ead1da4a87ff6cb53441142f7ac37b8f.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 181, + "y": -133, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Motorcycle" } }, { "name": "Mouse1", - "md5": "e1f0c26afecbe9d4b9923d8e6bf489a8.svg", + "md5": "c5f76b65e30075c12d49ea8a8f7d6bad.svg", "type": "sprite", "tags": [ "animals", @@ -10643,49 +12594,60 @@ 1 ], "json": { - "objName": "Mouse1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Mouse1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "mouse1-a", - "baseLayerID": -1, - "baseLayerMD5": "e1f0c26afecbe9d4b9923d8e6bf489a8.svg", + "assetId": "c5f76b65e30075c12d49ea8a8f7d6bad", + "name": "mouse1-a", "bitmapResolution": 1, + "md5ext": "c5f76b65e30075c12d49ea8a8f7d6bad.svg", + "dataFormat": "svg", "rotationCenterX": 50, "rotationCenterY": 27 }, { - "costumeName": "mouse1-b", - "baseLayerID": -1, - "baseLayerMD5": "f5e477a3f94fc98ba3cd927228405646.svg", + "assetId": "8a7da35c473972f88896ca73b7df2188", + "name": "mouse1-b", "bitmapResolution": 1, + "md5ext": "8a7da35c473972f88896ca73b7df2188.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 21 } ], - "currentCostumeIndex": 0, - "scratchX": -10, - "scratchY": -20, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 25, "visible": true, - "spriteInfo": {} + "x": -10, + "y": -20, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Mouse1" } }, { "name": "Muffin", - "md5": "18da0857a1b7f1c960146d2b85edd10f.svg", + "md5": "afa34381db44e699d61f774911aab448.svg", "type": "sprite", "tags": [ "food" @@ -10696,49 +12658,60 @@ 1 ], "json": { - "objName": "Muffin", - "sounds": [ - { - "soundName": "Chomp", - "soundID": -1, - "md5": "0b1e3033140d094563248e61de4039e5.wav", - "sampleCount": 2912, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Muffin", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "muffin-a", - "baseLayerID": -1, - "baseLayerMD5": "18da0857a1b7f1c960146d2b85edd10f.svg", + "assetId": "afa34381db44e699d61f774911aab448", + "name": "muffin-a", "bitmapResolution": 1, + "md5ext": "afa34381db44e699d61f774911aab448.svg", + "dataFormat": "svg", "rotationCenterX": 85, "rotationCenterY": 48 }, { - "costumeName": "muffin-b", - "baseLayerID": -1, - "baseLayerMD5": "a89f3b99bf4cccfaeb1b39e25633c53c.svg", + "assetId": "bd0581902cd6cc13888520776bf1620c", + "name": "muffin-b", "bitmapResolution": 1, + "md5ext": "bd0581902cd6cc13888520776bf1620c.svg", + "dataFormat": "svg", "rotationCenterX": 85, "rotationCenterY": 48 } ], - "currentCostumeIndex": 0, - "scratchX": -74, - "scratchY": -3, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0b1e3033140d094563248e61de4039e5", + "name": "Chomp", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11648, + "md5ext": "0b1e3033140d094563248e61de4039e5.wav" + } + ], + "volume": 100, + "layerOrder": 26, "visible": true, - "spriteInfo": {} + "x": -74, + "y": -3, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Muffin" } }, { "name": "Nano", - "md5": "02c5433118f508038484bbc5b111e187.svg", + "md5": "a62e560863c0e49b12e5d57e13d084f1.svg", "type": "sprite", "tags": [ "fantasy", @@ -10750,65 +12723,78 @@ 1 ], "json": { - "objName": "Nano", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Nano", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "nano-a", - "baseLayerID": -1, - "baseLayerMD5": "02c5433118f508038484bbc5b111e187.svg", + "assetId": "a62e560863c0e49b12e5d57e13d084f1", + "name": "nano-a", "bitmapResolution": 1, + "md5ext": "a62e560863c0e49b12e5d57e13d084f1.svg", + "dataFormat": "svg", "rotationCenterX": 61, "rotationCenterY": 60 }, { - "costumeName": "nano-b", - "baseLayerID": -1, - "baseLayerMD5": "10d6d9130618cd092ae02158cde2e113.svg", + "assetId": "d12aead3e3c2917e7eba8b2b90a7afd2", + "name": "nano-b", "bitmapResolution": 1, + "md5ext": "d12aead3e3c2917e7eba8b2b90a7afd2.svg", + "dataFormat": "svg", "rotationCenterX": 61, "rotationCenterY": 60 }, { - "costumeName": "nano-c", - "baseLayerID": -1, - "baseLayerMD5": "85e762d45bc626ca2edb3472c7cfaa32.svg", + "assetId": "8f2f4a70e87262ef478ce60567b6208a", + "name": "nano-c", "bitmapResolution": 1, + "md5ext": "8f2f4a70e87262ef478ce60567b6208a.svg", + "dataFormat": "svg", "rotationCenterX": 61, "rotationCenterY": 60 }, { - "costumeName": "nano-d", - "baseLayerID": -1, - "baseLayerMD5": "b10925346da8080443f27e7dfaeff6f7.svg", + "assetId": "a4e2034751fa650fd5fd69432c110104", + "name": "nano-d", "bitmapResolution": 1, + "md5ext": "a4e2034751fa650fd5fd69432c110104.svg", + "dataFormat": "svg", "rotationCenterX": 61, "rotationCenterY": 60 } ], - "currentCostumeIndex": 0, - "scratchX": -18, - "scratchY": 28, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 41, "visible": true, - "spriteInfo": {} + "x": -18, + "y": 28, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Nano" } }, { "name": "Neigh Pony", - "md5": "176c4fb4df80df899ca28a48bd1f0edf.svg", + "md5": "592816f56409d582603c485cbefcbbb8.svg", "type": "sprite", "tags": [ "animals", @@ -10820,41 +12806,51 @@ 1 ], "json": { - "objName": "Neigh Pony", - "sounds": [ - { - "soundName": "horse", - "soundID": -1, - "md5": "45ffcf97ee2edca0199ff5aa71a5b72e.wav", - "sampleCount": 14464, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Neigh Pony", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "neigh pony", - "baseLayerID": -1, - "baseLayerMD5": "176c4fb4df80df899ca28a48bd1f0edf.svg", + "assetId": "592816f56409d582603c485cbefcbbb8", + "name": "neigh pony", "bitmapResolution": 1, + "md5ext": "592816f56409d582603c485cbefcbbb8.svg", + "dataFormat": "svg", "rotationCenterX": 74, "rotationCenterY": 78 } ], - "currentCostumeIndex": 0, - "scratchX": 3, - "scratchY": 37, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "45ffcf97ee2edca0199ff5aa71a5b72e", + "name": "horse", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 57856, + "md5ext": "45ffcf97ee2edca0199ff5aa71a5b72e.wav" + } + ], + "volume": 100, + "layerOrder": 27, "visible": true, - "spriteInfo": {} + "x": 3, + "y": 37, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Neigh Pony" } }, { "name": "Octopus", - "md5": "038df646d2f935d2a5dd601b343fc1d9.svg", + "md5": "e22d9b633feffc1d026980a1f21e07d7.svg", "type": "sprite", "tags": [ "animals", @@ -10869,81 +12865,96 @@ 2 ], "json": { - "objName": "Octopus", - "sounds": [ - { - "soundName": "splash", - "soundID": -1, - "md5": "6aed5e38d40b87a21d893d26fa2858c0.wav", - "sampleCount": 46080, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "ocean wave", - "soundID": -1, - "md5": "c904610d770398b98872a708a2f75611.wav", - "sampleCount": 99206, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Octopus", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "octopus-a", - "baseLayerID": -1, - "baseLayerMD5": "038df646d2f935d2a5dd601b343fc1d9.svg", + "assetId": "e22d9b633feffc1d026980a1f21e07d7", + "name": "octopus-a", "bitmapResolution": 1, + "md5ext": "e22d9b633feffc1d026980a1f21e07d7.svg", + "dataFormat": "svg", "rotationCenterX": 88, "rotationCenterY": 86 }, { - "costumeName": "octopus-b", - "baseLayerID": -1, - "baseLayerMD5": "31bdcbdf05688c01aace3fd94c5e82df.svg", + "assetId": "9b5a2cd287229bf36ffcc176ed72cc0c", + "name": "octopus-b", "bitmapResolution": 1, + "md5ext": "9b5a2cd287229bf36ffcc176ed72cc0c.svg", + "dataFormat": "svg", "rotationCenterX": 88, "rotationCenterY": 86 }, { - "costumeName": "octopus-c", - "baseLayerID": -1, - "baseLayerMD5": "51e80c09323e36489ad452250acd827c.svg", + "assetId": "7d33a531087188b29deae879f23f76bc", + "name": "octopus-c", "bitmapResolution": 1, + "md5ext": "7d33a531087188b29deae879f23f76bc.svg", + "dataFormat": "svg", "rotationCenterX": 88, "rotationCenterY": 86 }, { - "costumeName": "octopus-d", - "baseLayerID": -1, - "baseLayerMD5": "b4242e6cde0392bb9a5fb43a8f232962.svg", + "assetId": "f582f162c4438d82c9e2a0a87a3e02ce", + "name": "octopus-d", "bitmapResolution": 1, + "md5ext": "f582f162c4438d82c9e2a0a87a3e02ce.svg", + "dataFormat": "svg", "rotationCenterX": 88, "rotationCenterY": 86 }, { - "costumeName": "octopus-e", - "baseLayerID": -1, - "baseLayerMD5": "edfda0a36d9cd8482e3a8dc317107d56.svg", + "assetId": "5d6e17d6260134d0402ba487a419d7c3", + "name": "octopus-e", "bitmapResolution": 1, + "md5ext": "5d6e17d6260134d0402ba487a419d7c3.svg", + "dataFormat": "svg", "rotationCenterX": 88, "rotationCenterY": 86 } ], - "currentCostumeIndex": 0, - "scratchX": 157, - "scratchY": 83, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "6aed5e38d40b87a21d893d26fa2858c0", + "name": "splash", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 46737, + "md5ext": "6aed5e38d40b87a21d893d26fa2858c0.wav" + }, + { + "assetId": "c904610d770398b98872a708a2f75611", + "name": "ocean wave", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 99569, + "md5ext": "c904610d770398b98872a708a2f75611.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 157, + "y": 83, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Octopus" } }, { "name": "Orange", - "md5": "27d5dfbadceea215e983d2641ce3e51f.svg", + "md5": "d0a55aae1decb57152b454c9a5226757.svg", "type": "sprite", "tags": [ "food", @@ -10955,41 +12966,51 @@ 1 ], "json": { - "objName": "Orange", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Orange", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "orange", - "baseLayerID": -1, - "baseLayerMD5": "27d5dfbadceea215e983d2641ce3e51f.svg", + "assetId": "d0a55aae1decb57152b454c9a5226757", + "name": "orange", "bitmapResolution": 1, + "md5ext": "d0a55aae1decb57152b454c9a5226757.svg", + "dataFormat": "svg", "rotationCenterX": 19, "rotationCenterY": 18 } ], - "currentCostumeIndex": 0, - "scratchX": 44, - "scratchY": -6, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 28, "visible": true, - "spriteInfo": {} + "x": 44, + "y": -6, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Orange" } }, { "name": "Orange2", - "md5": "8a7d8515df41f83c1326ec3233a3a42a.svg", + "md5": "27286ca08451bc512e1d611965dad061.svg", "type": "sprite", "tags": [ "food", @@ -11002,49 +13023,60 @@ 1 ], "json": { - "objName": "Orange2", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Orange2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "orange2-a", - "baseLayerID": -1, - "baseLayerMD5": "8a7d8515df41f83c1326ec3233a3a42a.svg", + "assetId": "27286ca08451bc512e1d611965dad061", + "name": "orange2-a", "bitmapResolution": 1, + "md5ext": "27286ca08451bc512e1d611965dad061.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 24 }, { - "costumeName": "orange2-b", - "baseLayerID": -1, - "baseLayerMD5": "70c7f1822ffdb37157c304273dae9102.svg", + "assetId": "b823f73a31e61fd362574e2c24dfc0c2", + "name": "orange2-b", "bitmapResolution": 1, + "md5ext": "b823f73a31e61fd362574e2c24dfc0c2.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 27 } ], - "currentCostumeIndex": 0, - "scratchX": -60, - "scratchY": 9, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 29, "visible": true, - "spriteInfo": {} + "x": -60, + "y": 9, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Orange2" } }, { "name": "Outfielder", - "md5": "d2e2e4a9249c4cbe479e431a4c985286.svg", + "md5": "10578b06f97b9fdc34f622e9e682c144.svg", "type": "sprite", "tags": [ "baseball", @@ -11058,65 +13090,78 @@ 1 ], "json": { - "objName": "Outfielder", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Outfielder", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "outfielder-a", - "baseLayerID": -1, - "baseLayerMD5": "d2e2e4a9249c4cbe479e431a4c985286.svg", + "assetId": "10578b06f97b9fdc34f622e9e682c144", + "name": "outfielder-a", "bitmapResolution": 1, + "md5ext": "10578b06f97b9fdc34f622e9e682c144.svg", + "dataFormat": "svg", "rotationCenterX": 42, "rotationCenterY": 78 }, { - "costumeName": "outfielder-b", - "baseLayerID": -1, - "baseLayerMD5": "5a960b109ae5dbe3c3ea5555894e8c13.svg", + "assetId": "d0a8837867d39444a824b734d4cd5554", + "name": "outfielder-b", "bitmapResolution": 1, + "md5ext": "d0a8837867d39444a824b734d4cd5554.svg", + "dataFormat": "svg", "rotationCenterX": 42, "rotationCenterY": 74 }, { - "costumeName": "outfielder-c", - "baseLayerID": -1, - "baseLayerMD5": "480ab4ce1ab5586e829e1cf804824c8b.svg", + "assetId": "9f31c772f88a5f32fe857d57b3bcb04c", + "name": "outfielder-c", "bitmapResolution": 1, + "md5ext": "9f31c772f88a5f32fe857d57b3bcb04c.svg", + "dataFormat": "svg", "rotationCenterX": 67, "rotationCenterY": 97 }, { - "costumeName": "outfielder-d", - "baseLayerID": -1, - "baseLayerMD5": "e5803b5601e0aafa8d0b227f1b1ae742.svg", + "assetId": "175ddc7ed99cc5b72909098046d8f558", + "name": "outfielder-d", "bitmapResolution": 1, + "md5ext": "175ddc7ed99cc5b72909098046d8f558.svg", + "dataFormat": "svg", "rotationCenterX": 130, "rotationCenterY": 114 } ], - "currentCostumeIndex": 0, - "scratchX": -156, - "scratchY": -28, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -156, + "y": -28, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Outfielder" } }, { "name": "Owl", - "md5": "5348f1ea36a645322e88796545ca8ca1.svg", + "md5": "a518f70b65ec489e709795209b43207a.svg", "type": "sprite", "tags": [ "animals", @@ -11129,57 +13174,69 @@ 1 ], "json": { - "objName": "Owl", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Owl", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "owl-a", - "baseLayerID": -1, - "baseLayerMD5": "5348f1ea36a645322e88796545ca8ca1.svg", + "assetId": "a518f70b65ec489e709795209b43207a", + "name": "owl-a", "bitmapResolution": 1, + "md5ext": "a518f70b65ec489e709795209b43207a.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 40 }, { - "costumeName": "owl-b", - "baseLayerID": -1, - "baseLayerMD5": "3d8ba4198a03e484ed63bde584fd5bc1.svg", + "assetId": "236bb6b33e7db00834bcea89b03b8a5e", + "name": "owl-b", "bitmapResolution": 1, + "md5ext": "236bb6b33e7db00834bcea89b03b8a5e.svg", + "dataFormat": "svg", "rotationCenterX": 44, "rotationCenterY": 46 }, { - "costumeName": "owl-c", - "baseLayerID": -1, - "baseLayerMD5": "4e81445e70169f074ad50473a78f3381.svg", + "assetId": "806139207066cb5eaef727d54c1bb4ec", + "name": "owl-c", "bitmapResolution": 1, + "md5ext": "806139207066cb5eaef727d54c1bb4ec.svg", + "dataFormat": "svg", "rotationCenterX": 109, "rotationCenterY": 41 } ], - "currentCostumeIndex": 0, - "scratchX": 167, - "scratchY": -3, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 167, + "y": -3, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Owl" } }, { "name": "Paddle", - "md5": "8038149bdfe24733ea2144d37d297815.svg", + "md5": "15864fac7d38bb94c1ec3a199de96c26.svg", "type": "sprite", "tags": [ "thing" @@ -11190,41 +13247,51 @@ 1 ], "json": { - "objName": "Paddle", - "sounds": [ - { - "soundName": "boing", - "soundID": -1, - "md5": "53a3c2e27d1fb5fdb14aaf0cb41e7889.wav", - "sampleCount": 6804, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Paddle", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "paddle", - "baseLayerID": -1, - "baseLayerMD5": "8038149bdfe24733ea2144d37d297815.svg", + "assetId": "15864fac7d38bb94c1ec3a199de96c26", + "name": "paddle", "bitmapResolution": 1, + "md5ext": "15864fac7d38bb94c1ec3a199de96c26.svg", + "dataFormat": "svg", "rotationCenterX": 44, "rotationCenterY": 7 } ], - "currentCostumeIndex": 0, - "scratchX": 47, - "scratchY": -12, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "53a3c2e27d1fb5fdb14aaf0cb41e7889", + "name": "boing", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 7113, + "md5ext": "53a3c2e27d1fb5fdb14aaf0cb41e7889.wav" + } + ], + "volume": 100, + "layerOrder": 30, "visible": true, - "spriteInfo": {} + "x": 47, + "y": -12, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Paddle" } }, { "name": "Panther", - "md5": "04ca2c122cff11b9bc23834d6f79361e.svg", + "md5": "0e7c244f54b27058f8b17d9e0d3cee12.svg", "type": "sprite", "tags": [ "animals", @@ -11238,57 +13305,69 @@ 1 ], "json": { - "objName": "Panther", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Panther", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "panther-a", - "baseLayerID": -1, - "baseLayerMD5": "04ca2c122cff11b9bc23834d6f79361e.svg", + "assetId": "0e7c244f54b27058f8b17d9e0d3cee12", + "name": "panther-a", "bitmapResolution": 1, + "md5ext": "0e7c244f54b27058f8b17d9e0d3cee12.svg", + "dataFormat": "svg", "rotationCenterX": 125, "rotationCenterY": 81 }, { - "costumeName": "panther-b", - "baseLayerID": -1, - "baseLayerMD5": "f8c33765d1105f3bb4cd145fad0f717e.svg", + "assetId": "4a762fd04901407544d8858adac2b3fa", + "name": "panther-b", "bitmapResolution": 1, + "md5ext": "4a762fd04901407544d8858adac2b3fa.svg", + "dataFormat": "svg", "rotationCenterX": 125, "rotationCenterY": 81 }, { - "costumeName": "panther-c", - "baseLayerID": -1, - "baseLayerMD5": "096bf9cad84def12eef2b5d84736b393.svg", + "assetId": "a7aee991f51636574625c1300f035bdd", + "name": "panther-c", "bitmapResolution": 1, + "md5ext": "a7aee991f51636574625c1300f035bdd.svg", + "dataFormat": "svg", "rotationCenterX": 125, "rotationCenterY": 81 } ], - "currentCostumeIndex": 0, - "scratchX": -27, - "scratchY": 8, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": -41.99999999999999, + "y": 11.999999999999996, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Panther" } }, { "name": "Pants", - "md5": "f7a0584eca14eaa0e29662e5c24fb62d.svg", + "md5": "ef8b1576f183222a4c2d373a7bc194cc.svg", "type": "sprite", "tags": [ "fashion", @@ -11301,49 +13380,60 @@ 1 ], "json": { - "objName": "Pants", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Pants", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "pants-a", - "baseLayerID": -1, - "baseLayerMD5": "f7a0584eca14eaa0e29662e5c24fb62d.svg", + "assetId": "ef8b1576f183222a4c2d373a7bc194cc", + "name": "pants-a", "bitmapResolution": 1, + "md5ext": "ef8b1576f183222a4c2d373a7bc194cc.svg", + "dataFormat": "svg", "rotationCenterX": 34, "rotationCenterY": 66 }, { - "costumeName": "pants-b", - "baseLayerID": -1, - "baseLayerMD5": "22ea0cf68b885817a5b6a01194c6f5d3.svg", + "assetId": "ac9c7259873e472c2c1a99339c694f16", + "name": "pants-b", "bitmapResolution": 1, + "md5ext": "ac9c7259873e472c2c1a99339c694f16.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 66 } ], - "currentCostumeIndex": 0, - "scratchX": 148, - "scratchY": -49, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 148, + "y": -49, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Pants" } }, { "name": "Parrot", - "md5": "098570b8e1aa85b32f9b4eb07bea3af2.svg", + "md5": "082f371c206f07d20e53595a9c69cc22.svg", "type": "sprite", "tags": [ "animals", @@ -11360,49 +13450,60 @@ 1 ], "json": { - "objName": "Parrot", - "sounds": [ - { - "soundName": "Bird", - "soundID": -1, - "md5": "18bd4b634a3f992a16b30344c7d810e0.wav", - "sampleCount": 3840, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Parrot", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "parrot-a", - "baseLayerID": -1, - "baseLayerMD5": "098570b8e1aa85b32f9b4eb07bea3af2.svg", + "assetId": "082f371c206f07d20e53595a9c69cc22", + "name": "parrot-a", "bitmapResolution": 1, + "md5ext": "082f371c206f07d20e53595a9c69cc22.svg", + "dataFormat": "svg", "rotationCenterX": 86, "rotationCenterY": 106 }, { - "costumeName": "parrot-b", - "baseLayerID": -1, - "baseLayerMD5": "721255a0733c9d8d2ba518ff09b3b7cb.svg", + "assetId": "036fad20b674197358f8c0b2dc64e17e", + "name": "parrot-b", "bitmapResolution": 1, + "md5ext": "036fad20b674197358f8c0b2dc64e17e.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 31 } ], - "currentCostumeIndex": 0, - "scratchX": 77, - "scratchY": 23, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "18bd4b634a3f992a16b30344c7d810e0", + "name": "Bird", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 15360, + "md5ext": "18bd4b634a3f992a16b30344c7d810e0.wav" + } + ], + "volume": 100, + "layerOrder": 42, "visible": true, - "spriteInfo": {} + "x": 77, + "y": 23, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Parrot" } }, { "name": "Party Hats", - "md5": "f3ee428806f9fa6d396e30a8d6d0e741.svg", + "md5": "1d14be44e4aa99a471115cd874204690.svg", "type": "sprite", "tags": [ "fashion", @@ -11414,57 +13515,69 @@ 1 ], "json": { - "objName": "Party Hats", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Party Hats", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Party Hat-a", - "baseLayerID": -1, - "baseLayerMD5": "f3ee428806f9fa6d396e30a8d6d0e741.svg", + "assetId": "1d14be44e4aa99a471115cd874204690", + "name": "Party Hat-a", "bitmapResolution": 1, + "md5ext": "1d14be44e4aa99a471115cd874204690.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 55 }, { - "costumeName": "Party Hat-b", - "baseLayerID": -1, - "baseLayerMD5": "71b51d9680be4aa946eb6642bc044791.svg", + "assetId": "8b43413906cf1ba1343580d3ca062048", + "name": "Party Hat-b", "bitmapResolution": 1, + "md5ext": "8b43413906cf1ba1343580d3ca062048.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 61 }, { - "costumeName": "Party Hat-e", - "baseLayerID": -1, - "baseLayerMD5": "e69516f2a9bb6d632fdaba4fadd8f8f1.svg", + "assetId": "abefb98344ece228afeb462f46d6b750", + "name": "Party Hat-e", "bitmapResolution": 1, + "md5ext": "abefb98344ece228afeb462f46d6b750.svg", + "dataFormat": "svg", "rotationCenterX": 52, "rotationCenterY": 44 } ], - "currentCostumeIndex": 0, - "scratchX": -80, - "scratchY": -31, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 14, "visible": true, - "spriteInfo": {} + "x": -80, + "y": -31, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Party Hats" } }, { "name": "Pencil", - "md5": "4495fcb0443cebc5d43e66243a88f1ac.svg", + "md5": "b3d6eae85f285dd618bf9dcf609b9454.svg", "type": "sprite", "tags": [ "thing", @@ -11476,49 +13589,60 @@ 1 ], "json": { - "objName": "Pencil", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Pencil", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "pencil-a", - "baseLayerID": -1, - "baseLayerMD5": "4495fcb0443cebc5d43e66243a88f1ac.svg", + "assetId": "b3d6eae85f285dd618bf9dcf609b9454", + "name": "pencil-a", "bitmapResolution": 1, + "md5ext": "b3d6eae85f285dd618bf9dcf609b9454.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 54 }, { - "costumeName": "pencil-b", - "baseLayerID": -1, - "baseLayerMD5": "21088922dbe127f6d2e58e2e83fb632e.svg", + "assetId": "f017876452a24d118fc0b1753caefad9", + "name": "pencil-b", "bitmapResolution": 1, + "md5ext": "f017876452a24d118fc0b1753caefad9.svg", + "dataFormat": "svg", "rotationCenterX": 48, "rotationCenterY": 68 } ], - "currentCostumeIndex": 0, - "scratchX": 57, - "scratchY": 42, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 31, "visible": true, - "spriteInfo": {} + "x": 57, + "y": 42, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Pencil" } }, { "name": "Penguin", - "md5": "0e78708b8988802d2209a34b50292bd3.svg", + "md5": "dad5b0d82cb6e053d1ded2ef537a9453.svg", "type": "sprite", "tags": [ "animals", @@ -11537,57 +13661,69 @@ 1 ], "json": { - "objName": "Penguin", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Penguin", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "penguin-a", - "baseLayerID": -1, - "baseLayerMD5": "0e78708b8988802d2209a34b50292bd3.svg", + "assetId": "dad5b0d82cb6e053d1ded2ef537a9453", + "name": "penguin-a", "bitmapResolution": 1, + "md5ext": "dad5b0d82cb6e053d1ded2ef537a9453.svg", + "dataFormat": "svg", "rotationCenterX": 36, "rotationCenterY": 46 }, { - "costumeName": "penguin-b", - "baseLayerID": -1, - "baseLayerMD5": "43af2a0b7f922ec5dc94217b2f3e08e4.svg", + "assetId": "c434b674f2da18ba13cdfe51dbc05ecc", + "name": "penguin-b", "bitmapResolution": 1, + "md5ext": "c434b674f2da18ba13cdfe51dbc05ecc.svg", + "dataFormat": "svg", "rotationCenterX": 26, "rotationCenterY": 46 }, { - "costumeName": "penguin-c", - "baseLayerID": -1, - "baseLayerMD5": "4f35c3940957e3ffc2e83a2565942171.svg", + "assetId": "6d11aedea7f316215aaa0d08617f4c31", + "name": "penguin-c", "bitmapResolution": 1, + "md5ext": "6d11aedea7f316215aaa0d08617f4c31.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 46 } ], - "currentCostumeIndex": 0, - "scratchX": -84, - "scratchY": -100, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -84, + "y": -100, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Penguin" } }, { "name": "Penguin 2", - "md5": "c17d9e4bdb59c574e0c34aa70af516da.svg", + "md5": "428772307d90f4b347d6cc3c0d8e76ef.svg", "type": "sprite", "tags": [ "animals", @@ -11601,65 +13737,78 @@ 1 ], "json": { - "objName": "Penguin 2", - "sounds": [ - { - "soundName": "Chirp", - "soundID": -1, - "md5": "3b8236bbb288019d93ae38362e865972.wav", - "sampleCount": 5301, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Penguin 2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "penguin2-a", - "baseLayerID": -1, - "baseLayerMD5": "c17d9e4bdb59c574e0c34aa70af516da.svg", + "assetId": "428772307d90f4b347d6cc3c0d8e76ef", + "name": "penguin2-a", "bitmapResolution": 1, + "md5ext": "428772307d90f4b347d6cc3c0d8e76ef.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 61 }, { - "costumeName": "penguin2-b", - "baseLayerID": -1, - "baseLayerMD5": "b224a582395e0847c2ef4eefcfbc4546.svg", + "assetId": "d485f5620d2dde69a6aa1cda7c897d12", + "name": "penguin2-b", "bitmapResolution": 1, + "md5ext": "d485f5620d2dde69a6aa1cda7c897d12.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 61 }, { - "costumeName": "penguin2-c", - "baseLayerID": -1, - "baseLayerMD5": "35fec7aa5f60cca945fe0615413f1f08.svg", + "assetId": "280d2aa13f0c6774cc8828dc177aaf60", + "name": "penguin2-c", "bitmapResolution": 1, + "md5ext": "280d2aa13f0c6774cc8828dc177aaf60.svg", + "dataFormat": "svg", "rotationCenterX": 48, "rotationCenterY": 62 }, { - "costumeName": "penguin2-d", - "baseLayerID": -1, - "baseLayerMD5": "18fa51a64ebd5518f0c5c465525346e5.svg", - "bitmapResolution": 1, - "rotationCenterX": 48, - "rotationCenterY": 61 + "assetId": "780467f3d173dcb37fd65834841babc6", + "name": "penguin2-d", + "bitmapResolution": 1, + "md5ext": "780467f3d173dcb37fd65834841babc6.svg", + "dataFormat": "svg", + "rotationCenterX": 48, + "rotationCenterY": 61 + } + ], + "sounds": [ + { + "assetId": "3b8236bbb288019d93ae38362e865972", + "name": "Chirp", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 6097, + "md5ext": "3b8236bbb288019d93ae38362e865972.wav" } ], - "currentCostumeIndex": 0, - "scratchX": -58, - "scratchY": -19, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 24, "visible": true, - "spriteInfo": {} + "x": -58, + "y": -19, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Penguin 2" } }, { "name": "Pico", - "md5": "0579fe60bb3717c49dfd7743caa84ada.svg", + "md5": "e7ce31db37f7abd2901499db2e9ad83a.svg", "type": "sprite", "tags": [ "fantasy", @@ -11671,65 +13820,78 @@ 1 ], "json": { - "objName": "Pico", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Pico", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "pico-a", - "baseLayerID": -1, - "baseLayerMD5": "0579fe60bb3717c49dfd7743caa84ada.svg", + "assetId": "e7ce31db37f7abd2901499db2e9ad83a", + "name": "pico-a", "bitmapResolution": 1, + "md5ext": "e7ce31db37f7abd2901499db2e9ad83a.svg", + "dataFormat": "svg", "rotationCenterX": 55, "rotationCenterY": 66 }, { - "costumeName": "pico-b", - "baseLayerID": -1, - "baseLayerMD5": "26c688d7544757225ff51cd2fb1519b5.svg", + "assetId": "a7597b1f0c13455d335a3d4fe77da528", + "name": "pico-b", "bitmapResolution": 1, + "md5ext": "a7597b1f0c13455d335a3d4fe77da528.svg", + "dataFormat": "svg", "rotationCenterX": 55, "rotationCenterY": 66 }, { - "costumeName": "pico-c", - "baseLayerID": -1, - "baseLayerMD5": "adf61e2090f8060e1e8b2b0604d03751.svg", + "assetId": "bcc0e8a5dda3a813608902b887c87bb4", + "name": "pico-c", "bitmapResolution": 1, + "md5ext": "bcc0e8a5dda3a813608902b887c87bb4.svg", + "dataFormat": "svg", "rotationCenterX": 55, "rotationCenterY": 66 }, { - "costumeName": "pico-d", - "baseLayerID": -1, - "baseLayerMD5": "594704bf12e3c4d9e83bb91661ad709a.svg", + "assetId": "d6dfa2efe58939af4c85755feb3c0375", + "name": "pico-d", "bitmapResolution": 1, + "md5ext": "d6dfa2efe58939af4c85755feb3c0375.svg", + "dataFormat": "svg", "rotationCenterX": 55, "rotationCenterY": 66 } ], - "currentCostumeIndex": 0, - "scratchX": 80, - "scratchY": -26, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 46, "visible": true, - "spriteInfo": {} + "x": 80, + "y": -26, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Pico" } }, { "name": "Pico Walking", - "md5": "8eab5fe20dd249bf22964298b1d377eb.svg", + "md5": "c8f58f31cabf4acabb3f828730061276.svg", "type": "sprite", "tags": [ "fantasy", @@ -11741,65 +13903,78 @@ 1 ], "json": { - "objName": "Pico Walking", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Pico Walking", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Pico walk1", - "baseLayerID": -1, - "baseLayerMD5": "8eab5fe20dd249bf22964298b1d377eb.svg", + "assetId": "c8f58f31cabf4acabb3f828730061276", + "name": "Pico walk1", "bitmapResolution": 1, + "md5ext": "c8f58f31cabf4acabb3f828730061276.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 71 }, { - "costumeName": "Pico walk2", - "baseLayerID": -1, - "baseLayerMD5": "39ecd3c38d3f2cd81e3a17ee6c25699f.svg", + "assetId": "52a60eccb624530fd3a24fc41fbad6e5", + "name": "Pico walk2", "bitmapResolution": 1, + "md5ext": "52a60eccb624530fd3a24fc41fbad6e5.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 71 }, { - "costumeName": "Pico walk3", - "baseLayerID": -1, - "baseLayerMD5": "43f7d92dcf9eadf77c07a6fc1eb4104f.svg", + "assetId": "702bd644d01ea8eda2ea122daeea7d74", + "name": "Pico walk3", "bitmapResolution": 1, + "md5ext": "702bd644d01ea8eda2ea122daeea7d74.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 70 }, { - "costumeName": "Pico walk4", - "baseLayerID": -1, - "baseLayerMD5": "2582d012d57bca59bc0315c5c5954958.svg", + "assetId": "22fb16ae7cc18187a7adaf2852f07884", + "name": "Pico walk4", "bitmapResolution": 1, + "md5ext": "22fb16ae7cc18187a7adaf2852f07884.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 70 } ], - "currentCostumeIndex": 0, - "scratchX": 98, - "scratchY": -32, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 32, "visible": true, - "spriteInfo": {} + "x": 98, + "y": -32, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Pico Walking" } }, { "name": "Pitcher", - "md5": "24008f02de4b0d999d4526d34dec8b76.svg", + "md5": "bceae719ba1ec230afec56f14a1e4d52.svg", "type": "sprite", "tags": [ "baseball", @@ -11813,65 +13988,78 @@ 1 ], "json": { - "objName": "Pitcher", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Pitcher", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "pitcher-a", - "baseLayerID": -1, - "baseLayerMD5": "24008f02de4b0d999d4526d34dec8b76.svg", + "assetId": "bceae719ba1ec230afec56f14a1e4d52", + "name": "pitcher-a", "bitmapResolution": 1, + "md5ext": "bceae719ba1ec230afec56f14a1e4d52.svg", + "dataFormat": "svg", "rotationCenterX": 42, "rotationCenterY": 74 }, { - "costumeName": "pitcher-b", - "baseLayerID": -1, - "baseLayerMD5": "4644ab73c577ed878e3ccaa3d89ccc2b.svg", + "assetId": "049132404cb2cb157830aaf18aee6a24", + "name": "pitcher-b", "bitmapResolution": 1, + "md5ext": "049132404cb2cb157830aaf18aee6a24.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 97 }, { - "costumeName": "pitcher-c", - "baseLayerID": -1, - "baseLayerMD5": "f46aa0b114a9977c52eeefa252953e2b.svg", + "assetId": "fc955dec7f1e97f1ddd9f8245a80907e", + "name": "pitcher-c", "bitmapResolution": 1, + "md5ext": "fc955dec7f1e97f1ddd9f8245a80907e.svg", + "dataFormat": "svg", "rotationCenterX": 69, "rotationCenterY": 98 }, { - "costumeName": "pitcher-d", - "baseLayerID": -1, - "baseLayerMD5": "d75a06e24f717e8647db27e94618e693.svg", + "assetId": "ae8aa57ce6e5729d30d8b785bec97774", + "name": "pitcher-d", "bitmapResolution": 1, + "md5ext": "ae8aa57ce6e5729d30d8b785bec97774.svg", + "dataFormat": "svg", "rotationCenterX": 84, "rotationCenterY": 57 } ], - "currentCostumeIndex": 0, - "scratchX": -6, - "scratchY": -88, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": -6, + "y": -88, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Pitcher" } }, { "name": "Planet2", - "md5": "978784738c1d9dd4b1d397fd18bdf406.svg", + "md5": "50cde8a4a737da0eba1ab73eb263f836.svg", "type": "sprite", "tags": [ "space" @@ -11882,41 +14070,51 @@ 1 ], "json": { - "objName": "Planet2", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Planet2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "planet2", - "baseLayerID": -1, - "baseLayerMD5": "978784738c1d9dd4b1d397fd18bdf406.svg", + "assetId": "50cde8a4a737da0eba1ab73eb263f836", + "name": "planet2", "bitmapResolution": 1, + "md5ext": "50cde8a4a737da0eba1ab73eb263f836.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 72 } ], - "currentCostumeIndex": 0, - "scratchX": 52, - "scratchY": 25, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 33, "visible": true, - "spriteInfo": {} + "x": 52, + "y": 25, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Planet2" } }, { "name": "Polar Bear", - "md5": "b1d892d9f8a897bc6a446e2ff766ba74.svg", + "md5": "d050a3394b61ade080f7963c40192e7d.svg", "type": "sprite", "tags": [ "animals", @@ -11936,57 +14134,69 @@ 1 ], "json": { - "objName": "Polar Bear", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Polar Bear", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "polar bear-a", - "baseLayerID": -1, - "baseLayerMD5": "b1d892d9f8a897bc6a446e2ff766ba74.svg", + "assetId": "d050a3394b61ade080f7963c40192e7d", + "name": "polar bear-a", "bitmapResolution": 1, + "md5ext": "d050a3394b61ade080f7963c40192e7d.svg", + "dataFormat": "svg", "rotationCenterX": 104, "rotationCenterY": 42 }, { - "costumeName": "polar bear-b", - "baseLayerID": -1, - "baseLayerMD5": "54728e795213e67ac7cecca1c32fe293.svg", + "assetId": "11d00a06abd2c882672464f4867e90b6", + "name": "polar bear-b", "bitmapResolution": 1, + "md5ext": "11d00a06abd2c882672464f4867e90b6.svg", + "dataFormat": "svg", "rotationCenterX": 87, "rotationCenterY": 47 }, { - "costumeName": "polar bear-c", - "baseLayerID": -1, - "baseLayerMD5": "7d5812e0aa1cde33771f9270ff521cfe.svg", + "assetId": "5d7cd81aad80100368b8b77bf09ad576", + "name": "polar bear-c", "bitmapResolution": 1, + "md5ext": "5d7cd81aad80100368b8b77bf09ad576.svg", + "dataFormat": "svg", "rotationCenterX": 104, "rotationCenterY": 43 } ], - "currentCostumeIndex": 0, - "scratchX": 109, - "scratchY": -55, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 109, + "y": -55, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Polar Bear" } }, { "name": "Potion", - "md5": "a317b50b255a208455a7733091adad23.svg", + "md5": "d922ffdfe38fd30fd8787810c6bce318.svg", "type": "sprite", "tags": [ "fantasy", @@ -11999,57 +14209,69 @@ 1 ], "json": { - "objName": "Potion", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Potion", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "potion-a", - "baseLayerID": -1, - "baseLayerMD5": "a317b50b255a208455a7733091adad23.svg", + "assetId": "d922ffdfe38fd30fd8787810c6bce318", + "name": "potion-a", "bitmapResolution": 1, + "md5ext": "d922ffdfe38fd30fd8787810c6bce318.svg", + "dataFormat": "svg", "rotationCenterX": 15, "rotationCenterY": 21 }, { - "costumeName": "potion-b", - "baseLayerID": -1, - "baseLayerMD5": "5f96576605c3a022df48278b630da745.svg", + "assetId": "0eceab4561534dde827bf68233f47441", + "name": "potion-b", "bitmapResolution": 1, + "md5ext": "0eceab4561534dde827bf68233f47441.svg", + "dataFormat": "svg", "rotationCenterX": 15, "rotationCenterY": 28 }, { - "costumeName": "potion-c", - "baseLayerID": -1, - "baseLayerMD5": "92d0184c28fac9acb0fb720ec599d61d.svg", + "assetId": "f8500e9530bf1136c6386f2a329519dd", + "name": "potion-c", "bitmapResolution": 1, + "md5ext": "f8500e9530bf1136c6386f2a329519dd.svg", + "dataFormat": "svg", "rotationCenterX": 15, "rotationCenterY": 42 } ], - "currentCostumeIndex": 0, - "scratchX": 86, - "scratchY": 7, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 11, "visible": true, - "spriteInfo": {} + "x": 86, + "y": 7, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Potion" } }, { "name": "Prince", - "md5": "a760bed1cfc28a30b2dc7fd045c90792.svg", + "md5": "ada9c5ce11245c467c780bceb665c42d.svg", "type": "sprite", "tags": [ "people", @@ -12062,41 +14284,51 @@ 1 ], "json": { - "objName": "Prince", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Prince", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "prince", - "baseLayerID": -1, - "baseLayerMD5": "a760bed1cfc28a30b2dc7fd045c90792.svg", + "assetId": "ada9c5ce11245c467c780bceb665c42d", + "name": "prince", "bitmapResolution": 1, + "md5ext": "ada9c5ce11245c467c780bceb665c42d.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": -73, - "scratchY": -42, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 34, "visible": true, - "spriteInfo": {} + "x": -73, + "y": -42, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Prince" } }, { "name": "Princess", - "md5": "fcbf44a543dfda884d8acbd6af66faad.svg", + "md5": "e59f55c86ea557bdbd88302012ce8db5.svg", "type": "sprite", "tags": [ "fantasy", @@ -12111,73 +14343,87 @@ 1 ], "json": { - "objName": "Princess", - "sounds": [ - { - "soundName": "magic spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Princess", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "princess-a", - "baseLayerID": -1, - "baseLayerMD5": "fcbf44a543dfda884d8acbd6af66faad.svg", + "assetId": "e59f55c86ea557bdbd88302012ce8db5", + "name": "princess-a", "bitmapResolution": 1, + "md5ext": "e59f55c86ea557bdbd88302012ce8db5.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 150 }, { - "costumeName": "princess-b", - "baseLayerID": -1, - "baseLayerMD5": "562e5eba4a598118411be3062cfbb26f.svg", + "assetId": "ba37f578cc6cabce6fe4d2864c9eb96f", + "name": "princess-b", "bitmapResolution": 1, + "md5ext": "ba37f578cc6cabce6fe4d2864c9eb96f.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 150 }, { - "costumeName": "princess-c", - "baseLayerID": -1, - "baseLayerMD5": "f3e5f466d406745cf1b6ce44b0567b9a.svg", + "assetId": "39157d5d3280ab0b273260170d5436c2", + "name": "princess-c", "bitmapResolution": 1, + "md5ext": "39157d5d3280ab0b273260170d5436c2.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 150 }, { - "costumeName": "princess-d", - "baseLayerID": -1, - "baseLayerMD5": "663134f64588f0c55e77767ba9039cfe.svg", + "assetId": "23330150c0a09180083b597cbfeca99a", + "name": "princess-d", "bitmapResolution": 1, + "md5ext": "23330150c0a09180083b597cbfeca99a.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 150 }, { - "costumeName": "princess-e", - "baseLayerID": -1, - "baseLayerMD5": "ad0ecbf907d132ddbb547666551ac087.svg", + "assetId": "0721f5238a2bcde49d05f72ca9d21d9b", + "name": "princess-e", "bitmapResolution": 1, + "md5ext": "0721f5238a2bcde49d05f72ca9d21d9b.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 150 } ], - "currentCostumeIndex": 0, - "scratchX": 123, - "scratchY": -13, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "magic spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 19, "visible": true, - "spriteInfo": {} + "x": 123, + "y": -13, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Princess" } }, { "name": "Pufferfish", - "md5": "81d7db99142a39c9082be2c2183f2175.svg", + "md5": "b8aa1bd46eacc054c695b89167c3ad28.svg", "type": "sprite", "tags": [ "animals", @@ -12192,60 +14438,73 @@ 1 ], "json": { - "objName": "Pufferfish", - "sounds": [ - { - "soundName": "ocean wave", - "soundID": -1, - "md5": "c904610d770398b98872a708a2f75611.wav", - "sampleCount": 99206, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Pufferfish", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "pufferfish-a", - "baseLayerID": -1, - "baseLayerMD5": "81d7db99142a39c9082be2c2183f2175.svg", + "assetId": "b8aa1bd46eacc054c695b89167c3ad28", + "name": "pufferfish-a", "bitmapResolution": 1, + "md5ext": "b8aa1bd46eacc054c695b89167c3ad28.svg", + "dataFormat": "svg", "rotationCenterX": 69, "rotationCenterY": 61 }, { - "costumeName": "pufferfish-b", - "baseLayerID": -1, - "baseLayerMD5": "6ea79950db63f5ac24d6c5091df3836b.svg", + "assetId": "1b4f39763c9848cc840522b95cc6d8ae", + "name": "pufferfish-b", "bitmapResolution": 1, + "md5ext": "1b4f39763c9848cc840522b95cc6d8ae.svg", + "dataFormat": "svg", "rotationCenterX": 69, "rotationCenterY": 61 }, { - "costumeName": "pufferfish-c", - "baseLayerID": -1, - "baseLayerMD5": "4acf5bc398c19d58acf69fce047ee8f6.svg", + "assetId": "2266c6bb2c3a8fb80783518a08852b4a", + "name": "pufferfish-c", "bitmapResolution": 1, + "md5ext": "2266c6bb2c3a8fb80783518a08852b4a.svg", + "dataFormat": "svg", "rotationCenterX": 69, "rotationCenterY": 61 }, { - "costumeName": "pufferfish-d", - "baseLayerID": -1, - "baseLayerMD5": "c214fa8a9ceed06db03664007b8ad5c6.svg", + "assetId": "e73e71718306f6c7085305dba142c315", + "name": "pufferfish-d", "bitmapResolution": 1, + "md5ext": "e73e71718306f6c7085305dba142c315.svg", + "dataFormat": "svg", "rotationCenterX": 69, "rotationCenterY": 61 } ], - "currentCostumeIndex": 0, - "scratchX": -30, - "scratchY": 53, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "c904610d770398b98872a708a2f75611", + "name": "ocean wave", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 99569, + "md5ext": "c904610d770398b98872a708a2f75611.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -36, + "y": 45, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Pufferfish" } }, { @@ -12263,65 +14522,78 @@ 1 ], "json": { - "objName": "Puppy", - "sounds": [ - { - "soundName": "dog2", - "soundID": -1, - "md5": "cd8fa8390b0efdd281882533fbfcfcfb.wav", - "sampleCount": 3168, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Puppy", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "puppy right", - "baseLayerID": -1, - "baseLayerMD5": "2768d9e44a0aab055856d301bbc2b04e.png", + "assetId": "2768d9e44a0aab055856d301bbc2b04e", + "name": "puppy right", "bitmapResolution": 2, + "md5ext": "2768d9e44a0aab055856d301bbc2b04e.png", + "dataFormat": "png", "rotationCenterX": 107, "rotationCenterY": 103 }, { - "costumeName": "puppy sit", - "baseLayerID": -1, - "baseLayerMD5": "c7817052ed9e78057f877d0d56b5c6a6.png", + "assetId": "c7817052ed9e78057f877d0d56b5c6a6", + "name": "puppy sit", "bitmapResolution": 2, + "md5ext": "c7817052ed9e78057f877d0d56b5c6a6.png", + "dataFormat": "png", "rotationCenterX": 87, "rotationCenterY": 112 }, { - "costumeName": "puppy side", - "baseLayerID": -1, - "baseLayerMD5": "c4aeb5c39b39ef57a3f18ace54cf7db1.png", + "assetId": "c4aeb5c39b39ef57a3f18ace54cf7db1", + "name": "puppy side", "bitmapResolution": 2, + "md5ext": "c4aeb5c39b39ef57a3f18ace54cf7db1.png", + "dataFormat": "png", "rotationCenterX": 104, "rotationCenterY": 114 }, { - "costumeName": "puppy back", - "baseLayerID": -1, - "baseLayerMD5": "05630bfa94501a3e5d61ce443a0cea70.png", + "assetId": "05630bfa94501a3e5d61ce443a0cea70", + "name": "puppy back", "bitmapResolution": 2, + "md5ext": "05630bfa94501a3e5d61ce443a0cea70.png", + "dataFormat": "png", "rotationCenterX": 234, "rotationCenterY": 94 } ], - "currentCostumeIndex": 0, - "scratchX": -91, - "scratchY": 33, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "cd8fa8390b0efdd281882533fbfcfcfb", + "name": "dog2", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 6336, + "md5ext": "cd8fa8390b0efdd281882533fbfcfcfb.wav" + } + ], + "volume": 100, + "layerOrder": 11, "visible": true, - "spriteInfo": {} + "x": -91, + "y": 33, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Puppy" } }, { "name": "Rabbit", - "md5": "2f42891c3f3d63c0e591aeabc5946533.svg", + "md5": "970f886bfa454e1daa6d6c30ef49a972.svg", "type": "sprite", "tags": [ "animals", @@ -12337,73 +14609,87 @@ 1 ], "json": { - "objName": "Rabbit", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Rabbit", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "rabbit-a", - "baseLayerID": -1, - "baseLayerMD5": "2f42891c3f3d63c0e591aeabc5946533.svg", + "assetId": "970f886bfa454e1daa6d6c30ef49a972", + "name": "rabbit-a", "bitmapResolution": 1, + "md5ext": "970f886bfa454e1daa6d6c30ef49a972.svg", + "dataFormat": "svg", "rotationCenterX": 84, "rotationCenterY": 84 }, { - "costumeName": "rabbit-b", - "baseLayerID": -1, - "baseLayerMD5": "80e05ff501040cdc9f52fa6782e06fd2.svg", + "assetId": "1ca3f829a2c9f7fa4d1df295fe5f787c", + "name": "rabbit-b", "bitmapResolution": 1, + "md5ext": "1ca3f829a2c9f7fa4d1df295fe5f787c.svg", + "dataFormat": "svg", "rotationCenterX": 84, "rotationCenterY": 84 }, { - "costumeName": "rabbit-c", - "baseLayerID": -1, - "baseLayerMD5": "88ed8b7925baa025b6c7fc628a64b9b1.svg", + "assetId": "49169d752f20d27fb71022b16044d759", + "name": "rabbit-c", "bitmapResolution": 1, + "md5ext": "49169d752f20d27fb71022b16044d759.svg", + "dataFormat": "svg", "rotationCenterX": 84, "rotationCenterY": 84 }, { - "costumeName": "rabbit-d", - "baseLayerID": -1, - "baseLayerMD5": "5f3b8df4d6ab8a72e887f89f554db0be.svg", + "assetId": "90677c6f16380ef077d6115f6a6371ff", + "name": "rabbit-d", "bitmapResolution": 1, + "md5ext": "90677c6f16380ef077d6115f6a6371ff.svg", + "dataFormat": "svg", "rotationCenterX": 84, "rotationCenterY": 84 }, { - "costumeName": "rabbit-e", - "baseLayerID": -1, - "baseLayerMD5": "3003f1135f4aa3b6c361734243621260.svg", + "assetId": "137976ec71439e2f986caeaa70e4c932", + "name": "rabbit-e", "bitmapResolution": 1, + "md5ext": "137976ec71439e2f986caeaa70e4c932.svg", + "dataFormat": "svg", "rotationCenterX": 84, "rotationCenterY": 84 } ], - "currentCostumeIndex": 0, - "scratchX": 71, - "scratchY": -48, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 71.00000000000003, + "y": -62.99999999999999, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Rabbit" } }, { "name": "Radio", - "md5": "d2266f31369a97fdf7ec37090bf0a968.svg", + "md5": "828f0762d028605f6fe52f9287555b74.svg", "type": "sprite", "tags": [ "radio", @@ -12417,73 +14703,87 @@ 4 ], "json": { - "objName": "Radio", - "sounds": [ - { - "soundName": "scratch beatbox", - "soundID": -1, - "md5": "859249563a7b1fc0f6e92e36d1db81c7.wav", - "sampleCount": 11552, - "rate": 22050, - "format": "" - }, - { - "soundName": "snare beatbox2", - "soundID": -1, - "md5": "7ede1382b578d8fc32850b48d082d914.wav", - "sampleCount": 4960, - "rate": 22050, - "format": "" - }, - { - "soundName": "wah beatbox", - "soundID": -1, - "md5": "9021b7bb06f2399f18e2db4fb87095dc.wav", - "sampleCount": 6624, - "rate": 22050, - "format": "" - }, - { - "soundName": "bass beatbox", - "soundID": -1, - "md5": "28153621d293c86da0b246d314458faf.wav", - "sampleCount": 6720, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Radio", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Radio-a", - "baseLayerID": -1, - "baseLayerMD5": "d2266f31369a97fdf7ec37090bf0a968.svg", + "assetId": "828f0762d028605f6fe52f9287555b74", + "name": "Radio-a", "bitmapResolution": 1, + "md5ext": "828f0762d028605f6fe52f9287555b74.svg", + "dataFormat": "svg", "rotationCenterX": 52, "rotationCenterY": 38 }, { - "costumeName": "Radio-b", - "baseLayerID": -1, - "baseLayerMD5": "cd4cff5586d0167fd992772360bddf68.svg", + "assetId": "e96676f038fc523b40392dc1676552dc", + "name": "Radio-b", "bitmapResolution": 1, + "md5ext": "e96676f038fc523b40392dc1676552dc.svg", + "dataFormat": "svg", "rotationCenterX": 51, "rotationCenterY": 84 } ], - "currentCostumeIndex": 0, - "scratchX": -164, - "scratchY": -96, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "859249563a7b1fc0f6e92e36d1db81c7", + "name": "scratch beatbox", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 23104, + "md5ext": "859249563a7b1fc0f6e92e36d1db81c7.wav" + }, + { + "assetId": "7ede1382b578d8fc32850b48d082d914", + "name": "snare beatbox2", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 9920, + "md5ext": "7ede1382b578d8fc32850b48d082d914.wav" + }, + { + "assetId": "9021b7bb06f2399f18e2db4fb87095dc", + "name": "wah beatbox", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 13248, + "md5ext": "9021b7bb06f2399f18e2db4fb87095dc.wav" + }, + { + "assetId": "28153621d293c86da0b246d314458faf", + "name": "bass beatbox", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 13440, + "md5ext": "28153621d293c86da0b246d314458faf.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -164, + "y": -96, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Radio" } }, { "name": "Rainbow", - "md5": "680a806bd87a28c8b25b5f9b6347f022.svg", + "md5": "033979eba12e4572b2520bd93a87583e.svg", "type": "sprite", "tags": [ "things", @@ -12497,41 +14797,51 @@ 1 ], "json": { - "objName": "Rainbow", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Rainbow", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "rainbow", - "baseLayerID": -1, - "baseLayerMD5": "680a806bd87a28c8b25b5f9b6347f022.svg", + "assetId": "033979eba12e4572b2520bd93a87583e", + "name": "rainbow", "bitmapResolution": 1, + "md5ext": "033979eba12e4572b2520bd93a87583e.svg", + "dataFormat": "svg", "rotationCenterX": 72, "rotationCenterY": 36 } ], - "currentCostumeIndex": 0, - "scratchX": -91, - "scratchY": 11, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 25, "visible": true, - "spriteInfo": {} + "x": -91, + "y": 11, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Rainbow" } }, { "name": "Referee", - "md5": "7caaa6c83b0f947268866b48fbf34ed9.svg", + "md5": "46dde2baba61a7e48463ae8e58441470.svg", "type": "sprite", "tags": [ "sports", @@ -12545,65 +14855,78 @@ 1 ], "json": { - "objName": "Referee", - "sounds": [ - { - "soundName": "referee whistle", - "soundID": -1, - "md5": "8468b9b3f11a665ee4d215afd8463b97.wav", - "sampleCount": 14034, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Referee", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "referee-a", - "baseLayerID": -1, - "baseLayerMD5": "7caaa6c83b0f947268866b48fbf34ed9.svg", + "assetId": "46dde2baba61a7e48463ae8e58441470", + "name": "referee-a", "bitmapResolution": 1, + "md5ext": "46dde2baba61a7e48463ae8e58441470.svg", + "dataFormat": "svg", "rotationCenterX": 44, "rotationCenterY": 63 }, { - "costumeName": "referee-b", - "baseLayerID": -1, - "baseLayerMD5": "b26bc52a8400fa3d51201e9ab4a4dbb2.svg", + "assetId": "7eeca5313c2e7d455482badff3079f64", + "name": "referee-b", "bitmapResolution": 1, + "md5ext": "7eeca5313c2e7d455482badff3079f64.svg", + "dataFormat": "svg", "rotationCenterX": 44, "rotationCenterY": 63 }, { - "costumeName": "referee-c", - "baseLayerID": -1, - "baseLayerMD5": "f96a3af7f21c0b195b8f7a84146b6704.svg", + "assetId": "5948c4160089fcc0975a867221ff2256", + "name": "referee-c", "bitmapResolution": 1, + "md5ext": "5948c4160089fcc0975a867221ff2256.svg", + "dataFormat": "svg", "rotationCenterX": 55, "rotationCenterY": 62 }, { - "costumeName": "referee-d", - "baseLayerID": -1, - "baseLayerMD5": "d6795f2992d899611ee5889811801e42.svg", + "assetId": "1cd641a48499db84636d983916b62a83", + "name": "referee-d", "bitmapResolution": 1, + "md5ext": "1cd641a48499db84636d983916b62a83.svg", + "dataFormat": "svg", "rotationCenterX": 50, "rotationCenterY": 63 } ], - "currentCostumeIndex": 0, - "scratchX": 112, - "scratchY": 28, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "8468b9b3f11a665ee4d215afd8463b97", + "name": "referee whistle", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 14225, + "md5ext": "8468b9b3f11a665ee4d215afd8463b97.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 112, + "y": 28, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Referee" } }, { "name": "Reindeer", - "md5": "0fff0b181cc4d9250b5b985cc283b049.svg", + "md5": "60993a025167e7886736109dca5d55e2.svg", "type": "sprite", "tags": [ "animals", @@ -12616,41 +14939,51 @@ 1 ], "json": { - "objName": "Reindeer", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Reindeer", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "reindeer", - "baseLayerID": -1, - "baseLayerMD5": "0fff0b181cc4d9250b5b985cc283b049.svg", + "assetId": "60993a025167e7886736109dca5d55e2", + "name": "reindeer", "bitmapResolution": 1, + "md5ext": "60993a025167e7886736109dca5d55e2.svg", + "dataFormat": "svg", "rotationCenterX": 39, "rotationCenterY": 70 } ], - "currentCostumeIndex": 0, - "scratchX": 13, - "scratchY": 26, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 35, "visible": true, - "spriteInfo": {} + "x": 13, + "y": 26, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Reindeer" } }, { "name": "Retro Robot", - "md5": "a17c1ce38c261395ae268f3b8a9037db.svg", + "md5": "35070c1078c4eec153ea2769516c922c.svg", "type": "sprite", "tags": [ "robot" @@ -12661,65 +14994,78 @@ 2 ], "json": { - "objName": "Retro Robot", - "sounds": [ - { - "soundName": "computer beeps1", - "soundID": -1, - "md5": "1da43f6d52d0615da8a250e28100a80d.wav", - "sampleCount": 19200, - "rate": 11025, - "format": "" - }, - { - "soundName": "computer beeps2", - "soundID": -1, - "md5": "28c76b6bebd04be1383fe9ba4933d263.wav", - "sampleCount": 9536, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Retro Robot", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Retro Robot a", - "baseLayerID": -1, - "baseLayerMD5": "a17c1ce38c261395ae268f3b8a9037db.svg", + "assetId": "35070c1078c4eec153ea2769516c922c", + "name": "Retro Robot a", "bitmapResolution": 1, - "rotationCenterX": 55, - "rotationCenterY": 86 + "md5ext": "35070c1078c4eec153ea2769516c922c.svg", + "dataFormat": "svg", + "rotationCenterX": 55.04000000000008, + "rotationCenterY": 85.55 }, { - "costumeName": "Retro Robot b", - "baseLayerID": -1, - "baseLayerMD5": "bfb5afe62358ef542f118299bb53d4b7.svg", + "assetId": "d139f89665962dcaab4cb2b246359ba1", + "name": "Retro Robot b", "bitmapResolution": 1, - "rotationCenterX": 52, - "rotationCenterY": 88 + "md5ext": "d139f89665962dcaab4cb2b246359ba1.svg", + "dataFormat": "svg", + "rotationCenterX": 50.49583299552708, + "rotationCenterY": 87.39 }, { - "costumeName": "Retro Robot c", - "baseLayerID": -1, - "baseLayerMD5": "f925e3bde178001133a11fa97847a9ae.svg", + "assetId": "53398a713b144ecda6ec32fb4a8d28e1", + "name": "Retro Robot c", "bitmapResolution": 1, - "rotationCenterX": 72, - "rotationCenterY": 91 + "md5ext": "53398a713b144ecda6ec32fb4a8d28e1.svg", + "dataFormat": "svg", + "rotationCenterX": 70.61999999999998, + "rotationCenterY": 90.3795 } ], - "currentCostumeIndex": 0, - "scratchX": 50, - "scratchY": -72, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1da43f6d52d0615da8a250e28100a80d", + "name": "computer beeps1", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 76800, + "md5ext": "1da43f6d52d0615da8a250e28100a80d.wav" + }, + { + "assetId": "28c76b6bebd04be1383fe9ba4933d263", + "name": "computer beeps2", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 38144, + "md5ext": "28c76b6bebd04be1383fe9ba4933d263.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": 9, + "y": -66.00000000000001, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Retro Robot" } }, { "name": "Ripley", - "md5": "417ec9f25ad70281564e85e67c97aa08.svg", + "md5": "e751d0a781694897f75046eb2810e9a5.svg", "type": "sprite", "tags": [ "space", @@ -12732,81 +15078,96 @@ 1 ], "json": { - "objName": "Ripley", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Ripley", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "ripley-a", - "baseLayerID": -1, - "baseLayerMD5": "417ec9f25ad70281564e85e67c97aa08.svg", + "assetId": "e751d0a781694897f75046eb2810e9a5", + "name": "ripley-a", "bitmapResolution": 1, + "md5ext": "e751d0a781694897f75046eb2810e9a5.svg", + "dataFormat": "svg", "rotationCenterX": 57, "rotationCenterY": 89 }, { - "costumeName": "ripley-b", - "baseLayerID": -1, - "baseLayerMD5": "e40918acf5c4d1d0d42b437b6b6e965d.svg", + "assetId": "3ab169f52ea3783270d28ef035a5a7c5", + "name": "ripley-b", "bitmapResolution": 1, + "md5ext": "3ab169f52ea3783270d28ef035a5a7c5.svg", + "dataFormat": "svg", "rotationCenterX": 57, "rotationCenterY": 89 }, { - "costumeName": "ripley-c", - "baseLayerID": -1, - "baseLayerMD5": "5fb713effcdae17208e6e89527bf720c.svg", + "assetId": "043373c51689f3df8bf50eb12c4e3d39", + "name": "ripley-c", "bitmapResolution": 1, + "md5ext": "043373c51689f3df8bf50eb12c4e3d39.svg", + "dataFormat": "svg", "rotationCenterX": 57, "rotationCenterY": 89 }, { - "costumeName": "ripley-d", - "baseLayerID": -1, - "baseLayerMD5": "6c6597c221c9a5b46c160f537b9795a2.svg", + "assetId": "8e173178d886d1cb272877e8923d651b", + "name": "ripley-d", "bitmapResolution": 1, + "md5ext": "8e173178d886d1cb272877e8923d651b.svg", + "dataFormat": "svg", "rotationCenterX": 85, "rotationCenterY": 89 }, { - "costumeName": "ripley-e", - "baseLayerID": -1, - "baseLayerMD5": "92909161afd79673c93a77d15fe8d456.svg", + "assetId": "f798adaf44e8891c5e2f1b2a82a613b2", + "name": "ripley-e", "bitmapResolution": 1, + "md5ext": "f798adaf44e8891c5e2f1b2a82a613b2.svg", + "dataFormat": "svg", "rotationCenterX": 56, "rotationCenterY": 89 }, { - "costumeName": "ripley-f", - "baseLayerID": -1, - "baseLayerMD5": "16e31a6b510ba4e8c1215e6e3a41d9f9.svg", + "assetId": "90feaffe3d0c4d31287d57bd1bc64afa", + "name": "ripley-f", "bitmapResolution": 1, + "md5ext": "90feaffe3d0c4d31287d57bd1bc64afa.svg", + "dataFormat": "svg", "rotationCenterX": 58, "rotationCenterY": 90 } ], - "currentCostumeIndex": 0, - "scratchX": 163, - "scratchY": -51, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": 163, + "y": -51, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Ripley" } }, { "name": "Robot", - "md5": "cb3985cd066ccbab11954709b3d54c17.svg", + "md5": "89679608327ad572b93225d06fe9edda.svg", "type": "sprite", "tags": [ "space", @@ -12819,81 +15180,96 @@ 3 ], "json": { - "objName": "Robot", - "sounds": [ - { - "soundName": "computer beep", - "soundID": -1, - "md5": "28c76b6bebd04be1383fe9ba4933d263.wav", - "sampleCount": 9536, - "rate": 11025, - "format": "" - }, - { - "soundName": "collect", - "soundID": -1, - "md5": "32514c51e03db680e9c63857b840ae78.wav", - "sampleCount": 13320, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "buzz whir", - "soundID": -1, - "md5": "d4f76ded6bccd765958d15b63804de55.wav", - "sampleCount": 9037, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Robot", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "robot-a", - "baseLayerID": -1, - "baseLayerMD5": "cb3985cd066ccbab11954709b3d54c17.svg", + "assetId": "89679608327ad572b93225d06fe9edda", + "name": "robot-a", "bitmapResolution": 1, - "rotationCenterX": 74, - "rotationCenterY": 109 + "md5ext": "89679608327ad572b93225d06fe9edda.svg", + "dataFormat": "svg", + "rotationCenterX": 58.44040786180267, + "rotationCenterY": 95.79979917361628 }, { - "costumeName": "robot-b", - "baseLayerID": -1, - "baseLayerMD5": "fc9276d0909539fd31c30db7b2e08bf9.svg", + "assetId": "36d1098b880dbe47e58d93e7b2842381", + "name": "robot-b", "bitmapResolution": 1, - "rotationCenterX": 56, - "rotationCenterY": 97 + "md5ext": "36d1098b880dbe47e58d93e7b2842381.svg", + "dataFormat": "svg", + "rotationCenterX": 55.442543885282845, + "rotationCenterY": 96.58879942566811 }, { - "costumeName": "robot-c", - "baseLayerID": -1, - "baseLayerMD5": "c5e02f00d233199fea1c51b71c402ce4.svg", + "assetId": "4f5441207afc9bc075b0b404dbba8b59", + "name": "robot-c", "bitmapResolution": 1, - "rotationCenterX": 63, - "rotationCenterY": 97 + "md5ext": "4f5441207afc9bc075b0b404dbba8b59.svg", + "dataFormat": "svg", + "rotationCenterX": 62.61885234361475, + "rotationCenterY": 96.97427621034126 }, { - "costumeName": "robot-d", - "baseLayerID": -1, - "baseLayerMD5": "ca2cf7d6c0446fbce36621006a4b0fac.svg", + "assetId": "10060b3b58c77345cfe92288a46e5c20", + "name": "robot-d", "bitmapResolution": 1, + "md5ext": "10060b3b58c77345cfe92288a46e5c20.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": 95 } ], - "currentCostumeIndex": 0, - "scratchX": -127, - "scratchY": 87, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "28c76b6bebd04be1383fe9ba4933d263", + "name": "computer beep", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 38144, + "md5ext": "28c76b6bebd04be1383fe9ba4933d263.wav" + }, + { + "assetId": "32514c51e03db680e9c63857b840ae78", + "name": "collect", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 14225, + "md5ext": "32514c51e03db680e9c63857b840ae78.wav" + }, + { + "assetId": "d4f76ded6bccd765958d15b63804de55", + "name": "buzz whir", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 36148, + "md5ext": "d4f76ded6bccd765958d15b63804de55.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -127, + "y": 87, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Robot" } }, { "name": "Rocketship", - "md5": "85190bb07708855c0896224340e159ed.svg", + "md5": "525c06ceb3a351244bcd810c9ba951c7.svg", "type": "sprite", "tags": [ "space", @@ -12906,89 +15282,105 @@ 3 ], "json": { - "objName": "Rocketship", - "sounds": [ - { - "soundName": "space ripple", - "soundID": -1, - "md5": "ff8b8c3bf841a11fd5fe3afaa92be1b5.wav", - "sampleCount": 41149, - "rate": 11025, - "format": "" - }, - { - "soundName": "laser1", - "soundID": -1, - "md5": "46571f8ec0f2cc91666c80e312579082.wav", - "sampleCount": 516, - "rate": 11025, - "format": "" - }, - { - "soundName": "laser2", - "soundID": -1, - "md5": "27654ed2e3224f0a3f77c244e4fae9aa.wav", - "sampleCount": 755, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Rocketship", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "rocketship-a", - "baseLayerID": -1, - "baseLayerMD5": "85190bb07708855c0896224340e159ed.svg", + "assetId": "525c06ceb3a351244bcd810c9ba951c7", + "name": "rocketship-a", "bitmapResolution": 1, + "md5ext": "525c06ceb3a351244bcd810c9ba951c7.svg", + "dataFormat": "svg", "rotationCenterX": 63, "rotationCenterY": 92 }, { - "costumeName": "rocketship-b", - "baseLayerID": -1, - "baseLayerMD5": "2c0f804073ec656a86bbc3ebdf18bf5d.svg", + "assetId": "10f83786e5ee34f40ee43b49bba89ee2", + "name": "rocketship-b", "bitmapResolution": 1, + "md5ext": "10f83786e5ee34f40ee43b49bba89ee2.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 92 }, { - "costumeName": "rocketship-c", - "baseLayerID": -1, - "baseLayerMD5": "13a0accfa405979e4deee12e6eb9c41e.svg", + "assetId": "a6ff2f1344a18cc0a4bcc945e00afaf4", + "name": "rocketship-c", "bitmapResolution": 1, - "rotationCenterX": 59, - "rotationCenterY": 91 + "md5ext": "a6ff2f1344a18cc0a4bcc945e00afaf4.svg", + "dataFormat": "svg", + "rotationCenterX": 58.746896096779665, + "rotationCenterY": 90.91206944356854 }, { - "costumeName": "rocketship-d", - "baseLayerID": -1, - "baseLayerMD5": "f4d0c6da1c167abbd8e86ff720ae24f9.svg", + "assetId": "5682c68af2cc8aea791f0373e9ed03d8", + "name": "rocketship-d", "bitmapResolution": 1, + "md5ext": "5682c68af2cc8aea791f0373e9ed03d8.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 91 }, { - "costumeName": "rocketship-e", - "baseLayerID": -1, - "baseLayerMD5": "6e58c447e994a38b51eeb105dff5711c.svg", - "bitmapResolution": 1, - "rotationCenterX": 71, - "rotationCenterY": 111 + "assetId": "49ee475c516a444d8a512724063b8b98", + "name": "rocketship-e", + "bitmapResolution": 1, + "md5ext": "49ee475c516a444d8a512724063b8b98.svg", + "dataFormat": "svg", + "rotationCenterX": 57.220799012796846, + "rotationCenterY": 85.12261084456834 + } + ], + "sounds": [ + { + "assetId": "ff8b8c3bf841a11fd5fe3afaa92be1b5", + "name": "space ripple", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 164596, + "md5ext": "ff8b8c3bf841a11fd5fe3afaa92be1b5.wav" + }, + { + "assetId": "46571f8ec0f2cc91666c80e312579082", + "name": "laser1", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 2064, + "md5ext": "46571f8ec0f2cc91666c80e312579082.wav" + }, + { + "assetId": "27654ed2e3224f0a3f77c244e4fae9aa", + "name": "laser2", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 3020, + "md5ext": "27654ed2e3224f0a3f77c244e4fae9aa.wav" } ], - "currentCostumeIndex": 0, - "scratchX": 123, - "scratchY": 50, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": 123, + "y": 50, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Rocketship" } }, { "name": "Rocks", - "md5": "82c79fdb6a7d9c49ab7f70ee79a3d7f8.svg", + "md5": "55426ccbb5c49b1526e53586943f3ec3.svg", "type": "sprite", "tags": [ "things", @@ -13000,41 +15392,51 @@ 1 ], "json": { - "objName": "Rocks", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Rocks", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "rocks", - "baseLayerID": -1, - "baseLayerMD5": "82c79fdb6a7d9c49ab7f70ee79a3d7f8.svg", + "assetId": "55426ccbb5c49b1526e53586943f3ec3", + "name": "rocks", "bitmapResolution": 1, + "md5ext": "55426ccbb5c49b1526e53586943f3ec3.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": 15 } ], - "currentCostumeIndex": 0, - "scratchX": 35, - "scratchY": 36, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 36, "visible": true, - "spriteInfo": {} + "x": 35, + "y": 36, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Rocks" } }, { "name": "Rooster", - "md5": "db49a3dc8db15ea2b92d7934488f996b.svg", + "md5": "0ae345deb1c81ec7f4f4644c26ac85fa.svg", "type": "sprite", "tags": [ "animals", @@ -13048,60 +15450,73 @@ 2 ], "json": { - "objName": "Rooster", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - }, - { - "soundName": "rooster", - "soundID": -1, - "md5": "2e375acae2c7c0d655935a9de14b12f6.wav", - "sampleCount": 17110, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Rooster", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "rooster-a", - "baseLayerID": -1, - "baseLayerMD5": "db49a3dc8db15ea2b92d7934488f996b.svg", + "assetId": "0ae345deb1c81ec7f4f4644c26ac85fa", + "name": "rooster-a", "bitmapResolution": 1, + "md5ext": "0ae345deb1c81ec7f4f4644c26ac85fa.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": 70 }, { - "costumeName": "rooster-b", - "baseLayerID": -1, - "baseLayerMD5": "c5aa68995a2ac203d6fe2e4dd9d86911.svg", + "assetId": "bd5f701c99aa6512bac7b87c51e7cd46", + "name": "rooster-b", "bitmapResolution": 1, + "md5ext": "bd5f701c99aa6512bac7b87c51e7cd46.svg", + "dataFormat": "svg", "rotationCenterX": 58, "rotationCenterY": 70 }, { - "costumeName": "rooster-c", - "baseLayerID": -1, - "baseLayerMD5": "b7a5c9f9d387cc7d36d6ed935d2a46b1.svg", + "assetId": "6490360bd5d6efd2b646fb24c19df6b1", + "name": "rooster-c", "bitmapResolution": 1, + "md5ext": "6490360bd5d6efd2b646fb24c19df6b1.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 72 } ], - "currentCostumeIndex": 0, - "scratchX": -6, - "scratchY": 3, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + }, + { + "assetId": "2e375acae2c7c0d655935a9de14b12f6", + "name": "rooster", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 68440, + "md5ext": "2e375acae2c7c0d655935a9de14b12f6.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -6, + "y": 3, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Rooster" } }, { @@ -13117,44 +15532,55 @@ 1 ], "json": { - "objName": "Ruby", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Ruby", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "ruby-a", - "baseLayerID": -1, - "baseLayerMD5": "c30210e8f719c3a4d2c7cc6917a39300.png", + "assetId": "c30210e8f719c3a4d2c7cc6917a39300", + "name": "ruby-a", "bitmapResolution": 2, + "md5ext": "c30210e8f719c3a4d2c7cc6917a39300.png", + "dataFormat": "png", "rotationCenterX": 54, "rotationCenterY": 172 }, { - "costumeName": "ruby-b", - "baseLayerID": -1, - "baseLayerMD5": "fc15fdbcc535473f6140cab28197f3be.png", + "assetId": "fc15fdbcc535473f6140cab28197f3be", + "name": "ruby-b", "bitmapResolution": 2, + "md5ext": "fc15fdbcc535473f6140cab28197f3be.png", + "dataFormat": "png", "rotationCenterX": 76, "rotationCenterY": 142 } ], - "currentCostumeIndex": 0, - "scratchX": -39, - "scratchY": 37, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -39, + "y": 37, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Ruby" } }, { @@ -13171,36 +15597,46 @@ 1 ], "json": { - "objName": "Sailboat", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Sailboat", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "sailboat", - "baseLayerID": -1, - "baseLayerMD5": "ca241a938a2c44a0de6b91230012ff39.png", + "assetId": "ca241a938a2c44a0de6b91230012ff39", + "name": "sailboat", "bitmapResolution": 2, + "md5ext": "ca241a938a2c44a0de6b91230012ff39.png", + "dataFormat": "png", "rotationCenterX": 224, "rotationCenterY": 182 } ], - "currentCostumeIndex": 0, - "scratchX": 18, - "scratchY": 49, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 18, + "y": 49, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Sailboat" } }, { @@ -13216,41 +15652,51 @@ 1 ], "json": { - "objName": "Sam", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Sam", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "sam", - "baseLayerID": -1, - "baseLayerMD5": "8208e99159b36c957fb9fbc187e51bc7.png", + "assetId": "8208e99159b36c957fb9fbc187e51bc7", + "name": "sam", "bitmapResolution": 2, + "md5ext": "8208e99159b36c957fb9fbc187e51bc7.png", + "dataFormat": "png", "rotationCenterX": 117, "rotationCenterY": 159 } ], - "currentCostumeIndex": 0, - "scratchX": 50, - "scratchY": -28, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": 50, + "y": -28, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Sam" } }, { "name": "Saxophone", - "md5": "e9e4297f5d7e630a384b1dea835ec72d.svg", + "md5": "4414c51bdd03f60f40a1210e1d55cf57.svg", "type": "sprite", "tags": [ "music", @@ -13262,105 +15708,123 @@ 8 ], "json": { - "objName": "Saxophone", - "sounds": [ + "isStage": false, + "name": "Saxophone", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "C Sax", - "soundID": -1, - "md5": "4d2c939d6953b5f241a27a62cf72de64.wav", - "sampleCount": 9491, - "rate": 22050, - "format": "" + "assetId": "4414c51bdd03f60f40a1210e1d55cf57", + "name": "saxophone-a", + "bitmapResolution": 1, + "md5ext": "4414c51bdd03f60f40a1210e1d55cf57.svg", + "dataFormat": "svg", + "rotationCenterX": 47, + "rotationCenterY": 80 }, { - "soundName": "D Sax", - "soundID": -1, - "md5": "39f41954a73c0e15d842061e1a4c5e1d.wav", - "sampleCount": 9555, - "rate": 22050, - "format": "" - }, + "assetId": "459a64bebb7a788395c70e5369ab4746", + "name": "saxophone-b", + "bitmapResolution": 1, + "md5ext": "459a64bebb7a788395c70e5369ab4746.svg", + "dataFormat": "svg", + "rotationCenterX": 47, + "rotationCenterY": 80 + } + ], + "sounds": [ { - "soundName": "E Sax", - "soundID": -1, - "md5": "3568b7dfe173fab6877a9ff1dcbcf1aa.wav", - "sampleCount": 7489, - "rate": 22050, - "format": "" + "assetId": "4d2c939d6953b5f241a27a62cf72de64", + "name": "C Sax", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 18982, + "md5ext": "4d2c939d6953b5f241a27a62cf72de64.wav" }, { - "soundName": "F Sax", - "soundID": -1, - "md5": "2ae3083817bcd595e26ea2884b6684d5.wav", - "sampleCount": 7361, - "rate": 22050, - "format": "adpcm" + "assetId": "39f41954a73c0e15d842061e1a4c5e1d", + "name": "D Sax", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 19110, + "md5ext": "39f41954a73c0e15d842061e1a4c5e1d.wav" }, { - "soundName": "G Sax", - "soundID": -1, - "md5": "cefba5de46adfe5702485e0934bb1e13.wav", - "sampleCount": 7349, - "rate": 22050, - "format": "adpcm" + "assetId": "3568b7dfe173fab6877a9ff1dcbcf1aa", + "name": "E Sax", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 14978, + "md5ext": "3568b7dfe173fab6877a9ff1dcbcf1aa.wav" }, { - "soundName": "A Sax", - "soundID": -1, - "md5": "420991e0d6d99292c6d736963842536a.wav", - "sampleCount": 6472, + "assetId": "2ae3083817bcd595e26ea2884b6684d5", + "name": "F Sax", + "dataFormat": "wav", + "format": "adpcm", "rate": 22050, - "format": "" + "sampleCount": 8129, + "md5ext": "2ae3083817bcd595e26ea2884b6684d5.wav" }, { - "soundName": "B Sax", - "soundID": -1, - "md5": "653ebe92d491b49ad5d8101d629f567b.wav", - "sampleCount": 9555, + "assetId": "cefba5de46adfe5702485e0934bb1e13", + "name": "G Sax", + "dataFormat": "wav", + "format": "adpcm", "rate": 22050, - "format": "" + "sampleCount": 8129, + "md5ext": "cefba5de46adfe5702485e0934bb1e13.wav" }, { - "soundName": "C2 Sax", - "soundID": -1, - "md5": "ea8d34b18c3d8fe328cea201666458bf.wav", - "sampleCount": 7349, - "rate": 22050, - "format": "adpcm" - } - ], - "costumes": [ + "assetId": "420991e0d6d99292c6d736963842536a", + "name": "A Sax", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 12944, + "md5ext": "420991e0d6d99292c6d736963842536a.wav" + }, { - "costumeName": "saxophone-a", - "baseLayerID": -1, - "baseLayerMD5": "e9e4297f5d7e630a384b1dea835ec72d.svg", - "bitmapResolution": 1, - "rotationCenterX": 47, - "rotationCenterY": 80 + "assetId": "653ebe92d491b49ad5d8101d629f567b", + "name": "B Sax", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 19110, + "md5ext": "653ebe92d491b49ad5d8101d629f567b.wav" }, { - "costumeName": "saxophone-b", - "baseLayerID": -1, - "baseLayerMD5": "04e5650480bfcf9190aa35bbd8d67b8e.svg", - "bitmapResolution": 1, - "rotationCenterX": 47, - "rotationCenterY": 80 + "assetId": "ea8d34b18c3d8fe328cea201666458bf", + "name": "C2 Sax", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "ea8d34b18c3d8fe328cea201666458bf.wav" } ], - "currentCostumeIndex": 0, - "scratchX": 137, - "scratchY": -13, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": 137, + "y": -13, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Saxophone" } }, { "name": "Scarf", - "md5": "5d671a4eb5c42e365d3c0ba1b885d9d8.svg", + "md5": "213db212d5d0c602f85cb248719ce785.svg", "type": "sprite", "tags": [ "fashion", @@ -13372,57 +15836,69 @@ 1 ], "json": { - "objName": "Scarf", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Scarf", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Scarf-a", - "baseLayerID": -1, - "baseLayerMD5": "5d671a4eb5c42e365d3c0ba1b885d9d8.svg", + "assetId": "213db212d5d0c602f85cb248719ce785", + "name": "Scarf-a", "bitmapResolution": 1, + "md5ext": "213db212d5d0c602f85cb248719ce785.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 23 }, { - "costumeName": "Scarf-b", - "baseLayerID": -1, - "baseLayerMD5": "0c03668b4e26eba969ad803a4e810c78.svg", + "assetId": "05b06ab8d2c6e2110896d70bb60a9fd7", + "name": "Scarf-b", "bitmapResolution": 1, + "md5ext": "05b06ab8d2c6e2110896d70bb60a9fd7.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 23 }, { - "costumeName": "Scarf-c", - "baseLayerID": -1, - "baseLayerMD5": "ce66662165e2756070f1b12e0a7cb5db.svg", + "assetId": "4a85e4e6232f12abf9802bec4aa419b3", + "name": "Scarf-c", "bitmapResolution": 1, + "md5ext": "4a85e4e6232f12abf9802bec4aa419b3.svg", + "dataFormat": "svg", "rotationCenterX": 30, "rotationCenterY": 44 } ], - "currentCostumeIndex": 0, - "scratchX": 53, - "scratchY": 10, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 37, "visible": true, - "spriteInfo": {} + "x": 53, + "y": 10, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Scarf" } }, { "name": "Shark", - "md5": "4ca6776e9c021e8b21c3346793c9361d.svg", + "md5": "6c8008ae677ec51af8da5023fa2cd521.svg", "type": "sprite", "tags": [ "animals", @@ -13436,49 +15912,60 @@ 1 ], "json": { - "objName": "Shark", - "sounds": [ - { - "soundName": "chomp", - "soundID": -1, - "md5": "0b1e3033140d094563248e61de4039e5.wav", - "sampleCount": 2912, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Shark", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "shark-a", - "baseLayerID": -1, - "baseLayerMD5": "4ca6776e9c021e8b21c3346793c9361d.svg", + "assetId": "6c8008ae677ec51af8da5023fa2cd521", + "name": "shark-a", "bitmapResolution": 1, + "md5ext": "6c8008ae677ec51af8da5023fa2cd521.svg", + "dataFormat": "svg", "rotationCenterX": 150, "rotationCenterY": 60 }, { - "costumeName": "shark-b", - "baseLayerID": -1, - "baseLayerMD5": "0bb623f0bbec53ee9667cee0b7ad6d47.svg", + "assetId": "b769db8fcbbf2609f0552db62ec1f94a", + "name": "shark-b", "bitmapResolution": 1, + "md5ext": "b769db8fcbbf2609f0552db62ec1f94a.svg", + "dataFormat": "svg", "rotationCenterX": 150, "rotationCenterY": 60 } ], - "currentCostumeIndex": 0, - "scratchX": -5, - "scratchY": 54, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0b1e3033140d094563248e61de4039e5", + "name": "chomp", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11648, + "md5ext": "0b1e3033140d094563248e61de4039e5.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": -5, + "y": 54, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Shark" } }, { "name": "Shark 2", - "md5": "7c0a907eae79462f69f8e2af8e7df828.svg", + "md5": "8a8d551e951087050cfa88fc64f9b4db.svg", "type": "sprite", "tags": [ "animals", @@ -13495,73 +15982,87 @@ 3 ], "json": { - "objName": "Shark 2", - "sounds": [ - { - "soundName": "Water drop", - "soundID": -1, - "md5": "e133e625fd367d269e76964d4b722fc2.wav", - "sampleCount": 15131, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "Bite", - "soundID": -1, - "md5": "0039635b1d6853face36581784558454.wav", - "sampleCount": 7672, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "Water drop", - "soundID": -1, - "md5": "0b1e3033140d094563248e61de4039e5.wav", - "sampleCount": 2912, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Shark 2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "shark2-a", - "baseLayerID": -1, - "baseLayerMD5": "7c0a907eae79462f69f8e2af8e7df828.svg", + "assetId": "8a8d551e951087050cfa88fc64f9b4db", + "name": "shark2-a", "bitmapResolution": 1, + "md5ext": "8a8d551e951087050cfa88fc64f9b4db.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 }, { - "costumeName": "shark2-b", - "baseLayerID": -1, - "baseLayerMD5": "cff9ae87a93294693a0650b38a7a33d2.svg", + "assetId": "6182a0628eadf2d16624864bea964432", + "name": "shark2-b", "bitmapResolution": 1, + "md5ext": "6182a0628eadf2d16624864bea964432.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 }, { - "costumeName": "shark2-c", - "baseLayerID": -1, - "baseLayerMD5": "afeae3f998598424f7c50918507f6ce6.svg", + "assetId": "7f4440b268358417aa79ccef06877c57", + "name": "shark2-c", "bitmapResolution": 1, + "md5ext": "7f4440b268358417aa79ccef06877c57.svg", + "dataFormat": "svg", "rotationCenterX": 77, "rotationCenterY": 37 } ], - "currentCostumeIndex": 0, - "scratchX": 41, - "scratchY": -15, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "e133e625fd367d269e76964d4b722fc2", + "name": "Water drop", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 15241, + "md5ext": "e133e625fd367d269e76964d4b722fc2.wav" + }, + { + "assetId": "0039635b1d6853face36581784558454", + "name": "Bite", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "0039635b1d6853face36581784558454.wav" + }, + { + "assetId": "0b1e3033140d094563248e61de4039e5", + "name": "Water drop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11648, + "md5ext": "0b1e3033140d094563248e61de4039e5.wav" + } + ], + "volume": 100, + "layerOrder": 49, "visible": true, - "spriteInfo": {} + "x": 41, + "y": -15, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Shark 2" } }, { "name": "Shirt", - "md5": "659465944053fe6fb6aa1ed0e11be9aa.svg", + "md5": "43e916bbe0ba7cecd08407d25ac3d104.svg", "type": "sprite", "tags": [ "fashion", @@ -13573,41 +16074,51 @@ 1 ], "json": { - "objName": "Shirt", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Shirt", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "shirt-a", - "baseLayerID": -1, - "baseLayerMD5": "659465944053fe6fb6aa1ed0e11be9aa.svg", + "assetId": "43e916bbe0ba7cecd08407d25ac3d104", + "name": "shirt-a", "bitmapResolution": 1, + "md5ext": "43e916bbe0ba7cecd08407d25ac3d104.svg", + "dataFormat": "svg", "rotationCenterX": 46, "rotationCenterY": 40 } ], - "currentCostumeIndex": 0, - "scratchX": 147, - "scratchY": 93, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": 147, + "y": 93, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Shirt" } }, { "name": "Shoes", - "md5": "4639a1af5bc91f1a6f14e822cd46972f.svg", + "md5": "f89f1656251248f1591aa67ae946c047.svg", "type": "sprite", "tags": [ "fashion", @@ -13621,65 +16132,78 @@ 1 ], "json": { - "objName": "Shoes", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Shoes", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "shoes-a", - "baseLayerID": -1, - "baseLayerMD5": "4639a1af5bc91f1a6f14e822cd46972f.svg", + "assetId": "f89f1656251248f1591aa67ae946c047", + "name": "shoes-a", "bitmapResolution": 1, + "md5ext": "f89f1656251248f1591aa67ae946c047.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 13 }, { - "costumeName": "shoes-b", - "baseLayerID": -1, - "baseLayerMD5": "6ba2a692c17f47170d611578a5620ae5.svg", + "assetId": "71b5a444d482455e9956cfd52d20526a", + "name": "shoes-b", "bitmapResolution": 1, + "md5ext": "71b5a444d482455e9956cfd52d20526a.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 31 }, { - "costumeName": "shoes-d", - "baseLayerID": -1, - "baseLayerMD5": "1130f7ca93716bac6afa31af86329e92.svg", + "assetId": "1e813a1618f38212a6febaa7e6b8d712", + "name": "shoes-d", "bitmapResolution": 1, + "md5ext": "1e813a1618f38212a6febaa7e6b8d712.svg", + "dataFormat": "svg", "rotationCenterX": 44, "rotationCenterY": 32 }, { - "costumeName": "shoes-c", - "baseLayerID": -1, - "baseLayerMD5": "14c6843195bd13824d253cb3fdb9e6de.svg", + "assetId": "724d9a8984279949ce452fc9b2e437a6", + "name": "shoes-c", "bitmapResolution": 1, + "md5ext": "724d9a8984279949ce452fc9b2e437a6.svg", + "dataFormat": "svg", "rotationCenterX": 45, "rotationCenterY": 33 } ], - "currentCostumeIndex": 0, - "scratchX": 49, - "scratchY": -140, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 49, + "y": -140, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Shoes" } }, { "name": "Shorts", - "md5": "d9b580c913c0d1d1a996dd733af91e68.svg", + "md5": "ea78ad682811f9c42731ec648ec7af3c.svg", "type": "sprite", "tags": [ "fashion", @@ -13693,57 +16217,69 @@ 1 ], "json": { - "objName": "Shorts", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Shorts", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "shorts-a", - "baseLayerID": -1, - "baseLayerMD5": "d9b580c913c0d1d1a996dd733af91e68.svg", + "assetId": "ea78ad682811f9c42731ec648ec7af3c", + "name": "shorts-a", "bitmapResolution": 1, + "md5ext": "ea78ad682811f9c42731ec648ec7af3c.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 37 }, { - "costumeName": "shorts-b", - "baseLayerID": -1, - "baseLayerMD5": "1e07ab2763e5e0f5557f97c0e2c89020.svg", + "assetId": "d5fc56b7247f079e5821d74d3e91e7a6", + "name": "shorts-b", "bitmapResolution": 1, + "md5ext": "d5fc56b7247f079e5821d74d3e91e7a6.svg", + "dataFormat": "svg", "rotationCenterX": 43, "rotationCenterY": 36 }, { - "costumeName": "shorts-c", - "baseLayerID": -1, - "baseLayerMD5": "dc9e0a1c2489ec0bf59a937b6c8ae85b.svg", + "assetId": "4d5f7a13ed20dc4f8fd194a7eb3f625f", + "name": "shorts-c", "bitmapResolution": 1, + "md5ext": "4d5f7a13ed20dc4f8fd194a7eb3f625f.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 29 } ], - "currentCostumeIndex": 0, - "scratchX": -166, - "scratchY": -113, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": -166, + "y": -113, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Shorts" } }, { "name": "Singer1", - "md5": "e47ef1af3b925e5ac9e3b3f809d440b3.svg", + "md5": "d6ff94dc7e24200c28015ee5d6373140.svg", "type": "sprite", "tags": [ "people", @@ -13755,41 +16291,51 @@ 1 ], "json": { - "objName": "Singer1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Singer1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Singer1", - "baseLayerID": -1, - "baseLayerMD5": "e47ef1af3b925e5ac9e3b3f809d440b3.svg", + "assetId": "d6ff94dc7e24200c28015ee5d6373140", + "name": "Singer1", "bitmapResolution": 1, + "md5ext": "d6ff94dc7e24200c28015ee5d6373140.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": -74, - "scratchY": -32, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 38, "visible": true, - "spriteInfo": {} + "x": -74, + "y": -32, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Singer1" } }, { "name": "Skeleton", - "md5": "e06f6eaf4fd27ff22f4c8207aa13c967.svg", + "md5": "c4d755c672a0826caa7b6fb767cc3f9b.svg", "type": "sprite", "tags": [ "fantasy", @@ -13805,65 +16351,78 @@ 1 ], "json": { - "objName": "Skeleton", - "sounds": [ - { - "soundName": "rattle", - "soundID": -1, - "md5": "74f1c07e0bcd7811fd9d456a5f8667f8.wav", - "sampleCount": 13184, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Skeleton", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "skeleton-a", - "baseLayerID": -1, - "baseLayerMD5": "e06f6eaf4fd27ff22f4c8207aa13c967.svg", + "assetId": "c4d755c672a0826caa7b6fb767cc3f9b", + "name": "skeleton-a", "bitmapResolution": 1, + "md5ext": "c4d755c672a0826caa7b6fb767cc3f9b.svg", + "dataFormat": "svg", "rotationCenterX": 59, "rotationCenterY": 100 }, { - "costumeName": "skeleton-b", - "baseLayerID": -1, - "baseLayerMD5": "06769ddf5fad85e101c7beda554d60b9.svg", + "assetId": "f4a00b2bd214b1d8412a2e89b2030354", + "name": "skeleton-b", "bitmapResolution": 1, + "md5ext": "f4a00b2bd214b1d8412a2e89b2030354.svg", + "dataFormat": "svg", "rotationCenterX": 69, "rotationCenterY": 90 }, { - "costumeName": "skeleton-d", - "baseLayerID": -1, - "baseLayerMD5": "155efd0dfdc59a0e2a546a4a7d068ece.svg", + "assetId": "67108e6b1d0f41aba2f94f81114ebf59", + "name": "skeleton-d", "bitmapResolution": 1, + "md5ext": "67108e6b1d0f41aba2f94f81114ebf59.svg", + "dataFormat": "svg", "rotationCenterX": 51, "rotationCenterY": 100 }, { - "costumeName": "skeleton-e", - "baseLayerID": -1, - "baseLayerMD5": "c41a11468602522cdc6dec7043215f65.svg", + "assetId": "3cfff37072a4138b977ba406c290b419", + "name": "skeleton-e", "bitmapResolution": 1, + "md5ext": "3cfff37072a4138b977ba406c290b419.svg", + "dataFormat": "svg", "rotationCenterX": 55, "rotationCenterY": 89 } ], - "currentCostumeIndex": 0, - "scratchX": 148, - "scratchY": -34, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "74f1c07e0bcd7811fd9d456a5f8667f8", + "name": "rattle", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 26368, + "md5ext": "74f1c07e0bcd7811fd9d456a5f8667f8.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 148, + "y": -34, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Skeleton" } }, { "name": "Snake", - "md5": "4d06e12d90479461303d828f0970f2d4.svg", + "md5": "f0e6ebdbdc8571b42f8a48cc2aed3042.svg", "type": "sprite", "tags": [ "animals", @@ -13876,57 +16435,69 @@ 1 ], "json": { - "objName": "Snake", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Snake", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "snake-a", - "baseLayerID": -1, - "baseLayerMD5": "4d06e12d90479461303d828f0970f2d4.svg", + "assetId": "f0e6ebdbdc8571b42f8a48cc2aed3042", + "name": "snake-a", "bitmapResolution": 1, + "md5ext": "f0e6ebdbdc8571b42f8a48cc2aed3042.svg", + "dataFormat": "svg", "rotationCenterX": 142, "rotationCenterY": 68 }, { - "costumeName": "snake-b", - "baseLayerID": -1, - "baseLayerMD5": "a8546a5f9ccaa2bdb678a362c50a17ec.svg", + "assetId": "42519e0ee19d75def88a514d3c49ce37", + "name": "snake-b", "bitmapResolution": 1, + "md5ext": "42519e0ee19d75def88a514d3c49ce37.svg", + "dataFormat": "svg", "rotationCenterX": 142, "rotationCenterY": 68 }, { - "costumeName": "snake-c", - "baseLayerID": -1, - "baseLayerMD5": "d993a7d70179777c14ac91a07e711d90.svg", + "assetId": "a0acb49efdf60b20cea0833eeedd44a1", + "name": "snake-c", "bitmapResolution": 1, + "md5ext": "a0acb49efdf60b20cea0833eeedd44a1.svg", + "dataFormat": "svg", "rotationCenterX": 142, "rotationCenterY": 68 } ], - "currentCostumeIndex": 0, - "scratchX": -113, - "scratchY": -99, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -113, + "y": -99, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Snake" } }, { "name": "Snowflake", - "md5": "67de2af723246de37d7379b76800ee0b.svg", + "md5": "083735cc9cd0e6d8c3dbab5ab9ee5407.svg", "type": "sprite", "tags": [ "winter" @@ -13937,41 +16508,51 @@ 1 ], "json": { - "objName": "Snowflake", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Snowflake", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "snowflake", - "baseLayerID": -1, - "baseLayerMD5": "67de2af723246de37d7379b76800ee0b.svg", + "assetId": "083735cc9cd0e6d8c3dbab5ab9ee5407", + "name": "snowflake", "bitmapResolution": 1, + "md5ext": "083735cc9cd0e6d8c3dbab5ab9ee5407.svg", + "dataFormat": "svg", "rotationCenterX": 104, "rotationCenterY": 103 } ], - "currentCostumeIndex": 0, - "scratchX": 0, - "scratchY": -32, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 39, "visible": true, - "spriteInfo": {} + "x": 0, + "y": -32, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Snowflake" } }, { "name": "Snowman", - "md5": "56c71c31c17b9bc66a2aab0342cf94b2.svg", + "md5": "0f109df620f935b94cb154101e6586d4.svg", "type": "sprite", "tags": [ "fantasy", @@ -13984,41 +16565,51 @@ 1 ], "json": { - "objName": "Snowman", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Snowman", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "snowman", - "baseLayerID": -1, - "baseLayerMD5": "56c71c31c17b9bc66a2aab0342cf94b2.svg", + "assetId": "0f109df620f935b94cb154101e6586d4", + "name": "snowman", "bitmapResolution": 1, + "md5ext": "0f109df620f935b94cb154101e6586d4.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": -86, - "scratchY": 45, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 26, "visible": true, - "spriteInfo": {} + "x": -86, + "y": 45, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Snowman" } }, { "name": "Soccer Ball", - "md5": "73eaf05fed60e9d65867508736f84569.svg", + "md5": "5d973d7a3a8be3f3bd6e1cd0f73c32b5.svg", "type": "sprite", "tags": [ "sports", @@ -14032,41 +16623,51 @@ 1 ], "json": { - "objName": "Soccer Ball", - "sounds": [ - { - "soundName": "basketball bounce", - "soundID": -1, - "md5": "1727f65b5f22d151685b8e5917456a60.wav", - "sampleCount": 8099, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Soccer Ball", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "soccer ball", - "baseLayerID": -1, - "baseLayerMD5": "73eaf05fed60e9d65867508736f84569.svg", + "assetId": "5d973d7a3a8be3f3bd6e1cd0f73c32b5", + "name": "soccer ball", "bitmapResolution": 1, + "md5ext": "5d973d7a3a8be3f3bd6e1cd0f73c32b5.svg", + "dataFormat": "svg", "rotationCenterX": 23, "rotationCenterY": 22 } ], - "currentCostumeIndex": 0, - "scratchX": 74, - "scratchY": -80, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1727f65b5f22d151685b8e5917456a60", + "name": "basketball bounce", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "1727f65b5f22d151685b8e5917456a60.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 74, + "y": -80, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Soccer Ball" } }, { "name": "Speaker", - "md5": "44dc3a2ec161999545914d1f77332d76.svg", + "md5": "697f6becae5321f77990636564ef0c97.svg", "type": "sprite", "tags": [ "music", @@ -14081,106 +16682,117 @@ 7 ], "json": { - "objName": "Speaker", - "variables": [ - { - "name": "scale degree", - "value": 1, - "isPersistent": false - }, - { - "name": "octave", - "value": 0, - "isPersistent": false - }, - { - "name": "note number", - "value": 62, - "isPersistent": false - }, - { - "name": "loop number", - "value": 1, - "isPersistent": false + "isStage": false, + "name": "Speaker", + "variables": { + "R?s=9ue~vmG263RuL6)4-scale degree-": [ + "scale degree", + 1 + ], + "R?s=9ue~vmG263RuL6)4-octave-": [ + "octave", + 0 + ], + "R?s=9ue~vmG263RuL6)4-note number-": [ + "note number", + 62 + ], + "R?s=9ue~vmG263RuL6)4-loop number-": [ + "loop number", + 1 + ] + }, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ + { + "assetId": "697f6becae5321f77990636564ef0c97", + "name": "speaker", + "bitmapResolution": 1, + "md5ext": "697f6becae5321f77990636564ef0c97.svg", + "dataFormat": "svg", + "rotationCenterX": 53, + "rotationCenterY": 79 } ], "sounds": [ { - "soundName": "Drive Around", - "soundID": -1, - "md5": "a3a85fb8564b0266f50a9c091087b7aa.wav", - "sampleCount": 44096, - "rate": 22050, - "format": "" + "assetId": "a3a85fb8564b0266f50a9c091087b7aa", + "name": "Drive Around", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88192, + "md5ext": "a3a85fb8564b0266f50a9c091087b7aa.wav" }, { - "soundName": "Scratchy Beat", - "soundID": -1, - "md5": "289dc558e076971e74dd1a0bd55719b1.wav", - "sampleCount": 44096, - "rate": 22050, - "format": "" + "assetId": "289dc558e076971e74dd1a0bd55719b1", + "name": "Scratchy Beat", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88192, + "md5ext": "289dc558e076971e74dd1a0bd55719b1.wav" }, { - "soundName": "Drum Jam", - "soundID": -1, - "md5": "8b5486ccc806e97e83049d25b071f7e4.wav", - "sampleCount": 44288, - "rate": 22050, - "format": "" + "assetId": "8b5486ccc806e97e83049d25b071f7e4", + "name": "Drum Jam", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88576, + "md5ext": "8b5486ccc806e97e83049d25b071f7e4.wav" }, { - "soundName": "Cymbal Echo", - "soundID": -1, - "md5": "bb243badd1201b2607bf2513df10cd97.wav", - "sampleCount": 44326, - "rate": 22050, - "format": "" + "assetId": "bb243badd1201b2607bf2513df10cd97", + "name": "Cymbal Echo", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88652, + "md5ext": "bb243badd1201b2607bf2513df10cd97.wav" }, { - "soundName": "Drum Satellite", - "soundID": -1, - "md5": "079067d7909f791b29f8be1c00fc2131.wav", - "sampleCount": 44096, - "rate": 22050, - "format": "" + "assetId": "079067d7909f791b29f8be1c00fc2131", + "name": "Drum Satellite", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 88192, + "md5ext": "079067d7909f791b29f8be1c00fc2131.wav" }, { - "soundName": "Kick Back", - "soundID": -1, - "md5": "9cd340d9d568b1479f731e69e103b3ce.wav", - "sampleCount": 44748, + "assetId": "9cd340d9d568b1479f731e69e103b3ce", + "name": "Kick Back", + "dataFormat": "wav", + "format": "adpcm", "rate": 22050, - "format": "adpcm" + "sampleCount": 44705, + "md5ext": "9cd340d9d568b1479f731e69e103b3ce.wav" }, { - "soundName": "Drum Funky", - "soundID": -1, - "md5": "fb56022366d21b299cbc3fd5e16000c2.wav", - "sampleCount": 44748, + "assetId": "fb56022366d21b299cbc3fd5e16000c2", + "name": "Drum Funky", + "dataFormat": "wav", + "format": "adpcm", "rate": 22050, - "format": "adpcm" - } - ], - "costumes": [ - { - "costumeName": "speaker", - "baseLayerID": -1, - "baseLayerMD5": "44dc3a2ec161999545914d1f77332d76.svg", - "bitmapResolution": 1, - "rotationCenterX": 53, - "rotationCenterY": 79 + "sampleCount": 44705, + "md5ext": "fb56022366d21b299cbc3fd5e16000c2.wav" } ], - "currentCostumeIndex": 0, - "scratchX": -1, - "scratchY": -28, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 43, "visible": true, - "spriteInfo": {} + "x": -1, + "y": -28, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Speaker" } }, { @@ -14196,41 +16808,51 @@ 1 ], "json": { - "objName": "Squirrel", - "sounds": [ + "isStage": false, + "name": "Squirrel", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" + "assetId": "b86efb7f23387300cf9037a61f328ab9", + "name": "squirrel", + "bitmapResolution": 2, + "md5ext": "b86efb7f23387300cf9037a61f328ab9.png", + "dataFormat": "png", + "rotationCenterX": 158, + "rotationCenterY": 146 } ], - "costumes": [ + "sounds": [ { - "costumeName": "squirrel", - "baseLayerID": -1, - "baseLayerMD5": "b86efb7f23387300cf9037a61f328ab9.png", - "bitmapResolution": 2, - "rotationCenterX": 158, - "rotationCenterY": 146 + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" } ], - "currentCostumeIndex": 0, - "scratchX": 52, - "scratchY": -28, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": 52, + "y": -28, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Squirrel" } }, { "name": "Star", - "md5": "e929c1274c379b6b6fed12e6dec63368.svg", + "md5": "551629f2a64c1f3703e57aaa133effa6.svg", "type": "sprite", "tags": [ "shapes", @@ -14242,41 +16864,51 @@ 1 ], "json": { - "objName": "Star", - "sounds": [ - { - "soundName": "collect", - "soundID": -1, - "md5": "32514c51e03db680e9c63857b840ae78.wav", - "sampleCount": 13320, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Star", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "star", - "baseLayerID": -1, - "baseLayerMD5": "e929c1274c379b6b6fed12e6dec63368.svg", + "assetId": "551629f2a64c1f3703e57aaa133effa6", + "name": "star", "bitmapResolution": 1, + "md5ext": "551629f2a64c1f3703e57aaa133effa6.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": 55, - "scratchY": 44, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "32514c51e03db680e9c63857b840ae78", + "name": "collect", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 14225, + "md5ext": "32514c51e03db680e9c63857b840ae78.wav" + } + ], + "volume": 100, + "layerOrder": 40, "visible": true, - "spriteInfo": {} + "x": 55, + "y": 44, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Star" } }, { "name": "Starfish", - "md5": "3d1101bbc24ae292a36356af325f660c.svg", + "md5": "69dca6e42d45d3fef89f81de40b11bef.svg", "type": "sprite", "tags": [ "animals", @@ -14291,49 +16923,60 @@ 1 ], "json": { - "objName": "Starfish", - "sounds": [ - { - "soundName": "collect", - "soundID": -1, - "md5": "32514c51e03db680e9c63857b840ae78.wav", - "sampleCount": 13320, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Starfish", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "starfish-a", - "baseLayerID": -1, - "baseLayerMD5": "3d1101bbc24ae292a36356af325f660c.svg", + "assetId": "69dca6e42d45d3fef89f81de40b11bef", + "name": "starfish-a", "bitmapResolution": 1, + "md5ext": "69dca6e42d45d3fef89f81de40b11bef.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 }, { - "costumeName": "starfish-b ", - "baseLayerID": -1, - "baseLayerMD5": "ad8007f4e63693984d4adc466ffa3ad2.svg", + "assetId": "be2ca55a5688670302e7c3f79d5040d1", + "name": "starfish-b ", "bitmapResolution": 1, + "md5ext": "be2ca55a5688670302e7c3f79d5040d1.svg", + "dataFormat": "svg", "rotationCenterX": 53, "rotationCenterY": 60 } ], - "currentCostumeIndex": 0, - "scratchX": -32, - "scratchY": 5, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "32514c51e03db680e9c63857b840ae78", + "name": "collect", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 14225, + "md5ext": "32514c51e03db680e9c63857b840ae78.wav" + } + ], + "volume": 100, + "layerOrder": 41, "visible": true, - "spriteInfo": {} + "x": -32, + "y": 5, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Starfish" } }, { "name": "Stop", - "md5": "5b9e3e8edffb0bd4914113609eec5e04.svg", + "md5": "1e2c3987e4cdb1f317b1773662719b13.svg", "type": "sprite", "tags": [ "shapes", @@ -14345,41 +16988,51 @@ 1 ], "json": { - "objName": "Stop", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Stop", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "stop", - "baseLayerID": -1, - "baseLayerMD5": "5b9e3e8edffb0bd4914113609eec5e04.svg", + "assetId": "1e2c3987e4cdb1f317b1773662719b13", + "name": "stop", "bitmapResolution": 1, + "md5ext": "1e2c3987e4cdb1f317b1773662719b13.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 25 } ], - "currentCostumeIndex": 0, - "scratchX": -29, - "scratchY": -29, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 42, "visible": true, - "spriteInfo": {} + "x": -29, + "y": -29, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Stop" } }, { "name": "Strawberry", - "md5": "b4cff4b414b5f7fbf25c7c45abfb6c62.svg", + "md5": "2fa57942dc7ded7eddc4d41554768d67.svg", "type": "sprite", "tags": [ "food", @@ -14392,73 +17045,87 @@ 1 ], "json": { - "objName": "Strawberry", - "sounds": [ - { - "soundName": "chomp", - "soundID": -1, - "md5": "0b1e3033140d094563248e61de4039e5.wav", - "sampleCount": 2912, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Strawberry", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "strawberry-a", - "baseLayerID": -1, - "baseLayerMD5": "b4cff4b414b5f7fbf25c7c45abfb6c62.svg", + "assetId": "2fa57942dc7ded7eddc4d41554768d67", + "name": "strawberry-a", "bitmapResolution": 1, + "md5ext": "2fa57942dc7ded7eddc4d41554768d67.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 47 }, { - "costumeName": "strawberry-b", - "baseLayerID": -1, - "baseLayerMD5": "ebb8720dc679772e3dcb1b49e0503aa4.svg", + "assetId": "662279c12965d2913a060a55aebec496", + "name": "strawberry-b", "bitmapResolution": 1, + "md5ext": "662279c12965d2913a060a55aebec496.svg", + "dataFormat": "svg", "rotationCenterX": 43, "rotationCenterY": 47 }, { - "costumeName": "strawberry-c", - "baseLayerID": -1, - "baseLayerMD5": "278dc229a71e2fbff475908ca5c2483e.svg", + "assetId": "10ed1486ff4bab3eebb3b8ae55d81ccd", + "name": "strawberry-c", "bitmapResolution": 1, + "md5ext": "10ed1486ff4bab3eebb3b8ae55d81ccd.svg", + "dataFormat": "svg", "rotationCenterX": 43, "rotationCenterY": 47 }, { - "costumeName": "strawberry-d", - "baseLayerID": -1, - "baseLayerMD5": "68a023e80cb9eff2350374361c034f08.svg", + "assetId": "aa4eae20c750900e4f63e6ede4083d81", + "name": "strawberry-d", "bitmapResolution": 1, + "md5ext": "aa4eae20c750900e4f63e6ede4083d81.svg", + "dataFormat": "svg", "rotationCenterX": 41, "rotationCenterY": 47 }, { - "costumeName": "strawberry-e", - "baseLayerID": -1, - "baseLayerMD5": "9fef0cd91ba59163d74f4464b02824b8.svg", + "assetId": "f5008785e74590689afca4b578d108a4", + "name": "strawberry-e", "bitmapResolution": 1, + "md5ext": "f5008785e74590689afca4b578d108a4.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 36 } ], - "currentCostumeIndex": 0, - "scratchX": 138, - "scratchY": 91, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0b1e3033140d094563248e61de4039e5", + "name": "chomp", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 11648, + "md5ext": "0b1e3033140d094563248e61de4039e5.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": 138, + "y": 91, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Strawberry" } }, { "name": "Sun", - "md5": "14b0508da0dc30e83b2bede13c1be1e9.svg", + "md5": "406808d86aff20a15d592b308e166a32.svg", "type": "sprite", "tags": [ "space", @@ -14474,41 +17141,51 @@ 1 ], "json": { - "objName": "Sun", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Sun", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "sun", - "baseLayerID": -1, - "baseLayerMD5": "14b0508da0dc30e83b2bede13c1be1e9.svg", + "assetId": "406808d86aff20a15d592b308e166a32", + "name": "sun", "bitmapResolution": 1, + "md5ext": "406808d86aff20a15d592b308e166a32.svg", + "dataFormat": "svg", "rotationCenterX": 54, "rotationCenterY": 54 } ], - "currentCostumeIndex": 0, - "scratchX": -3, - "scratchY": -42, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -3, + "y": -42, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Sun" } }, { "name": "Sunglasses1", - "md5": "424393e8705aeadcfecb8559ce4dcea2.svg", + "md5": "c95a05c3bed665027d267d93454c428a.svg", "type": "sprite", "tags": [ "fashion", @@ -14520,49 +17197,60 @@ 1 ], "json": { - "objName": "Sunglasses1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Sunglasses1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "sunglasses-a", - "baseLayerID": -1, - "baseLayerMD5": "424393e8705aeadcfecb8559ce4dcea2.svg", + "assetId": "c95a05c3bed665027d267d93454c428a", + "name": "sunglasses-a", "bitmapResolution": 1, + "md5ext": "c95a05c3bed665027d267d93454c428a.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 14 }, { - "costumeName": "sunglasses-b", - "baseLayerID": -1, - "baseLayerMD5": "3185d2295bbf2c5ebd0688c9e4f13076.svg", + "assetId": "dc568ae1f8b9b6544f0634ef975a7098", + "name": "sunglasses-b", "bitmapResolution": 1, + "md5ext": "dc568ae1f8b9b6544f0634ef975a7098.svg", + "dataFormat": "svg", "rotationCenterX": 29, "rotationCenterY": 10 } ], - "currentCostumeIndex": 0, - "scratchX": -36, - "scratchY": 0, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 44, "visible": true, - "spriteInfo": {} + "x": -36, + "y": 0, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Sunglasses1" } }, { "name": "Taco", - "md5": "bc78fb90ed373d56c11d5fafa4203ccd.svg", + "md5": "383ea1ef802bc2706670536cfa8271b7.svg", "type": "sprite", "tags": [ "food", @@ -14574,49 +17262,60 @@ 1 ], "json": { - "objName": "Taco", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Taco", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Taco", - "baseLayerID": -1, - "baseLayerMD5": "bc78fb90ed373d56c11d5fafa4203ccd.svg", + "assetId": "383ea1ef802bc2706670536cfa8271b7", + "name": "Taco", "bitmapResolution": 1, + "md5ext": "383ea1ef802bc2706670536cfa8271b7.svg", + "dataFormat": "svg", "rotationCenterX": 78, "rotationCenterY": 48 }, { - "costumeName": "Taco-wizard", - "baseLayerID": -1, - "baseLayerMD5": "5e9e65db20d403b590578ed44b1a3792.svg", + "assetId": "c97113d17afeaac9f461ea0ec257ef26", + "name": "Taco-wizard", "bitmapResolution": 1, + "md5ext": "c97113d17afeaac9f461ea0ec257ef26.svg", + "dataFormat": "svg", "rotationCenterX": 125, "rotationCenterY": 82 } ], - "currentCostumeIndex": 0, - "scratchX": 0, - "scratchY": 0, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": 46.00000000000001, + "y": 37.99999999999999, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Taco" } }, { "name": "Takeout", - "md5": "05c010b2425c4433353ff85d43ed7a1d.svg", + "md5": "40f63eb18230c4defa9051830beffb0f.svg", "type": "sprite", "tags": [ "food", @@ -14628,68 +17327,82 @@ 1 ], "json": { - "objName": "Takeout", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Takeout", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "takeout-a", - "baseLayerID": -1, - "baseLayerMD5": "05c010b2425c4433353ff85d43ed7a1d.svg", + "assetId": "40f63eb18230c4defa9051830beffb0f", + "name": "takeout-a", "bitmapResolution": 1, + "md5ext": "40f63eb18230c4defa9051830beffb0f.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 41 }, { - "costumeName": "takeout-b", - "baseLayerID": -1, - "baseLayerMD5": "26c3be261cbb0327eaa1afe0467c80d0.svg", + "assetId": "e03cd6e668e0eeddb2da98a095e2f30f", + "name": "takeout-b", "bitmapResolution": 1, + "md5ext": "e03cd6e668e0eeddb2da98a095e2f30f.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 42 }, { - "costumeName": "takeout-c", - "baseLayerID": -1, - "baseLayerMD5": "801fa349b34531a15d467fef2b940f87.svg", + "assetId": "24cc271fd6cf55f25b71e78faf749a98", + "name": "takeout-c", "bitmapResolution": 1, + "md5ext": "24cc271fd6cf55f25b71e78faf749a98.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 53 }, { - "costumeName": "takeout-d", - "baseLayerID": -1, - "baseLayerMD5": "24e21e2846b59cdf2c390ebe985b3c74.svg", + "assetId": "2b32d6a4a724c38bfaeb494d30827f19", + "name": "takeout-d", "bitmapResolution": 1, + "md5ext": "2b32d6a4a724c38bfaeb494d30827f19.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 42 }, { - "costumeName": "takeout-e", - "baseLayerID": -1, - "baseLayerMD5": "95584a98e22df5ca7370f5c01ebe6d06.svg", + "assetId": "9202a59888545c56c864bacb700c4297", + "name": "takeout-e", "bitmapResolution": 1, + "md5ext": "9202a59888545c56c864bacb700c4297.svg", + "dataFormat": "svg", "rotationCenterX": 41, "rotationCenterY": 35 } ], - "currentCostumeIndex": 0, - "scratchX": -5, - "scratchY": 65, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": -6.000000000000018, + "y": 69, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Takeout" } }, { @@ -14706,132 +17419,154 @@ 1 ], "json": { - "objName": "Ten80 Dance", - "sounds": [ - { - "soundName": "dance celebrate", - "soundID": -1, - "md5": "0edb8fb88af19e6e17d0f8cf64c1d136.wav", - "sampleCount": 176401, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Ten80 Dance", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Ten80 stance", - "baseLayerID": -1, - "baseLayerMD5": "f60f99278455c843b7833fb7615428dd.png", + "assetId": "f60f99278455c843b7833fb7615428dd", + "name": "Ten80 stance", "bitmapResolution": 2, + "md5ext": "f60f99278455c843b7833fb7615428dd.png", + "dataFormat": "png", "rotationCenterX": 70, "rotationCenterY": 278 }, { - "costumeName": "Ten80 top stand", - "baseLayerID": -1, - "baseLayerMD5": "b2f75ac1cd84615efaea6a7d7a4ee205.png", + "assetId": "b2f75ac1cd84615efaea6a7d7a4ee205", + "name": "Ten80 top stand", "bitmapResolution": 2, + "md5ext": "b2f75ac1cd84615efaea6a7d7a4ee205.png", + "dataFormat": "png", "rotationCenterX": 74, "rotationCenterY": 274 }, { - "costumeName": "Ten80 top R step", - "baseLayerID": -1, - "baseLayerMD5": "580fba92f23d5592200eb5a9079dc38f.png", + "assetId": "580fba92f23d5592200eb5a9079dc38f", + "name": "Ten80 top R step", "bitmapResolution": 2, + "md5ext": "580fba92f23d5592200eb5a9079dc38f.png", + "dataFormat": "png", "rotationCenterX": 200, "rotationCenterY": 270 }, { - "costumeName": "Ten80 top L step", - "baseLayerID": -1, - "baseLayerMD5": "e51942bb4651e616549cfce1ad36ff83.png", + "assetId": "e51942bb4651e616549cfce1ad36ff83", + "name": "Ten80 top L step", "bitmapResolution": 2, + "md5ext": "e51942bb4651e616549cfce1ad36ff83.png", + "dataFormat": "png", "rotationCenterX": 144, "rotationCenterY": 266 }, { - "costumeName": "Ten80 top freeze", - "baseLayerID": -1, - "baseLayerMD5": "8313a2229d555bbdb8ce92dffed067ad.png", + "assetId": "8313a2229d555bbdb8ce92dffed067ad", + "name": "Ten80 top freeze", "bitmapResolution": 2, + "md5ext": "8313a2229d555bbdb8ce92dffed067ad.png", + "dataFormat": "png", "rotationCenterX": 54, "rotationCenterY": 258 }, { - "costumeName": "Ten80 top R cross", - "baseLayerID": -1, - "baseLayerMD5": "e06ac61e96e3a5abf4ca0863816f5d28.png", + "assetId": "e06ac61e96e3a5abf4ca0863816f5d28", + "name": "Ten80 top R cross", "bitmapResolution": 2, + "md5ext": "e06ac61e96e3a5abf4ca0863816f5d28.png", + "dataFormat": "png", "rotationCenterX": 206, "rotationCenterY": 252 }, { - "costumeName": "Ten80 pop front", - "baseLayerID": -1, - "baseLayerMD5": "86602007ae2952236d47d7fd587a56b6.png", + "assetId": "86602007ae2952236d47d7fd587a56b6", + "name": "Ten80 pop front", "bitmapResolution": 2, + "md5ext": "86602007ae2952236d47d7fd587a56b6.png", + "dataFormat": "png", "rotationCenterX": 72, "rotationCenterY": 266 }, { - "costumeName": "Ten80 pop down", - "baseLayerID": -1, - "baseLayerMD5": "fea7045c09073700b88fae8d4d257cd1.png", + "assetId": "fea7045c09073700b88fae8d4d257cd1", + "name": "Ten80 pop down", "bitmapResolution": 2, + "md5ext": "fea7045c09073700b88fae8d4d257cd1.png", + "dataFormat": "png", "rotationCenterX": 74, "rotationCenterY": 188 }, { - "costumeName": "Ten80 pop left", - "baseLayerID": -1, - "baseLayerMD5": "3c9a7eac1d696ae74ee40c6efa8fa4dd.png", + "assetId": "3c9a7eac1d696ae74ee40c6efa8fa4dd", + "name": "Ten80 pop left", "bitmapResolution": 2, + "md5ext": "3c9a7eac1d696ae74ee40c6efa8fa4dd.png", + "dataFormat": "png", "rotationCenterX": 184, "rotationCenterY": 266 }, { - "costumeName": "Ten80 pop right", - "baseLayerID": -1, - "baseLayerMD5": "548bdf23904e409c1fcc0992f44d0b4c.png", + "assetId": "548bdf23904e409c1fcc0992f44d0b4c", + "name": "Ten80 pop right", "bitmapResolution": 2, + "md5ext": "548bdf23904e409c1fcc0992f44d0b4c.png", + "dataFormat": "png", "rotationCenterX": 78, "rotationCenterY": 276 }, { - "costumeName": "Ten80 pop L arm", - "baseLayerID": -1, - "baseLayerMD5": "ce2141ce97921ddc333bc65ff5bec27d.png", + "assetId": "ce2141ce97921ddc333bc65ff5bec27d", + "name": "Ten80 pop L arm", "bitmapResolution": 2, + "md5ext": "ce2141ce97921ddc333bc65ff5bec27d.png", + "dataFormat": "png", "rotationCenterX": 100, "rotationCenterY": 280 }, { - "costumeName": "Ten80 pop stand", - "baseLayerID": -1, - "baseLayerMD5": "377b8521c436f4f39ed2100fa1cb7c2f.png", + "assetId": "377b8521c436f4f39ed2100fa1cb7c2f", + "name": "Ten80 pop stand", "bitmapResolution": 2, + "md5ext": "377b8521c436f4f39ed2100fa1cb7c2f.png", + "dataFormat": "png", "rotationCenterX": 92, "rotationCenterY": 280 }, { - "costumeName": "Ten80 pop R arm", - "baseLayerID": -1, - "baseLayerMD5": "279bd5499329f98a68cf92c68014e198.png", + "assetId": "279bd5499329f98a68cf92c68014e198", + "name": "Ten80 pop R arm", "bitmapResolution": 2, + "md5ext": "279bd5499329f98a68cf92c68014e198.png", + "dataFormat": "png", "rotationCenterX": 74, "rotationCenterY": 278 } ], - "currentCostumeIndex": 0, - "scratchX": -86, - "scratchY": 4, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0edb8fb88af19e6e17d0f8cf64c1d136", + "name": "dance celebrate", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 176785, + "md5ext": "0edb8fb88af19e6e17d0f8cf64c1d136.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": -86, + "y": 4, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Ten80 Dance" } }, { @@ -14848,41 +17583,51 @@ 1 ], "json": { - "objName": "Tennis Ball", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Tennis Ball", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "tennisball", - "baseLayerID": -1, - "baseLayerMD5": "34fa36004be0340ec845ba6bbeb5e5d5.png", + "assetId": "34fa36004be0340ec845ba6bbeb5e5d5", + "name": "tennisball", "bitmapResolution": 2, + "md5ext": "34fa36004be0340ec845ba6bbeb5e5d5.png", + "dataFormat": "png", "rotationCenterX": 30, "rotationCenterY": 30 } ], - "currentCostumeIndex": 0, - "scratchX": 39, - "scratchY": -20, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": 39, + "y": -20, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Tennis Ball" } }, { "name": "Tera", - "md5": "b54a4a9087435863ab6f6c908f1cac99.svg", + "md5": "18f9a11ecdbd3ad8719beb176c484d41.svg", "type": "sprite", "tags": [ "fantasy", @@ -14894,65 +17639,78 @@ 1 ], "json": { - "objName": "Tera", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Tera", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "tera-a", - "baseLayerID": -1, - "baseLayerMD5": "b54a4a9087435863ab6f6c908f1cac99.svg", + "assetId": "18f9a11ecdbd3ad8719beb176c484d41", + "name": "tera-a", "bitmapResolution": 1, + "md5ext": "18f9a11ecdbd3ad8719beb176c484d41.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 63 }, { - "costumeName": "tera-b", - "baseLayerID": -1, - "baseLayerMD5": "1e6b3a29351cda80d1a70a3cc0e499f2.svg", + "assetId": "365d4de6c99d71f1370f7c5e636728af", + "name": "tera-b", "bitmapResolution": 1, + "md5ext": "365d4de6c99d71f1370f7c5e636728af.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 64 }, { - "costumeName": "tera-c", - "baseLayerID": -1, - "baseLayerMD5": "7edf116cbb7111292361431521ae699e.svg", + "assetId": "2daca5f43efc2d29fb089879448142e9", + "name": "tera-c", "bitmapResolution": 1, + "md5ext": "2daca5f43efc2d29fb089879448142e9.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 63 }, { - "costumeName": "tera-d", - "baseLayerID": -1, - "baseLayerMD5": "7c3c9c8b5f4ac77de2036175712a777a.svg", + "assetId": "5456a723f3b35eaa946b974a59888793", + "name": "tera-d", "bitmapResolution": 1, + "md5ext": "5456a723f3b35eaa946b974a59888793.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 63 } ], - "currentCostumeIndex": 0, - "scratchX": 54, - "scratchY": -17, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 44, "visible": true, - "spriteInfo": {} + "x": 54, + "y": -17, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Tera" } }, { "name": "Toucan", - "md5": "6c8798e606abd728b112aecedb5dc249.svg", + "md5": "9eef2e49b3bbf371603ae783cd82db3c.svg", "type": "sprite", "tags": [ "animals", @@ -14965,57 +17723,69 @@ 1 ], "json": { - "objName": "Toucan", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Toucan", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "toucan-a", - "baseLayerID": -1, - "baseLayerMD5": "6c8798e606abd728b112aecedb5dc249.svg", + "assetId": "9eef2e49b3bbf371603ae783cd82db3c", + "name": "toucan-a", "bitmapResolution": 1, + "md5ext": "9eef2e49b3bbf371603ae783cd82db3c.svg", + "dataFormat": "svg", "rotationCenterX": 80, "rotationCenterY": 63 }, { - "costumeName": "toucan-b", - "baseLayerID": -1, - "baseLayerMD5": "a3e12be9efa0e7aa83778f6054c9c541.svg", + "assetId": "72952d831d0b67c9d056b44a4bc3d0ae", + "name": "toucan-b", "bitmapResolution": 1, + "md5ext": "72952d831d0b67c9d056b44a4bc3d0ae.svg", + "dataFormat": "svg", "rotationCenterX": 80, "rotationCenterY": 63 }, { - "costumeName": "toucan-c", - "baseLayerID": -1, - "baseLayerMD5": "56522b58a9959fd6152060346129f7cb.svg", + "assetId": "b6345d7386021ee85bb17f8aa4950eed", + "name": "toucan-c", "bitmapResolution": 1, + "md5ext": "b6345d7386021ee85bb17f8aa4950eed.svg", + "dataFormat": "svg", "rotationCenterX": 80, "rotationCenterY": 63 } ], - "currentCostumeIndex": 0, - "scratchX": 111, - "scratchY": -94, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 111, + "y": -94, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Toucan" } }, { "name": "Trampoline", - "md5": "20b16bcb61396df304cad5e8886ceb46.png", + "md5": "8fa3c6fcff2f25f5fe7842d68dcfe5cf.png", "type": "sprite", "tags": [ "sports" @@ -15026,41 +17796,51 @@ 1 ], "json": { - "objName": "Trampoline", - "sounds": [ + "isStage": false, + "name": "Trampoline", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" + "assetId": "8fa3c6fcff2f25f5fe7842d68dcfe5cf", + "name": "trampoline", + "bitmapResolution": 2, + "md5ext": "8fa3c6fcff2f25f5fe7842d68dcfe5cf.png", + "dataFormat": "png", + "rotationCenterX": 200, + "rotationCenterY": 82 } ], - "costumes": [ + "sounds": [ { - "costumeName": "trampoline", - "baseLayerID": -1, - "baseLayerMD5": "20b16bcb61396df304cad5e8886ceb46.png", - "bitmapResolution": 1, - "rotationCenterX": 100, - "rotationCenterY": 41 + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" } ], - "currentCostumeIndex": 0, - "scratchX": 20, - "scratchY": -40, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 7, "visible": true, - "spriteInfo": {} + "x": 20, + "y": -40, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Trampoline" } }, { "name": "Tree1", - "md5": "8c40e2662c55d17bc384f47165ac43c1.svg", + "md5": "d04b15886635101db8220a4361c0c88d.svg", "type": "sprite", "tags": [ "plants", @@ -15073,41 +17853,51 @@ 1 ], "json": { - "objName": "Tree1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Tree1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "tree1", - "baseLayerID": -1, - "baseLayerMD5": "8c40e2662c55d17bc384f47165ac43c1.svg", + "assetId": "d04b15886635101db8220a4361c0c88d", + "name": "tree1", "bitmapResolution": 1, + "md5ext": "d04b15886635101db8220a4361c0c88d.svg", + "dataFormat": "svg", "rotationCenterX": 77, "rotationCenterY": 126 } ], - "currentCostumeIndex": 0, - "scratchX": 91, - "scratchY": 18, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 45, "visible": true, - "spriteInfo": {} + "x": 91, + "y": 18, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Tree1" } }, { "name": "Trees", - "md5": "866ed2c2971bb04157e14e935ac8521c.svg", + "md5": "551b3fae8eab06b49013f54009a7767a.svg", "type": "sprite", "tags": [ "plants", @@ -15120,49 +17910,60 @@ 1 ], "json": { - "objName": "Trees", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Trees", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "trees-a", - "baseLayerID": -1, - "baseLayerMD5": "866ed2c2971bb04157e14e935ac8521c.svg", + "assetId": "551b3fae8eab06b49013f54009a7767a", + "name": "trees-a", "bitmapResolution": 1, + "md5ext": "551b3fae8eab06b49013f54009a7767a.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 94 }, { - "costumeName": "trees-b", - "baseLayerID": -1, - "baseLayerMD5": "f1393dde1bb0fc512577995b27616d86.svg", + "assetId": "04758bd432a8b1cab527bddf14432147", + "name": "trees-b", "bitmapResolution": 1, + "md5ext": "04758bd432a8b1cab527bddf14432147.svg", + "dataFormat": "svg", "rotationCenterX": 36, "rotationCenterY": 87 } ], - "currentCostumeIndex": 0, - "scratchX": 26, - "scratchY": -5, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 46, "visible": true, - "spriteInfo": {} + "x": 26, + "y": -5, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Trees" } }, { "name": "Truck", - "md5": "51404247db5cdbc082336dfa4c03d675.svg", + "md5": "aaa05abc5aa182a0d7bfdc6db0f3207a.svg", "type": "sprite", "tags": [ "truck", @@ -15176,57 +17977,69 @@ 1 ], "json": { - "objName": "Truck", - "sounds": [ - { - "soundName": "toy honk", - "soundID": -1, - "md5": "67aadcd28620ecdcdee2ad8eeebefa20.wav", - "sampleCount": 10726, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Truck", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Truck-a", - "baseLayerID": -1, - "baseLayerMD5": "51404247db5cdbc082336dfa4c03d675.svg", + "assetId": "aaa05abc5aa182a0d7bfdc6db0f3207a", + "name": "Truck-a", "bitmapResolution": 1, - "rotationCenterX": 174, - "rotationCenterY": 49 + "md5ext": "aaa05abc5aa182a0d7bfdc6db0f3207a.svg", + "dataFormat": "svg", + "rotationCenterX": 173.6413034351145, + "rotationCenterY": 48.359999999999985 }, { - "costumeName": "Truck-b", - "baseLayerID": -1, - "baseLayerMD5": "1887b8233d1b0728f715a3985f0e01b6.svg", + "assetId": "63b00424bdabc3459e5bc554c6c21e06", + "name": "Truck-b", "bitmapResolution": 1, - "rotationCenterX": 174, - "rotationCenterY": 58 + "md5ext": "63b00424bdabc3459e5bc554c6c21e06.svg", + "dataFormat": "svg", + "rotationCenterX": 173.6413034351145, + "rotationCenterY": 58.14 }, { - "costumeName": "Truck-c", - "baseLayerID": -1, - "baseLayerMD5": "e45bc3f87d9f603e588abe14b63b8e90.svg", + "assetId": "ce077e6db3573062017f94c2e4a8caea", + "name": "Truck-c", "bitmapResolution": 1, - "rotationCenterX": 174, - "rotationCenterY": 58 + "md5ext": "ce077e6db3573062017f94c2e4a8caea.svg", + "dataFormat": "svg", + "rotationCenterX": 173.67363114754104, + "rotationCenterY": 57.74000000000001 } ], - "currentCostumeIndex": 0, - "scratchX": -74, - "scratchY": -46, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "67aadcd28620ecdcdee2ad8eeebefa20", + "name": "toy honk", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 11177, + "md5ext": "67aadcd28620ecdcdee2ad8eeebefa20.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -74, + "y": -46, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Truck" } }, { "name": "Trumpet", - "md5": "36a48cc311fd28b4517e15d44b11587c.svg", + "md5": "47a1ec267505be96b678df30b92ec534.svg", "type": "sprite", "tags": [ "music", @@ -15238,105 +18051,123 @@ 8 ], "json": { - "objName": "Trumpet", - "sounds": [ + "isStage": false, + "name": "Trumpet", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "C Trumpet", - "soundID": -1, - "md5": "8970afcdc4e47bb54959a81fe27522bd.wav", - "sampleCount": 13118, - "rate": 22050, - "format": "" + "assetId": "47a1ec267505be96b678df30b92ec534", + "name": "trumpet-a", + "bitmapResolution": 1, + "md5ext": "47a1ec267505be96b678df30b92ec534.svg", + "dataFormat": "svg", + "rotationCenterX": 57, + "rotationCenterY": 38 }, { - "soundName": "D Trumpet", - "soundID": -1, - "md5": "0b1345b8fe2ba3076fedb4f3ae48748a.wav", - "sampleCount": 12702, - "rate": 22050, - "format": "" - }, + "assetId": "9a5c211622d6d2fed600c1809fccd21d", + "name": "trumpet-b", + "bitmapResolution": 1, + "md5ext": "9a5c211622d6d2fed600c1809fccd21d.svg", + "dataFormat": "svg", + "rotationCenterX": 55, + "rotationCenterY": 37 + } + ], + "sounds": [ { - "soundName": "E Trumpet", - "soundID": -1, - "md5": "494295a92314cadb220945a6711c568c.wav", - "sampleCount": 8680, - "rate": 22050, - "format": "adpcm" + "assetId": "8970afcdc4e47bb54959a81fe27522bd", + "name": "C Trumpet", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 26236, + "md5ext": "8970afcdc4e47bb54959a81fe27522bd.wav" }, { - "soundName": "F Trumpet", - "soundID": -1, - "md5": "5fa3108b119ca266029b4caa340a7cd0.wav", - "sampleCount": 12766, - "rate": 22050, - "format": "" + "assetId": "0b1345b8fe2ba3076fedb4f3ae48748a", + "name": "D Trumpet", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 25404, + "md5ext": "0b1345b8fe2ba3076fedb4f3ae48748a.wav" }, { - "soundName": "G Trumpet", - "soundID": -1, - "md5": "e84afda25975f14b364118591538ccf4.wav", - "sampleCount": 14640, + "assetId": "494295a92314cadb220945a6711c568c", + "name": "E Trumpet", + "dataFormat": "wav", + "format": "adpcm", "rate": 22050, - "format": "" + "sampleCount": 9145, + "md5ext": "494295a92314cadb220945a6711c568c.wav" }, { - "soundName": "A Trumpet", - "soundID": -1, - "md5": "d2dd6b4372ca17411965dc92d52b2172.wav", - "sampleCount": 13911, - "rate": 22050, - "format": "" + "assetId": "5fa3108b119ca266029b4caa340a7cd0", + "name": "F Trumpet", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 25532, + "md5ext": "5fa3108b119ca266029b4caa340a7cd0.wav" }, { - "soundName": "B Trumpet", - "soundID": -1, - "md5": "cad2bc57729942ed9b605145fc9ea65d.wav", - "sampleCount": 14704, - "rate": 22050, - "format": "" + "assetId": "e84afda25975f14b364118591538ccf4", + "name": "G Trumpet", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 29280, + "md5ext": "e84afda25975f14b364118591538ccf4.wav" }, { - "soundName": "C2 Trumpet", - "soundID": -1, - "md5": "df08249ed5446cc5e10b7ac62faac89b.wav", - "sampleCount": 15849, - "rate": 22050, - "format": "" - } - ], - "costumes": [ + "assetId": "d2dd6b4372ca17411965dc92d52b2172", + "name": "A Trumpet", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 27822, + "md5ext": "d2dd6b4372ca17411965dc92d52b2172.wav" + }, { - "costumeName": "trumpet-a", - "baseLayerID": -1, - "baseLayerMD5": "36a48cc311fd28b4517e15d44b11587c.svg", - "bitmapResolution": 1, - "rotationCenterX": 57, - "rotationCenterY": 38 + "assetId": "cad2bc57729942ed9b605145fc9ea65d", + "name": "B Trumpet", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 29408, + "md5ext": "cad2bc57729942ed9b605145fc9ea65d.wav" }, { - "costumeName": "trumpet-b", - "baseLayerID": -1, - "baseLayerMD5": "c04cdfd5f05ff2817b6ab78027ef5d22.svg", - "bitmapResolution": 1, - "rotationCenterX": 55, - "rotationCenterY": 37 + "assetId": "df08249ed5446cc5e10b7ac62faac89b", + "name": "C2 Trumpet", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 31698, + "md5ext": "df08249ed5446cc5e10b7ac62faac89b.wav" } ], - "currentCostumeIndex": 0, - "scratchX": 7, - "scratchY": 46, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 13, "visible": true, - "spriteInfo": {} + "x": 7, + "y": 46, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Trumpet" } }, { "name": "Unicorn", - "md5": "c491fd1867375aa0160b013788d188e5.svg", + "md5": "1439d51d9878276362b123c9045af6b5.svg", "type": "sprite", "tags": [ "fantasy", @@ -15349,41 +18180,51 @@ 1 ], "json": { - "objName": "Unicorn", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Unicorn", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "unicorn", - "baseLayerID": -1, - "baseLayerMD5": "c491fd1867375aa0160b013788d188e5.svg", + "assetId": "1439d51d9878276362b123c9045af6b5", + "name": "unicorn", "bitmapResolution": 1, + "md5ext": "1439d51d9878276362b123c9045af6b5.svg", + "dataFormat": "svg", "rotationCenterX": 91, "rotationCenterY": 95 } ], - "currentCostumeIndex": 0, - "scratchX": 5, - "scratchY": -72, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 22, "visible": true, - "spriteInfo": {} + "x": -18.000000000000007, + "y": -41.000000000000014, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Unicorn" } }, { "name": "Unicorn 2", - "md5": "a04def38351e7fd805226345cac4fbfe.svg", + "md5": "dcbeac8e856c9ddd6c457376be6573c8.svg", "type": "sprite", "tags": [ "fantasy", @@ -15398,41 +18239,51 @@ 1 ], "json": { - "objName": "Unicorn 2", - "sounds": [ - { - "soundName": "magic spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Unicorn 2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "unicorn 2", - "baseLayerID": -1, - "baseLayerMD5": "a04def38351e7fd805226345cac4fbfe.svg", + "assetId": "dcbeac8e856c9ddd6c457376be6573c8", + "name": "unicorn 2", "bitmapResolution": 1, + "md5ext": "dcbeac8e856c9ddd6c457376be6573c8.svg", + "dataFormat": "svg", "rotationCenterX": 75, "rotationCenterY": 75 } ], - "currentCostumeIndex": 0, - "scratchX": -96, - "scratchY": -43, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "magic spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 27, "visible": true, - "spriteInfo": {} + "x": -96, + "y": -43, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Unicorn 2" } }, { "name": "Unicorn Running", - "md5": "d938a2bfbac8f3caf713d189fd993af5.svg", + "md5": "4709966d11b37e8a11d24c800e8b2859.svg", "type": "sprite", "tags": [ "fantasy", @@ -15446,81 +18297,96 @@ 1 ], "json": { - "objName": "Unicorn Running", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Unicorn Running", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "unicorn running-a", - "baseLayerID": -1, - "baseLayerMD5": "d938a2bfbac8f3caf713d189fd993af5.svg", + "assetId": "4709966d11b37e8a11d24c800e8b2859", + "name": "unicorn running-a", "bitmapResolution": 1, + "md5ext": "4709966d11b37e8a11d24c800e8b2859.svg", + "dataFormat": "svg", "rotationCenterX": 118, "rotationCenterY": 90 }, { - "costumeName": "unicorn running-b", - "baseLayerID": -1, - "baseLayerMD5": "663618fcc0484879de6ad485b288c444.svg", + "assetId": "fa5fe4596494a43db8c7957d2254aee3", + "name": "unicorn running-b", "bitmapResolution": 1, + "md5ext": "fa5fe4596494a43db8c7957d2254aee3.svg", + "dataFormat": "svg", "rotationCenterX": 120, "rotationCenterY": 89 }, { - "costumeName": "unicorn running-c", - "baseLayerID": -1, - "baseLayerMD5": "ceb2f88fe182bc61af4e3864f8b46bba.svg", + "assetId": "f00efa25fc97f2cce2499771d6a5f809", + "name": "unicorn running-c", "bitmapResolution": 1, + "md5ext": "f00efa25fc97f2cce2499771d6a5f809.svg", + "dataFormat": "svg", "rotationCenterX": 121, "rotationCenterY": 90 }, { - "costumeName": "unicorn running-d", - "baseLayerID": -1, - "baseLayerMD5": "dddad08a2d03f406307ec7155f43c51c.svg", + "assetId": "e111350b8bedefffee0d5e7e2490d446", + "name": "unicorn running-d", "bitmapResolution": 1, + "md5ext": "e111350b8bedefffee0d5e7e2490d446.svg", + "dataFormat": "svg", "rotationCenterX": 120, "rotationCenterY": 87 }, { - "costumeName": "unicorn running-e", - "baseLayerID": -1, - "baseLayerMD5": "cf3a00e72f3fc20d9ad15379fdb7b424.svg", + "assetId": "8feaeec435125227c675dd95f69ff835", + "name": "unicorn running-e", "bitmapResolution": 1, + "md5ext": "8feaeec435125227c675dd95f69ff835.svg", + "dataFormat": "svg", "rotationCenterX": 119, "rotationCenterY": 90 }, { - "costumeName": "unicorn running-f", - "baseLayerID": -1, - "baseLayerMD5": "264a70e872af2d3f6b2abad85daf82ae.svg", + "assetId": "1fb3d038e985c01899881bc5bb373c16", + "name": "unicorn running-f", "bitmapResolution": 1, + "md5ext": "1fb3d038e985c01899881bc5bb373c16.svg", + "dataFormat": "svg", "rotationCenterX": 117, "rotationCenterY": 86 } ], - "currentCostumeIndex": 0, - "scratchX": 78, - "scratchY": -73, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 21, "visible": true, - "spriteInfo": {} + "x": 78, + "y": -73, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Unicorn Running" } }, { "name": "Wand", - "md5": "1aa56e9ef7043eaf36ecfe8e330271b7.svg", + "md5": "c021f0c7e3086a11336421dd864b7812.svg", "type": "sprite", "tags": [ "fantasy", @@ -15533,41 +18399,51 @@ 1 ], "json": { - "objName": "Wand", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Wand", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "wand", - "baseLayerID": -1, - "baseLayerMD5": "1aa56e9ef7043eaf36ecfe8e330271b7.svg", + "assetId": "c021f0c7e3086a11336421dd864b7812", + "name": "wand", "bitmapResolution": 1, + "md5ext": "c021f0c7e3086a11336421dd864b7812.svg", + "dataFormat": "svg", "rotationCenterX": 12, "rotationCenterY": 42 } ], - "currentCostumeIndex": 0, - "scratchX": -63, - "scratchY": 15, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 10, "visible": true, - "spriteInfo": {} + "x": -63, + "y": 15, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Wand" } }, { "name": "Wanda", - "md5": "450bc8fbd5ab6bc2e83576aad58cd07c.svg", + "md5": "0b008dabac95126132ab4e0c56d25400.svg", "type": "sprite", "tags": [ "people" @@ -15578,41 +18454,51 @@ 1 ], "json": { - "objName": "Wanda", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Wanda", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "wanda", - "baseLayerID": -1, - "baseLayerMD5": "450bc8fbd5ab6bc2e83576aad58cd07c.svg", + "assetId": "0b008dabac95126132ab4e0c56d25400", + "name": "wanda", "bitmapResolution": 1, + "md5ext": "0b008dabac95126132ab4e0c56d25400.svg", + "dataFormat": "svg", "rotationCenterX": 49, "rotationCenterY": 68 } ], - "currentCostumeIndex": 0, - "scratchX": -75, - "scratchY": 49, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 47, "visible": true, - "spriteInfo": {} + "x": -75, + "y": 49, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Wanda" } }, { "name": "Watermelon", - "md5": "8736ecc2524895733534c888cd91fa1f.svg", + "md5": "21d1340478e32a942914a7afd12b9f1a.svg", "type": "sprite", "tags": [ "food", @@ -15628,57 +18514,69 @@ 1 ], "json": { - "objName": "Watermelon", - "sounds": [ - { - "soundName": "Bite", - "soundID": -1, - "md5": "0039635b1d6853face36581784558454.wav", - "sampleCount": 7672, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Watermelon", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "watermelon-a", - "baseLayerID": -1, - "baseLayerMD5": "8736ecc2524895733534c888cd91fa1f.svg", + "assetId": "21d1340478e32a942914a7afd12b9f1a", + "name": "watermelon-a", "bitmapResolution": 1, - "rotationCenterX": 40, - "rotationCenterY": 27 + "md5ext": "21d1340478e32a942914a7afd12b9f1a.svg", + "dataFormat": "svg", + "rotationCenterX": 40.13434982299805, + "rotationCenterY": 27.860475540161133 }, { - "costumeName": "watermelon-b", - "baseLayerID": -1, - "baseLayerMD5": "1ed1c8b78eae2ee7422074d7f883031d.svg", + "assetId": "1ed1c8b78eae2ee7422074d7f883031d", + "name": "watermelon-b", "bitmapResolution": 1, - "rotationCenterX": 22, - "rotationCenterY": 27 + "md5ext": "1ed1c8b78eae2ee7422074d7f883031d.svg", + "dataFormat": "svg", + "rotationCenterX": 23.5, + "rotationCenterY": 28.5 }, { - "costumeName": "watermelon-c", - "baseLayerID": -1, - "baseLayerMD5": "677738282686d2dcce35d731c3ddc043.svg", + "assetId": "677738282686d2dcce35d731c3ddc043", + "name": "watermelon-c", "bitmapResolution": 1, - "rotationCenterX": 21, - "rotationCenterY": 15 + "md5ext": "677738282686d2dcce35d731c3ddc043.svg", + "dataFormat": "svg", + "rotationCenterX": 21.5, + "rotationCenterY": 16 } ], - "currentCostumeIndex": 0, - "scratchX": 73, - "scratchY": -47, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "0039635b1d6853face36581784558454", + "name": "Bite", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 8129, + "md5ext": "0039635b1d6853face36581784558454.wav" + } + ], + "volume": 100, + "layerOrder": 45, "visible": true, - "spriteInfo": {} + "x": 73, + "y": -47, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Watermelon" } }, { "name": "Winter Hat", - "md5": "62678324450bac2154703e2978e8ab61.svg", + "md5": "2672323e34d6dc82fda8fc3b057fa5aa.svg", "type": "sprite", "tags": [ "fashion", @@ -15692,41 +18590,51 @@ 1 ], "json": { - "objName": "Winter Hat", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Winter Hat", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Winter Hat", - "baseLayerID": -1, - "baseLayerMD5": "62678324450bac2154703e2978e8ab61.svg", + "assetId": "2672323e34d6dc82fda8fc3b057fa5aa", + "name": "Winter Hat", "bitmapResolution": 1, + "md5ext": "2672323e34d6dc82fda8fc3b057fa5aa.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": 12, - "scratchY": -131, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 52, "visible": true, - "spriteInfo": {} + "x": 12, + "y": -131, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Winter Hat" } }, { "name": "Witch", - "md5": "cbc54e15cd62f0c16369587377636099.svg", + "md5": "44cbaf358d2d8e66815e447c25a4b72e.svg", "type": "sprite", "tags": [ "fantasy", @@ -15742,65 +18650,78 @@ 1 ], "json": { - "objName": "Witch", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Witch", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "witch-a", - "baseLayerID": -1, - "baseLayerMD5": "cbc54e15cd62f0c16369587377636099.svg", + "assetId": "44cbaf358d2d8e66815e447c25a4b72e", + "name": "witch-a", "bitmapResolution": 1, + "md5ext": "44cbaf358d2d8e66815e447c25a4b72e.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 140 }, { - "costumeName": "witch-b", - "baseLayerID": -1, - "baseLayerMD5": "64d2c4c51e6cb6008cd5e93f77e6f591.svg", + "assetId": "b10fb75f426397e10c878fda19d92009", + "name": "witch-b", "bitmapResolution": 1, + "md5ext": "b10fb75f426397e10c878fda19d92009.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 140 }, { - "costumeName": "witch-c", - "baseLayerID": -1, - "baseLayerMD5": "00b768c3da5b4ee3efddf05d1eb88de2.svg", + "assetId": "668c9dc76ba6a07bebabf5aed4623566", + "name": "witch-c", "bitmapResolution": 1, + "md5ext": "668c9dc76ba6a07bebabf5aed4623566.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 140 }, { - "costumeName": "witch-d", - "baseLayerID": -1, - "baseLayerMD5": "4fe4c0ee34a9028f2c6988b7294a61c1.svg", + "assetId": "a7e48fc790511fbd46b30b1cdcdc98fc", + "name": "witch-d", "bitmapResolution": 1, + "md5ext": "a7e48fc790511fbd46b30b1cdcdc98fc.svg", + "dataFormat": "svg", "rotationCenterX": 65, "rotationCenterY": 140 } ], - "currentCostumeIndex": 0, - "scratchX": -47, - "scratchY": 33, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 14, "visible": true, - "spriteInfo": {} + "x": -47, + "y": 33, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Witch" } }, { "name": "Wizard", - "md5": "9632aab80fce1c5bdb58150b29cb0067.svg", + "md5": "91d495085eb4d02a375c42f6318071e7.svg", "type": "sprite", "tags": [ "fantasy", @@ -15816,57 +18737,69 @@ 1 ], "json": { - "objName": "Wizard", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Wizard", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "wizard-a", - "baseLayerID": -1, - "baseLayerMD5": "9632aab80fce1c5bdb58150b29cb0067.svg", + "assetId": "91d495085eb4d02a375c42f6318071e7", + "name": "wizard-a", "bitmapResolution": 1, + "md5ext": "91d495085eb4d02a375c42f6318071e7.svg", + "dataFormat": "svg", "rotationCenterX": 87, "rotationCenterY": 150 }, { - "costumeName": "wizard-b", - "baseLayerID": -1, - "baseLayerMD5": "36c9b8b93ddb2c392b7145862fc4e8d8.svg", + "assetId": "55ba51188af86ca16ef30267e874c1ed", + "name": "wizard-b", "bitmapResolution": 1, + "md5ext": "55ba51188af86ca16ef30267e874c1ed.svg", + "dataFormat": "svg", "rotationCenterX": 79, "rotationCenterY": 144 }, { - "costumeName": "wizard-c", - "baseLayerID": -1, - "baseLayerMD5": "16d4d221a2182278cfa6b0621f455cf6.svg", + "assetId": "df943c9894ee4b9df8c5893ce30c2a5f", + "name": "wizard-c", "bitmapResolution": 1, + "md5ext": "df943c9894ee4b9df8c5893ce30c2a5f.svg", + "dataFormat": "svg", "rotationCenterX": 87, "rotationCenterY": 150 } ], - "currentCostumeIndex": 0, - "scratchX": -137, - "scratchY": 2, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": -137, + "y": 2, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Wizard" } }, { "name": "Wizard Girl", - "md5": "dd40d3a2565990bcc24d2b36cd446394.svg", + "md5": "4be145d338d921b2d9d6dfd10cda4a6c.svg", "type": "sprite", "tags": [ "people", @@ -15882,41 +18815,51 @@ 1 ], "json": { - "objName": "Wizard Girl", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Wizard Girl", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "wizard girl", - "baseLayerID": -1, - "baseLayerMD5": "dd40d3a2565990bcc24d2b36cd446394.svg", + "assetId": "4be145d338d921b2d9d6dfd10cda4a6c", + "name": "wizard girl", "bitmapResolution": 1, + "md5ext": "4be145d338d921b2d9d6dfd10cda4a6c.svg", + "dataFormat": "svg", "rotationCenterX": 80, "rotationCenterY": 91 } ], - "currentCostumeIndex": 0, - "scratchX": -147, - "scratchY": -71, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": -136, + "y": -63.000000000000014, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Wizard Girl" } }, { "name": "Wizard Hat", - "md5": "2da561a7e5cbfcda613f4750020d4aa5.svg", + "md5": "398e447e36465c2521fdb3a6917b0c65.svg", "type": "sprite", "tags": [ "fashion", @@ -15929,41 +18872,51 @@ 1 ], "json": { - "objName": "Wizard Hat", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Wizard Hat", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Wizard Hat", - "baseLayerID": -1, - "baseLayerMD5": "2da561a7e5cbfcda613f4750020d4aa5.svg", + "assetId": "398e447e36465c2521fdb3a6917b0c65", + "name": "Wizard Hat", "bitmapResolution": 1, + "md5ext": "398e447e36465c2521fdb3a6917b0c65.svg", + "dataFormat": "svg", "rotationCenterX": 34, "rotationCenterY": 60 } ], - "currentCostumeIndex": 0, - "scratchX": 3, - "scratchY": -34, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 50, "visible": true, - "spriteInfo": {} + "x": 3, + "y": -34, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Wizard Hat" } }, { "name": "Wizard-toad", - "md5": "fd5c4cce36e866489febc227e23b21aa.svg", + "md5": "ca3bb4d397ecf6cda3edc48340af908b.svg", "type": "sprite", "tags": [ "fantasy", @@ -15980,57 +18933,69 @@ 2 ], "json": { - "objName": "Wizard-toad", - "sounds": [ - { - "soundName": "Magic Spell", - "soundID": -1, - "md5": "1cb60ecdb1075c8769cb346d5c2a22c7.wav", - "sampleCount": 43077, - "rate": 22050, - "format": "adpcm" - }, - { - "soundName": "croak", - "soundID": -1, - "md5": "c6ce0aadb89903a43f76fc20ea57633e.wav", - "sampleCount": 6424, - "rate": 22050, - "format": "adpcm" - } - ], + "isStage": false, + "name": "Wizard-toad", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "wizard-toad-a", - "baseLayerID": -1, - "baseLayerMD5": "fd5c4cce36e866489febc227e23b21aa.svg", + "assetId": "ca3bb4d397ecf6cda3edc48340af908b", + "name": "wizard-toad-a", "bitmapResolution": 1, + "md5ext": "ca3bb4d397ecf6cda3edc48340af908b.svg", + "dataFormat": "svg", "rotationCenterX": 87, "rotationCenterY": 80 }, { - "costumeName": "wizard-toad-b", - "baseLayerID": -1, - "baseLayerMD5": "4c260807d4ac4c0ad39760f1efeef1de.svg", + "assetId": "4041d5a2d1869e81268b9b92b49013a3", + "name": "wizard-toad-b", "bitmapResolution": 1, + "md5ext": "4041d5a2d1869e81268b9b92b49013a3.svg", + "dataFormat": "svg", "rotationCenterX": 87, "rotationCenterY": 80 } ], - "currentCostumeIndex": 0, - "scratchX": -128, - "scratchY": -85, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "1cb60ecdb1075c8769cb346d5c2a22c7", + "name": "Magic Spell", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 43689, + "md5ext": "1cb60ecdb1075c8769cb346d5c2a22c7.wav" + }, + { + "assetId": "c6ce0aadb89903a43f76fc20ea57633e", + "name": "croak", + "dataFormat": "wav", + "format": "adpcm", + "rate": 22050, + "sampleCount": 7113, + "md5ext": "c6ce0aadb89903a43f76fc20ea57633e.wav" + } + ], + "volume": 100, + "layerOrder": 18, "visible": true, - "spriteInfo": {} + "x": -128, + "y": -85, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Wizard-toad" } }, { "name": "Zebra", - "md5": "f58632e6b34fa8f9b35219e52ed2c864.svg", + "md5": "0e3bc5073305b7079b5e9a8c7b7d7f9b.svg", "type": "sprite", "tags": [ "animals", @@ -16044,49 +19009,60 @@ 1 ], "json": { - "objName": "Zebra", - "sounds": [ - { - "soundName": "horse gallop", - "soundID": -1, - "md5": "058a34b5fb8b57178b5322d994b6b8c8.wav", - "sampleCount": 38336, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Zebra", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "zebra-a", - "baseLayerID": -1, - "baseLayerMD5": "f58632e6b34fa8f9b35219e52ed2c864.svg", + "assetId": "0e3bc5073305b7079b5e9a8c7b7d7f9b", + "name": "zebra-a", "bitmapResolution": 1, + "md5ext": "0e3bc5073305b7079b5e9a8c7b7d7f9b.svg", + "dataFormat": "svg", "rotationCenterX": 97, "rotationCenterY": 56 }, { - "costumeName": "zebra-b", - "baseLayerID": -1, - "baseLayerMD5": "ea23797598a55938a2d46f2b0a389fd6.svg", + "assetId": "f3e322a25b9f79801066056de6f33fb1", + "name": "zebra-b", "bitmapResolution": 1, + "md5ext": "f3e322a25b9f79801066056de6f33fb1.svg", + "dataFormat": "svg", "rotationCenterX": 96, "rotationCenterY": 56 } ], - "currentCostumeIndex": 0, - "scratchX": 122, - "scratchY": 11, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "058a34b5fb8b57178b5322d994b6b8c8", + "name": "horse gallop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 153344, + "md5ext": "058a34b5fb8b57178b5322d994b6b8c8.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": 122, + "y": 11, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Zebra" } }, { "name": "Block-A", - "md5": "602a16930a8050e1298e1a0ae844363e.svg", + "md5": "ef3b01f6fc1ffa1270fbbf057f7ded42.svg", "type": "sprite", "tags": [ "alphabet", @@ -16098,41 +19074,51 @@ 1 ], "json": { - "objName": "Block-A", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-A", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-a", - "baseLayerID": -1, - "baseLayerMD5": "602a16930a8050e1298e1a0ae844363e.svg", + "assetId": "ef3b01f6fc1ffa1270fbbf057f7ded42", + "name": "Block-a", "bitmapResolution": 1, + "md5ext": "ef3b01f6fc1ffa1270fbbf057f7ded42.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": 36, - "scratchY": -31, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 1, "visible": true, - "spriteInfo": {} + "x": 36, + "y": -31, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-A" } }, { "name": "Block-B", - "md5": "f8c683cf71660e8ac1f8855599857a25.svg", + "md5": "1dc05fbaa37a6b41ffff459d0a776989.svg", "type": "sprite", "tags": [ "alphabet", @@ -16144,41 +19130,51 @@ 1 ], "json": { - "objName": "Block-B", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-B", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-b", - "baseLayerID": -1, - "baseLayerMD5": "f8c683cf71660e8ac1f8855599857a25.svg", + "assetId": "1dc05fbaa37a6b41ffff459d0a776989", + "name": "Block-b", "bitmapResolution": 1, + "md5ext": "1dc05fbaa37a6b41ffff459d0a776989.svg", + "dataFormat": "svg", "rotationCenterX": 29, "rotationCenterY": 42 } ], - "currentCostumeIndex": 0, - "scratchX": -24, - "scratchY": -45, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 2, "visible": true, - "spriteInfo": {} + "x": -24, + "y": -45, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-B" } }, { "name": "Block-C", - "md5": "f8f4cc686ffc5a4113a99f70b09abd32.svg", + "md5": "43090c4b423c977041542ce12017fda0.svg", "type": "sprite", "tags": [ "alphabet", @@ -16190,41 +19186,51 @@ 1 ], "json": { - "objName": "Block-C", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-C", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-c", - "baseLayerID": -1, - "baseLayerMD5": "f8f4cc686ffc5a4113a99f70b09abd32.svg", + "assetId": "43090c4b423c977041542ce12017fda0", + "name": "Block-c", "bitmapResolution": 1, + "md5ext": "43090c4b423c977041542ce12017fda0.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 43 } ], - "currentCostumeIndex": 0, - "scratchX": 42, - "scratchY": 22, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 3, "visible": true, - "spriteInfo": {} + "x": 42, + "y": 22, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-C" } }, { "name": "Block-D", - "md5": "aee2d71ef0293b33479bff9423d16b67.svg", + "md5": "1fb3db31500d6f7da662e825157920fa.svg", "type": "sprite", "tags": [ "alphabet", @@ -16236,41 +19242,51 @@ 1 ], "json": { - "objName": "Block-D", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-D", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-d", - "baseLayerID": -1, - "baseLayerMD5": "aee2d71ef0293b33479bff9423d16b67.svg", + "assetId": "1fb3db31500d6f7da662e825157920fa", + "name": "Block-d", "bitmapResolution": 1, + "md5ext": "1fb3db31500d6f7da662e825157920fa.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 41 } ], - "currentCostumeIndex": 0, - "scratchX": 30, - "scratchY": -39, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 4, "visible": true, - "spriteInfo": {} + "x": 30, + "y": -39, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-D" } }, { "name": "Block-E", - "md5": "16c6257316ff94cc7539ccdfc24e5fb8.svg", + "md5": "240aacc04444cef3b2ef8cfaf0dae479.svg", "type": "sprite", "tags": [ "alphabet", @@ -16282,41 +19298,51 @@ 1 ], "json": { - "objName": "Block-E", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-E", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-e", - "baseLayerID": -1, - "baseLayerMD5": "16c6257316ff94cc7539ccdfc24e5fb8.svg", + "assetId": "240aacc04444cef3b2ef8cfaf0dae479", + "name": "Block-e", "bitmapResolution": 1, + "md5ext": "240aacc04444cef3b2ef8cfaf0dae479.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": -87, - "scratchY": -22, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 5, "visible": true, - "spriteInfo": {} + "x": -87, + "y": -22, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-E" } }, { "name": "Block-F", - "md5": "34c090c1f573c569332ead68cb99b595.svg", + "md5": "d88d750ce848d7dbeeca3f02249350e2.svg", "type": "sprite", "tags": [ "alphabet", @@ -16328,41 +19354,51 @@ 1 ], "json": { - "objName": "Block-F", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-F", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-f", - "baseLayerID": -1, - "baseLayerMD5": "34c090c1f573c569332ead68cb99b595.svg", + "assetId": "d88d750ce848d7dbeeca3f02249350e2", + "name": "Block-f", "bitmapResolution": 1, + "md5ext": "d88d750ce848d7dbeeca3f02249350e2.svg", + "dataFormat": "svg", "rotationCenterX": 23, "rotationCenterY": 40 } ], - "currentCostumeIndex": 0, - "scratchX": -80, - "scratchY": 21, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 7, "visible": true, - "spriteInfo": {} + "x": -80, + "y": 21, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-F" } }, { "name": "Block-G", - "md5": "8bb2382627004eb08ff10ea8171cc724.svg", + "md5": "989c76ae7f8c2e42ebeacdda961061ca.svg", "type": "sprite", "tags": [ "alphabet", @@ -16374,41 +19410,51 @@ 1 ], "json": { - "objName": "Block-G", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-G", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-g", - "baseLayerID": -1, - "baseLayerMD5": "8bb2382627004eb08ff10ea8171cc724.svg", + "assetId": "989c76ae7f8c2e42ebeacdda961061ca", + "name": "Block-g", "bitmapResolution": 1, + "md5ext": "989c76ae7f8c2e42ebeacdda961061ca.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": 3, - "scratchY": 33, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 10, "visible": true, - "spriteInfo": {} + "x": 3, + "y": 33, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-G" } }, { "name": "Block-H", - "md5": "f1578807d4a124fc02b639a8febeaab3.svg", + "md5": "93426b2f313d1bdedff368d94fc989d6.svg", "type": "sprite", "tags": [ "alphabet", @@ -16420,41 +19466,51 @@ 1 ], "json": { - "objName": "Block-H", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-H", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-h", - "baseLayerID": -1, - "baseLayerMD5": "f1578807d4a124fc02b639a8febeaab3.svg", + "assetId": "93426b2f313d1bdedff368d94fc989d6", + "name": "Block-h", "bitmapResolution": 1, + "md5ext": "93426b2f313d1bdedff368d94fc989d6.svg", + "dataFormat": "svg", "rotationCenterX": 27, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": 96, - "scratchY": 42, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 12, "visible": true, - "spriteInfo": {} + "x": 96, + "y": 42, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-H" } }, { "name": "Block-I", - "md5": "341bc70442886d6fdf959f2a97a63554.svg", + "md5": "f911b18605f59c75adf4d83e07811fd8.svg", "type": "sprite", "tags": [ "alphabet", @@ -16466,41 +19522,51 @@ 1 ], "json": { - "objName": "Block-I", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-I", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-i", - "baseLayerID": -1, - "baseLayerMD5": "341bc70442886d6fdf959f2a97a63554.svg", + "assetId": "f911b18605f59c75adf4d83e07811fd8", + "name": "Block-i", "bitmapResolution": 1, + "md5ext": "f911b18605f59c75adf4d83e07811fd8.svg", + "dataFormat": "svg", "rotationCenterX": 19, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": 23, - "scratchY": 25, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 14, "visible": true, - "spriteInfo": {} + "x": 23, + "y": 25, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-I" } }, { "name": "Block-J", - "md5": "4b420cce964beedf2c1dc43faa59fdec.svg", + "md5": "8580c990ac918577550165447f870542.svg", "type": "sprite", "tags": [ "alphabet", @@ -16512,41 +19578,51 @@ 1 ], "json": { - "objName": "Block-J", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-J", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-j", - "baseLayerID": -1, - "baseLayerMD5": "4b420cce964beedf2c1dc43faa59fdec.svg", + "assetId": "8580c990ac918577550165447f870542", + "name": "Block-j", "bitmapResolution": 1, + "md5ext": "8580c990ac918577550165447f870542.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 41 } ], - "currentCostumeIndex": 0, - "scratchX": -26, - "scratchY": 39, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 16, "visible": true, - "spriteInfo": {} + "x": -26, + "y": 39, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-J" } }, { "name": "Block-K", - "md5": "19601cc33449813aa93a47c63167e5c1.svg", + "md5": "d93a9fd4bfb5bc1e9790945fa756b748.svg", "type": "sprite", "tags": [ "alphabet", @@ -16558,41 +19634,51 @@ 1 ], "json": { - "objName": "Block-K", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-K", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-k", - "baseLayerID": -1, - "baseLayerMD5": "19601cc33449813aa93a47c63167e5c1.svg", + "assetId": "d93a9fd4bfb5bc1e9790945fa756b748", + "name": "Block-k", "bitmapResolution": 1, + "md5ext": "d93a9fd4bfb5bc1e9790945fa756b748.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 40 } ], - "currentCostumeIndex": 0, - "scratchX": -10, - "scratchY": -31, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 18, "visible": true, - "spriteInfo": {} + "x": -10, + "y": -31, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-K" } }, { "name": "Block-L", - "md5": "87358e3c9b9f5be4376253ce08d0192d.svg", + "md5": "579c90cbaf847e9adf4faf37f340b32d.svg", "type": "sprite", "tags": [ "alphabet", @@ -16604,41 +19690,51 @@ 1 ], "json": { - "objName": "Block-L", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-L", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-l", - "baseLayerID": -1, - "baseLayerMD5": "87358e3c9b9f5be4376253ce08d0192d.svg", + "assetId": "579c90cbaf847e9adf4faf37f340b32d", + "name": "Block-l", "bitmapResolution": 1, + "md5ext": "579c90cbaf847e9adf4faf37f340b32d.svg", + "dataFormat": "svg", "rotationCenterX": 26, "rotationCenterY": 40 } ], - "currentCostumeIndex": 0, - "scratchX": -40, - "scratchY": -33, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 20, "visible": true, - "spriteInfo": {} + "x": -40, + "y": -33, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-L" } }, { "name": "Block-M", - "md5": "7ba0642be1f0080c0d273ea96e29b1e8.svg", + "md5": "6c5cf1fd0673f441b04e15e799685831.svg", "type": "sprite", "tags": [ "alphabet", @@ -16650,41 +19746,51 @@ 1 ], "json": { - "objName": "Block-M", - "sounds": [ + "isStage": false, + "name": "Block-M", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, + "costumes": [ { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" + "assetId": "6c5cf1fd0673f441b04e15e799685831", + "name": "Block-m", + "bitmapResolution": 1, + "md5ext": "6c5cf1fd0673f441b04e15e799685831.svg", + "dataFormat": "svg", + "rotationCenterX": 35, + "rotationCenterY": 37 } ], - "costumes": [ + "sounds": [ { - "costumeName": "Block-m", - "baseLayerID": -1, - "baseLayerMD5": "7ba0642be1f0080c0d273ea96e29b1e8.svg", - "bitmapResolution": 1, - "rotationCenterX": 35, - "rotationCenterY": 37 + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" } ], - "currentCostumeIndex": 0, - "scratchX": -80, - "scratchY": 10, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "volume": 100, + "layerOrder": 22, "visible": true, - "spriteInfo": {} + "x": -80, + "y": 10, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-M" } }, { "name": "Block-N", - "md5": "6c1fbc57821744bd9356ce9a21ed70f7.svg", + "md5": "9eba5dd44d65e1d421c40686fecde906.svg", "type": "sprite", "tags": [ "alphabet", @@ -16696,41 +19802,51 @@ 1 ], "json": { - "objName": "Block-N", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-N", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-n", - "baseLayerID": -1, - "baseLayerMD5": "6c1fbc57821744bd9356ce9a21ed70f7.svg", + "assetId": "9eba5dd44d65e1d421c40686fecde906", + "name": "Block-n", "bitmapResolution": 1, + "md5ext": "9eba5dd44d65e1d421c40686fecde906.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 37 } ], - "currentCostumeIndex": 0, - "scratchX": 66, - "scratchY": 0, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 24, "visible": true, - "spriteInfo": {} + "x": 66, + "y": 0, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-N" } }, { "name": "Block-O", - "md5": "e88638200a73e167d0e266a343019cec.svg", + "md5": "8bbbde09c13a06015e554ab36fa178c0.svg", "type": "sprite", "tags": [ "alphabet", @@ -16742,41 +19858,51 @@ 1 ], "json": { - "objName": "Block-O", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-O", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-o", - "baseLayerID": -1, - "baseLayerMD5": "e88638200a73e167d0e266a343019cec.svg", + "assetId": "8bbbde09c13a06015e554ab36fa178c0", + "name": "Block-o", "bitmapResolution": 1, + "md5ext": "8bbbde09c13a06015e554ab36fa178c0.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 40 } ], - "currentCostumeIndex": 0, - "scratchX": -82, - "scratchY": -14, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 28, "visible": true, - "spriteInfo": {} + "x": -82, + "y": -14, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-O" } }, { "name": "Block-P", - "md5": "ad2fc3a1c6538678915633a11ab6ec73.svg", + "md5": "0f920b99ac49421cf28e55c8d863bdc5.svg", "type": "sprite", "tags": [ "alphabet", @@ -16788,41 +19914,51 @@ 1 ], "json": { - "objName": "Block-P", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-P", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-p", - "baseLayerID": -1, - "baseLayerMD5": "ad2fc3a1c6538678915633a11ab6ec73.svg", + "assetId": "0f920b99ac49421cf28e55c8d863bdc5", + "name": "Block-p", "bitmapResolution": 1, + "md5ext": "0f920b99ac49421cf28e55c8d863bdc5.svg", + "dataFormat": "svg", "rotationCenterX": 18, "rotationCenterY": 33 } ], - "currentCostumeIndex": 0, - "scratchX": 53, - "scratchY": 43, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 26, "visible": true, - "spriteInfo": {} + "x": 53, + "y": 43, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-P" } }, { "name": "Block-Q", - "md5": "64da9da8684c74deb567dbdb661d3a52.svg", + "md5": "67f8e80eabaec4883eb9c67c9527004a.svg", "type": "sprite", "tags": [ "alphabet", @@ -16834,41 +19970,51 @@ 1 ], "json": { - "objName": "Block-Q", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-Q", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-q", - "baseLayerID": -1, - "baseLayerMD5": "64da9da8684c74deb567dbdb661d3a52.svg", + "assetId": "67f8e80eabaec4883eb9c67c9527004a", + "name": "Block-q", "bitmapResolution": 1, + "md5ext": "67f8e80eabaec4883eb9c67c9527004a.svg", + "dataFormat": "svg", "rotationCenterX": 26, "rotationCenterY": 33 } ], - "currentCostumeIndex": 0, - "scratchX": 52, - "scratchY": 47, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 36, "visible": true, - "spriteInfo": {} + "x": 52, + "y": 47, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-Q" } }, { "name": "Block-R", - "md5": "73e8d46f7475476d8cb4cfcfc75ee50d.svg", + "md5": "9d0432c5575451e251990d89845f8d00.svg", "type": "sprite", "tags": [ "alphabet", @@ -16880,41 +20026,51 @@ 1 ], "json": { - "objName": "Block-R", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-R", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-r", - "baseLayerID": -1, - "baseLayerMD5": "73e8d46f7475476d8cb4cfcfc75ee50d.svg", + "assetId": "9d0432c5575451e251990d89845f8d00", + "name": "Block-r", "bitmapResolution": 1, + "md5ext": "9d0432c5575451e251990d89845f8d00.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 33 } ], - "currentCostumeIndex": 0, - "scratchX": -88, - "scratchY": 14, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 31, "visible": true, - "spriteInfo": {} + "x": -88, + "y": 14, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-R" } }, { "name": "Block-S", - "md5": "9feb5593fed51e88dbb3128cfc290d29.svg", + "md5": "83c7486b08e78d099b4e776aaa2783fe.svg", "type": "sprite", "tags": [ "alphabet", @@ -16926,41 +20082,51 @@ 1 ], "json": { - "objName": "Block-S", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-S", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-s", - "baseLayerID": -1, - "baseLayerMD5": "9feb5593fed51e88dbb3128cfc290d29.svg", + "assetId": "83c7486b08e78d099b4e776aaa2783fe", + "name": "Block-s", "bitmapResolution": 1, + "md5ext": "83c7486b08e78d099b4e776aaa2783fe.svg", + "dataFormat": "svg", "rotationCenterX": 13, "rotationCenterY": 30 } ], - "currentCostumeIndex": 0, - "scratchX": -74, - "scratchY": -29, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 33, "visible": true, - "spriteInfo": {} + "x": -74, + "y": -29, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-S" } }, { "name": "Block-T", - "md5": "d29c1caf5cf195740c38f279e82a77a4.svg", + "md5": "6c1b26611ec0483f601a648f59305aff.svg", "type": "sprite", "tags": [ "alphabet", @@ -16972,41 +20138,51 @@ 1 ], "json": { - "objName": "Block-T", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-T", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-t", - "baseLayerID": -1, - "baseLayerMD5": "d29c1caf5cf195740c38f279e82a77a4.svg", + "assetId": "6c1b26611ec0483f601a648f59305aff", + "name": "Block-t", "bitmapResolution": 1, + "md5ext": "6c1b26611ec0483f601a648f59305aff.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 33 } ], - "currentCostumeIndex": 0, - "scratchX": 41, - "scratchY": 26, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 38, "visible": true, - "spriteInfo": {} + "x": 41, + "y": 26, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-T" } }, { "name": "Block-U", - "md5": "faef46b7bf589c36300142f6f03c5d32.svg", + "md5": "d02f77994789f528f0aaa7f211690151.svg", "type": "sprite", "tags": [ "alphabet", @@ -17018,41 +20194,51 @@ 1 ], "json": { - "objName": "Block-U", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-U", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-u", - "baseLayerID": -1, - "baseLayerMD5": "faef46b7bf589c36300142f6f03c5d32.svg", + "assetId": "d02f77994789f528f0aaa7f211690151", + "name": "Block-u", "bitmapResolution": 1, + "md5ext": "d02f77994789f528f0aaa7f211690151.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 41 } ], - "currentCostumeIndex": 0, - "scratchX": 52, - "scratchY": -28, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 40, "visible": true, - "spriteInfo": {} + "x": 52, + "y": -28, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-U" } }, { "name": "Block-V", - "md5": "65e2f4821ab084827e22920acb61c92b.svg", + "md5": "0654cfcb6234406837336e90be7e419c.svg", "type": "sprite", "tags": [ "alphabet", @@ -17064,41 +20250,51 @@ 1 ], "json": { - "objName": "Block-V", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-V", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-v", - "baseLayerID": -1, - "baseLayerMD5": "65e2f4821ab084827e22920acb61c92b.svg", + "assetId": "0654cfcb6234406837336e90be7e419c", + "name": "Block-v", "bitmapResolution": 1, + "md5ext": "0654cfcb6234406837336e90be7e419c.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 41 } ], - "currentCostumeIndex": 0, - "scratchX": 73, - "scratchY": -32, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 43, "visible": true, - "spriteInfo": {} + "x": 73, + "y": -32, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-V" } }, { "name": "Block-W", - "md5": "5ab197b4f70b2f98a3658c7ccdc3351d.svg", + "md5": "2b3145ae89c32793c4fcea9a6bcc6075.svg", "type": "sprite", "tags": [ "alphabet", @@ -17110,41 +20306,51 @@ 1 ], "json": { - "objName": "Block-W", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-W", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-w", - "baseLayerID": -1, - "baseLayerMD5": "5ab197b4f70b2f98a3658c7ccdc3351d.svg", + "assetId": "2b3145ae89c32793c4fcea9a6bcc6075", + "name": "Block-w", "bitmapResolution": 1, + "md5ext": "2b3145ae89c32793c4fcea9a6bcc6075.svg", + "dataFormat": "svg", "rotationCenterX": 47, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": 1, - "scratchY": -49, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 45, "visible": true, - "spriteInfo": {} + "x": 1, + "y": -49, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-W" } }, { "name": "Block-X", - "md5": "cb9dff35f05e823d954e47e4a717a48c.svg", + "md5": "a73f354dc045bbbc5a491d9367192a80.svg", "type": "sprite", "tags": [ "alphabet", @@ -17156,41 +20362,51 @@ 1 ], "json": { - "objName": "Block-X", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-X", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-x", - "baseLayerID": -1, - "baseLayerMD5": "cb9dff35f05e823d954e47e4a717a48c.svg", + "assetId": "a73f354dc045bbbc5a491d9367192a80", + "name": "Block-x", "bitmapResolution": 1, + "md5ext": "a73f354dc045bbbc5a491d9367192a80.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 32 } ], - "currentCostumeIndex": 0, - "scratchX": 61, - "scratchY": -35, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 47, "visible": true, - "spriteInfo": {} + "x": 61, + "y": -35, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-X" } }, { "name": "Block-Y", - "md5": "4c13c440bcb35c8c3aa6226374fced3f.svg", + "md5": "e13e79f106d32a3176dbcf5c1b35827d.svg", "type": "sprite", "tags": [ "alphabet", @@ -17202,41 +20418,51 @@ 1 ], "json": { - "objName": "Block-Y", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-Y", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-y", - "baseLayerID": -1, - "baseLayerMD5": "4c13c440bcb35c8c3aa6226374fced3f.svg", + "assetId": "e13e79f106d32a3176dbcf5c1b35827d", + "name": "Block-y", "bitmapResolution": 1, + "md5ext": "e13e79f106d32a3176dbcf5c1b35827d.svg", + "dataFormat": "svg", "rotationCenterX": 26, "rotationCenterY": 33 } ], - "currentCostumeIndex": 0, - "scratchX": 53, - "scratchY": -12, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 49, "visible": true, - "spriteInfo": {} + "x": 53, + "y": -12, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-Y" } }, { "name": "Block-Z", - "md5": "0ccff1898f1bf1b25333d581db09fae2.svg", + "md5": "c57d371b291d43675f46601518098572.svg", "type": "sprite", "tags": [ "alphabet", @@ -17248,41 +20474,51 @@ 1 ], "json": { - "objName": "Block-Z", - "sounds": [ - { - "soundName": "meow", - "soundID": -1, - "md5": "83c36d806dc92327b9e7049a565c6bff.wav", - "sampleCount": 18688, - "rate": 22050, - "format": "" - } - ], + "isStage": false, + "name": "Block-Z", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Block-z", - "baseLayerID": -1, - "baseLayerMD5": "0ccff1898f1bf1b25333d581db09fae2.svg", + "assetId": "c57d371b291d43675f46601518098572", + "name": "Block-z", "bitmapResolution": 1, + "md5ext": "c57d371b291d43675f46601518098572.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": -33, - "scratchY": -20, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83c36d806dc92327b9e7049a565c6bff", + "name": "meow", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 37376, + "md5ext": "83c36d806dc92327b9e7049a565c6bff.wav" + } + ], + "volume": 100, + "layerOrder": 51, "visible": true, - "spriteInfo": {} + "x": -33, + "y": -20, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Block-Z" } }, { "name": "Glow-0", - "md5": "38b2b342659adc6fa289090975e0e71d.svg", + "md5": "64b59074f24d0e2405a509a45c0dadba.svg", "type": "sprite", "tags": [ "numbers", @@ -17294,41 +20530,51 @@ 1 ], "json": { - "objName": "Glow-0", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-0", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-0", - "baseLayerID": -1, - "baseLayerMD5": "38b2b342659adc6fa289090975e0e71d.svg", + "assetId": "64b59074f24d0e2405a509a45c0dadba", + "name": "Glow-0", "bitmapResolution": 1, + "md5ext": "64b59074f24d0e2405a509a45c0dadba.svg", + "dataFormat": "svg", "rotationCenterX": 29, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": -31, - "scratchY": -37, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 53, "visible": true, - "spriteInfo": {} + "x": -31, + "y": -37, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-0" } }, { "name": "Glow-1", - "md5": "2c88706210672655401fe09edd8ff6a7.svg", + "md5": "9f75c26aa6c56168a3e5a4f598de2c94.svg", "type": "sprite", "tags": [ "numbers", @@ -17340,41 +20586,51 @@ 1 ], "json": { - "objName": "Glow-1", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-1", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-1", - "baseLayerID": -1, - "baseLayerMD5": "2c88706210672655401fe09edd8ff6a7.svg", + "assetId": "9f75c26aa6c56168a3e5a4f598de2c94", + "name": "Glow-1", "bitmapResolution": 1, + "md5ext": "9f75c26aa6c56168a3e5a4f598de2c94.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": 95, - "scratchY": -19, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 54, "visible": true, - "spriteInfo": {} + "x": 95, + "y": -19, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-1" } }, { "name": "Glow-2", - "md5": "b9faa5708a799a1607f0325a7af2561c.svg", + "md5": "e8d8bf59db37b5012dd643a16a636042.svg", "type": "sprite", "tags": [ "numbers", @@ -17386,41 +20642,51 @@ 1 ], "json": { - "objName": "Glow-2", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-2", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-2", - "baseLayerID": -1, - "baseLayerMD5": "b9faa5708a799a1607f0325a7af2561c.svg", + "assetId": "e8d8bf59db37b5012dd643a16a636042", + "name": "Glow-2", "bitmapResolution": 1, + "md5ext": "e8d8bf59db37b5012dd643a16a636042.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 41 } ], - "currentCostumeIndex": 0, - "scratchX": -44, - "scratchY": -10, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 55, "visible": true, - "spriteInfo": {} + "x": -44, + "y": -10, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-2" } }, { "name": "Glow-3", - "md5": "cf42a50552ce26032ead712ac4f36c23.svg", + "md5": "57f7afe3b9888cca56803b73a62e4227.svg", "type": "sprite", "tags": [ "numbers", @@ -17432,41 +20698,51 @@ 1 ], "json": { - "objName": "Glow-3", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-3", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-3", - "baseLayerID": -1, - "baseLayerMD5": "cf42a50552ce26032ead712ac4f36c23.svg", + "assetId": "57f7afe3b9888cca56803b73a62e4227", + "name": "Glow-3", "bitmapResolution": 1, + "md5ext": "57f7afe3b9888cca56803b73a62e4227.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 42 } ], - "currentCostumeIndex": 0, - "scratchX": 48, - "scratchY": 7, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 56, "visible": true, - "spriteInfo": {} + "x": 48, + "y": 7, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-3" } }, { "name": "Glow-4", - "md5": "3ffa6aee373e28fc36b9395ac4d0467e.svg", + "md5": "b8209e1980475b30ff11e60d7633446d.svg", "type": "sprite", "tags": [ "numbers", @@ -17478,41 +20754,51 @@ 1 ], "json": { - "objName": "Glow-4", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-4", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-4", - "baseLayerID": -1, - "baseLayerMD5": "3ffa6aee373e28fc36b9395ac4d0467e.svg", + "assetId": "b8209e1980475b30ff11e60d7633446d", + "name": "Glow-4", "bitmapResolution": 1, + "md5ext": "b8209e1980475b30ff11e60d7633446d.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": 50, - "scratchY": -12, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 57, "visible": true, - "spriteInfo": {} + "x": 50, + "y": -12, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-4" } }, { "name": "Glow-5", - "md5": "85d87d32e7e9e6be122c905b0d2e7e33.svg", + "md5": "aacb5b3cec637f192f080138b4ccd8d2.svg", "type": "sprite", "tags": [ "numbers", @@ -17524,41 +20810,51 @@ 1 ], "json": { - "objName": "Glow-5", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-5", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-5", - "baseLayerID": -1, - "baseLayerMD5": "85d87d32e7e9e6be122c905b0d2e7e33.svg", + "assetId": "aacb5b3cec637f192f080138b4ccd8d2", + "name": "Glow-5", "bitmapResolution": 1, + "md5ext": "aacb5b3cec637f192f080138b4ccd8d2.svg", + "dataFormat": "svg", "rotationCenterX": 30, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": -88, - "scratchY": -37, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 58, "visible": true, - "spriteInfo": {} + "x": -88, + "y": -37, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-5" } }, { "name": "Glow-6", - "md5": "62cc2a6def27f19d11ed56e86e95aac5.svg", + "md5": "84d9f26050c709e6b98706c22d2efb3d.svg", "type": "sprite", "tags": [ "numbers", @@ -17570,41 +20866,51 @@ 1 ], "json": { - "objName": "Glow-6", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-6", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-6", - "baseLayerID": -1, - "baseLayerMD5": "62cc2a6def27f19d11ed56e86e95aac5.svg", + "assetId": "84d9f26050c709e6b98706c22d2efb3d", + "name": "Glow-6", "bitmapResolution": 1, + "md5ext": "84d9f26050c709e6b98706c22d2efb3d.svg", + "dataFormat": "svg", "rotationCenterX": 30, "rotationCenterY": 37 } ], - "currentCostumeIndex": 0, - "scratchX": 35, - "scratchY": 31, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 59, "visible": true, - "spriteInfo": {} + "x": 35, + "y": 31, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-6" } }, { "name": "Glow-7", - "md5": "8887983eb4df2e62a2ed4770a1d98d60.svg", + "md5": "6194b9a251a905d0001a969990961724.svg", "type": "sprite", "tags": [ "numbers", @@ -17616,41 +20922,51 @@ 1 ], "json": { - "objName": "Glow-7", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-7", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-7", - "baseLayerID": -1, - "baseLayerMD5": "8887983eb4df2e62a2ed4770a1d98d60.svg", + "assetId": "6194b9a251a905d0001a969990961724", + "name": "Glow-7", "bitmapResolution": 1, + "md5ext": "6194b9a251a905d0001a969990961724.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 42 } ], - "currentCostumeIndex": 0, - "scratchX": 30, - "scratchY": 5, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 60, "visible": true, - "spriteInfo": {} + "x": 30, + "y": 5, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-7" } }, { "name": "Glow-8", - "md5": "4c42c4cb0c1e090d0f9570416d3c80c8.svg", + "md5": "55e95fb9c60fbebb7d20bba99c7e9609.svg", "type": "sprite", "tags": [ "numbers", @@ -17662,41 +20978,51 @@ 1 ], "json": { - "objName": "Glow-8", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-8", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-8", - "baseLayerID": -1, - "baseLayerMD5": "4c42c4cb0c1e090d0f9570416d3c80c8.svg", + "assetId": "55e95fb9c60fbebb7d20bba99c7e9609", + "name": "Glow-8", "bitmapResolution": 1, + "md5ext": "55e95fb9c60fbebb7d20bba99c7e9609.svg", + "dataFormat": "svg", "rotationCenterX": 31, "rotationCenterY": 37 } ], - "currentCostumeIndex": 0, - "scratchX": -39, - "scratchY": -8, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 61, "visible": true, - "spriteInfo": {} + "x": -39, + "y": -8, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-8" } }, { "name": "Glow-9", - "md5": "7bcb7e2e48f5cb770c83d4267922fec0.svg", + "md5": "0f53ee6a988bda07cba561d38bfbc36f.svg", "type": "sprite", "tags": [ "numbers", @@ -17708,41 +21034,51 @@ 1 ], "json": { - "objName": "Glow-9", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-9", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-9", - "baseLayerID": -1, - "baseLayerMD5": "7bcb7e2e48f5cb770c83d4267922fec0.svg", + "assetId": "0f53ee6a988bda07cba561d38bfbc36f", + "name": "Glow-9", "bitmapResolution": 1, + "md5ext": "0f53ee6a988bda07cba561d38bfbc36f.svg", + "dataFormat": "svg", "rotationCenterX": 28, "rotationCenterY": 36 } ], - "currentCostumeIndex": 0, - "scratchX": 87, - "scratchY": 36, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 62, "visible": true, - "spriteInfo": {} + "x": 87, + "y": 36, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-9" } }, { "name": "Glow-A", - "md5": "d5aa299350c24c747200a64b63b1aa52.svg", + "md5": "fd470938cce54248aaf240b16e845456.svg", "type": "sprite", "tags": [ "alphabet", @@ -17754,41 +21090,51 @@ 1 ], "json": { - "objName": "Glow-A", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-A", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-A", - "baseLayerID": -1, - "baseLayerMD5": "d5aa299350c24c747200a64b63b1aa52.svg", + "assetId": "fd470938cce54248aaf240b16e845456", + "name": "Glow-A", "bitmapResolution": 1, + "md5ext": "fd470938cce54248aaf240b16e845456.svg", + "dataFormat": "svg", "rotationCenterX": 36, "rotationCenterY": 37 } ], - "currentCostumeIndex": 0, - "scratchX": 48, - "scratchY": -44, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 6, "visible": true, - "spriteInfo": {} + "x": 48, + "y": -44, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-A" } }, { "name": "Glow-B", - "md5": "a2e95f268a6cab03f3e94b3b0b792d83.svg", + "md5": "a699fa024889b681d8b8b6c5c86acb6d.svg", "type": "sprite", "tags": [ "alphabet", @@ -17800,41 +21146,51 @@ 1 ], "json": { - "objName": "Glow-B", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-B", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-B", - "baseLayerID": -1, - "baseLayerMD5": "a2e95f268a6cab03f3e94b3b0b792d83.svg", + "assetId": "a699fa024889b681d8b8b6c5c86acb6d", + "name": "Glow-B", "bitmapResolution": 1, + "md5ext": "a699fa024889b681d8b8b6c5c86acb6d.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 35 } ], - "currentCostumeIndex": 0, - "scratchX": -85, - "scratchY": 45, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 8, "visible": true, - "spriteInfo": {} + "x": -85, + "y": 45, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-B" } }, { "name": "Glow-C", - "md5": "9779a4a40934f04a4bf84920b258d7c9.svg", + "md5": "51b8a7dd7a8cddc5bc30e35824cc557a.svg", "type": "sprite", "tags": [ "alphabet", @@ -17846,41 +21202,51 @@ 1 ], "json": { - "objName": "Glow-C", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-C", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-C", - "baseLayerID": -1, - "baseLayerMD5": "9779a4a40934f04a4bf84920b258d7c9.svg", + "assetId": "51b8a7dd7a8cddc5bc30e35824cc557a", + "name": "Glow-C", "bitmapResolution": 1, + "md5ext": "51b8a7dd7a8cddc5bc30e35824cc557a.svg", + "dataFormat": "svg", "rotationCenterX": 27, "rotationCenterY": 35 } ], - "currentCostumeIndex": 0, - "scratchX": -98, - "scratchY": 35, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 9, "visible": true, - "spriteInfo": {} + "x": -98, + "y": 35, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-C" } }, { "name": "Glow-D", - "md5": "3555b8bbbbcdc00354bf6fa81ac7042f.svg", + "md5": "a3a66e37de8d7ebe0505594e036ef6d1.svg", "type": "sprite", "tags": [ "alphabet", @@ -17892,41 +21258,51 @@ 1 ], "json": { - "objName": "Glow-D", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-D", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-D", - "baseLayerID": -1, - "baseLayerMD5": "3555b8bbbbcdc00354bf6fa81ac7042f.svg", + "assetId": "a3a66e37de8d7ebe0505594e036ef6d1", + "name": "Glow-D", "bitmapResolution": 1, + "md5ext": "a3a66e37de8d7ebe0505594e036ef6d1.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 35 } ], - "currentCostumeIndex": 0, - "scratchX": 25, - "scratchY": -13, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 11, "visible": true, - "spriteInfo": {} + "x": 25, + "y": -13, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-D" } }, { "name": "Glow-E", - "md5": "44dbc655d5ac9f13618473848e23484e.svg", + "md5": "80382a5db3fa556276068165c547b432.svg", "type": "sprite", "tags": [ "alphabet", @@ -17938,41 +21314,51 @@ 1 ], "json": { - "objName": "Glow-E", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-E", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-E", - "baseLayerID": -1, - "baseLayerMD5": "44dbc655d5ac9f13618473848e23484e.svg", + "assetId": "80382a5db3fa556276068165c547b432", + "name": "Glow-E", "bitmapResolution": 1, + "md5ext": "80382a5db3fa556276068165c547b432.svg", + "dataFormat": "svg", "rotationCenterX": 34, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": -5, - "scratchY": -19, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 13, "visible": true, - "spriteInfo": {} + "x": -5, + "y": -19, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-E" } }, { "name": "Glow-F", - "md5": "dec417e749e43d7de3985155f5f5a7a0.svg", + "md5": "67239f7d47f7b92bc38e2d8b275d54ab.svg", "type": "sprite", "tags": [ "alphabet", @@ -17984,41 +21370,51 @@ 1 ], "json": { - "objName": "Glow-F", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-F", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-F", - "baseLayerID": -1, - "baseLayerMD5": "dec417e749e43d7de3985155f5f5a7a0.svg", + "assetId": "67239f7d47f7b92bc38e2d8b275d54ab", + "name": "Glow-F", "bitmapResolution": 1, + "md5ext": "67239f7d47f7b92bc38e2d8b275d54ab.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 41 } ], - "currentCostumeIndex": 0, - "scratchX": -89, - "scratchY": -22, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 15, "visible": true, - "spriteInfo": {} + "x": -89, + "y": -22, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-F" } }, { "name": "Glow-G", - "md5": "cf4aa465cd8fb7049cc571d7546a7eb1.svg", + "md5": "56839bc48957869d980c6f9b6f5a2a91.svg", "type": "sprite", "tags": [ "alphabet", @@ -18030,41 +21426,51 @@ 1 ], "json": { - "objName": "Glow-G", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-G", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-G", - "baseLayerID": -1, - "baseLayerMD5": "cf4aa465cd8fb7049cc571d7546a7eb1.svg", + "assetId": "56839bc48957869d980c6f9b6f5a2a91", + "name": "Glow-G", "bitmapResolution": 1, + "md5ext": "56839bc48957869d980c6f9b6f5a2a91.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": 28, - "scratchY": 16, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 17, "visible": true, - "spriteInfo": {} + "x": 28, + "y": 16, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-G" } }, { "name": "Glow-H", - "md5": "8d9bd5f00ea1ac6f92d0f97ee491b0f3.svg", + "md5": "d6016c6494153cd5735ee4b6a1b05277.svg", "type": "sprite", "tags": [ "alphabet", @@ -18076,41 +21482,51 @@ 1 ], "json": { - "objName": "Glow-H", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-H", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-H", - "baseLayerID": -1, - "baseLayerMD5": "8d9bd5f00ea1ac6f92d0f97ee491b0f3.svg", + "assetId": "d6016c6494153cd5735ee4b6a1b05277", + "name": "Glow-H", "bitmapResolution": 1, + "md5ext": "d6016c6494153cd5735ee4b6a1b05277.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 46 } ], - "currentCostumeIndex": 0, - "scratchX": 91, - "scratchY": -38, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 19, "visible": true, - "spriteInfo": {} + "x": 91, + "y": -38, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-H" } }, { "name": "Glow-I", - "md5": "0e86de55840103dcd50199ab2b765de7.svg", + "md5": "9077988af075c80cc403b1d6e5891528.svg", "type": "sprite", "tags": [ "alphabet", @@ -18122,41 +21538,51 @@ 1 ], "json": { - "objName": "Glow-I", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-I", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-I", - "baseLayerID": -1, - "baseLayerMD5": "0e86de55840103dcd50199ab2b765de7.svg", + "assetId": "9077988af075c80cc403b1d6e5891528", + "name": "Glow-I", "bitmapResolution": 1, + "md5ext": "9077988af075c80cc403b1d6e5891528.svg", + "dataFormat": "svg", "rotationCenterX": 21, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": -38, - "scratchY": -29, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 21, "visible": true, - "spriteInfo": {} + "x": -38, + "y": -29, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-I" } }, { "name": "Glow-J", - "md5": "b3832145eacc39f91bd3a9a6673fa05c.svg", + "md5": "6c359eff57abf5bb6db55894d08757c3.svg", "type": "sprite", "tags": [ "alphabet", @@ -18168,41 +21594,51 @@ 1 ], "json": { - "objName": "Glow-J", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-J", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-J", - "baseLayerID": -1, - "baseLayerMD5": "b3832145eacc39f91bd3a9a6673fa05c.svg", + "assetId": "6c359eff57abf5bb6db55894d08757c3", + "name": "Glow-J", "bitmapResolution": 1, + "md5ext": "6c359eff57abf5bb6db55894d08757c3.svg", + "dataFormat": "svg", "rotationCenterX": 29, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": -34, - "scratchY": 1, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 23, "visible": true, - "spriteInfo": {} + "x": -34, + "y": 1, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-J" } }, { "name": "Glow-K", - "md5": "f4e37a7552ba05e995613211a7146de5.svg", + "md5": "e932898d1e6fe3950a266fccaba0c3e6.svg", "type": "sprite", "tags": [ "alphabet", @@ -18214,41 +21650,51 @@ 1 ], "json": { - "objName": "Glow-K", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-K", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-K", - "baseLayerID": -1, - "baseLayerMD5": "f4e37a7552ba05e995613211a7146de5.svg", + "assetId": "e932898d1e6fe3950a266fccaba0c3e6", + "name": "Glow-K", "bitmapResolution": 1, + "md5ext": "e932898d1e6fe3950a266fccaba0c3e6.svg", + "dataFormat": "svg", "rotationCenterX": 38, "rotationCenterY": 36 } ], - "currentCostumeIndex": 0, - "scratchX": -41, - "scratchY": 30, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 25, "visible": true, - "spriteInfo": {} + "x": -41, + "y": 30, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-K" } }, { "name": "Glow-L", - "md5": "a75e45773ea6afaf8ae44f79f936fc82.svg", + "md5": "dcee9202cf20e0395971f1ee73c45d37.svg", "type": "sprite", "tags": [ "alphabet", @@ -18260,41 +21706,51 @@ 1 ], "json": { - "objName": "Glow-L", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-L", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-L", - "baseLayerID": -1, - "baseLayerMD5": "a75e45773ea6afaf8ae44f79f936fc82.svg", + "assetId": "dcee9202cf20e0395971f1ee73c45d37", + "name": "Glow-L", "bitmapResolution": 1, + "md5ext": "dcee9202cf20e0395971f1ee73c45d37.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 35 } ], - "currentCostumeIndex": 0, - "scratchX": 54, - "scratchY": -21, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 27, "visible": true, - "spriteInfo": {} + "x": 54, + "y": -21, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-L" } }, { "name": "Glow-M", - "md5": "219b06faa5b816347165450d148213b4.svg", + "md5": "26f81aa5990bf2371acaa8d76fe1e87f.svg", "type": "sprite", "tags": [ "alphabet", @@ -18306,41 +21762,51 @@ 1 ], "json": { - "objName": "Glow-M", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-M", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-M", - "baseLayerID": -1, - "baseLayerMD5": "219b06faa5b816347165450d148213b4.svg", + "assetId": "26f81aa5990bf2371acaa8d76fe1e87f", + "name": "Glow-M", "bitmapResolution": 1, + "md5ext": "26f81aa5990bf2371acaa8d76fe1e87f.svg", + "dataFormat": "svg", "rotationCenterX": 42, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": -43, - "scratchY": -15, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 29, "visible": true, - "spriteInfo": {} + "x": -43, + "y": -15, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-M" } }, { "name": "Glow-N", - "md5": "4b724479fb3b2184fd8be6f83fb20e54.svg", + "md5": "d55a04ada14958eccc4aef446a4dad57.svg", "type": "sprite", "tags": [ "alphabet", @@ -18352,41 +21818,51 @@ 1 ], "json": { - "objName": "Glow-N", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-N", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-N", - "baseLayerID": -1, - "baseLayerMD5": "4b724479fb3b2184fd8be6f83fb20e54.svg", + "assetId": "d55a04ada14958eccc4aef446a4dad57", + "name": "Glow-N", "bitmapResolution": 1, + "md5ext": "d55a04ada14958eccc4aef446a4dad57.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": -23, - "scratchY": -33, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 30, "visible": true, - "spriteInfo": {} + "x": -23, + "y": -33, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-N" } }, { "name": "Glow-O", - "md5": "38b2b342659adc6fa289090975e0e71d.svg", + "md5": "64b59074f24d0e2405a509a45c0dadba.svg", "type": "sprite", "tags": [ "alphabet", @@ -18398,41 +21874,51 @@ 1 ], "json": { - "objName": "Glow-O", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-O", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-O", - "baseLayerID": -1, - "baseLayerMD5": "38b2b342659adc6fa289090975e0e71d.svg", + "assetId": "64b59074f24d0e2405a509a45c0dadba", + "name": "Glow-O", "bitmapResolution": 1, + "md5ext": "64b59074f24d0e2405a509a45c0dadba.svg", + "dataFormat": "svg", "rotationCenterX": 29, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": -40, - "scratchY": 26, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 32, "visible": true, - "spriteInfo": {} + "x": -40, + "y": 26, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-O" } }, { "name": "Glow-P", - "md5": "1cfa849cc967069730b7e9d0809c9dc1.svg", + "md5": "c6edc2603ad4db3aa0b29f80e3e38cff.svg", "type": "sprite", "tags": [ "alphabet", @@ -18444,41 +21930,51 @@ 1 ], "json": { - "objName": "Glow-P", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-P", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-P", - "baseLayerID": -1, - "baseLayerMD5": "1cfa849cc967069730b7e9d0809c9dc1.svg", + "assetId": "c6edc2603ad4db3aa0b29f80e3e38cff", + "name": "Glow-P", "bitmapResolution": 1, + "md5ext": "c6edc2603ad4db3aa0b29f80e3e38cff.svg", + "dataFormat": "svg", "rotationCenterX": 32, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": -10, - "scratchY": -9, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 34, "visible": true, - "spriteInfo": {} + "x": -10, + "y": -9, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-P" } }, { "name": "Glow-Q", - "md5": "9d35979e9404ac234301269fcd7de288.svg", + "md5": "e4ae18bf8b92ae375ce818d754588c76.svg", "type": "sprite", "tags": [ "alphabet", @@ -18490,41 +21986,51 @@ 1 ], "json": { - "objName": "Glow-Q", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-Q", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-Q", - "baseLayerID": -1, - "baseLayerMD5": "9d35979e9404ac234301269fcd7de288.svg", + "assetId": "e4ae18bf8b92ae375ce818d754588c76", + "name": "Glow-Q", "bitmapResolution": 1, + "md5ext": "e4ae18bf8b92ae375ce818d754588c76.svg", + "dataFormat": "svg", "rotationCenterX": 33, "rotationCenterY": 43 } ], - "currentCostumeIndex": 0, - "scratchX": -85, - "scratchY": -1, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 35, "visible": true, - "spriteInfo": {} + "x": -85, + "y": -1, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-Q" } }, { "name": "Glow-R", - "md5": "fc067ee076ecaba8430ccd54d9414c1b.svg", + "md5": "bb11b49e19c68452331e78d51081ab42.svg", "type": "sprite", "tags": [ "alphabet", @@ -18536,41 +22042,51 @@ 1 ], "json": { - "objName": "Glow-R", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-R", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-R", - "baseLayerID": -1, - "baseLayerMD5": "fc067ee076ecaba8430ccd54d9414c1b.svg", + "assetId": "bb11b49e19c68452331e78d51081ab42", + "name": "Glow-R", "bitmapResolution": 1, + "md5ext": "bb11b49e19c68452331e78d51081ab42.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": 26, - "scratchY": 37, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 37, "visible": true, - "spriteInfo": {} + "x": 26, + "y": 37, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-R" } }, { "name": "Glow-S", - "md5": "19a93db8a294ccaec4d6eef4020a446f.svg", + "md5": "6fd994b41bcf776fbf1f1521a879f1af.svg", "type": "sprite", "tags": [ "alphabet", @@ -18582,41 +22098,51 @@ 1 ], "json": { - "objName": "Glow-S", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-S", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-S", - "baseLayerID": -1, - "baseLayerMD5": "19a93db8a294ccaec4d6eef4020a446f.svg", + "assetId": "6fd994b41bcf776fbf1f1521a879f1af", + "name": "Glow-S", "bitmapResolution": 1, + "md5ext": "6fd994b41bcf776fbf1f1521a879f1af.svg", + "dataFormat": "svg", "rotationCenterX": 27, "rotationCenterY": 40 } ], - "currentCostumeIndex": 0, - "scratchX": -94, - "scratchY": -36, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 39, "visible": true, - "spriteInfo": {} + "x": -94, + "y": -36, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-S" } }, { "name": "Glow-T", - "md5": "d7bcda522a1e9504dafcf2fa0fcde39b.svg", + "md5": "d687543649a676a14f408b5890d45f05.svg", "type": "sprite", "tags": [ "alphabet", @@ -18628,41 +22154,51 @@ 1 ], "json": { - "objName": "Glow-T", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-T", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-T", - "baseLayerID": -1, - "baseLayerMD5": "d7bcda522a1e9504dafcf2fa0fcde39b.svg", + "assetId": "d687543649a676a14f408b5890d45f05", + "name": "Glow-T", "bitmapResolution": 1, + "md5ext": "d687543649a676a14f408b5890d45f05.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 38 } ], - "currentCostumeIndex": 0, - "scratchX": 37, - "scratchY": -20, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 41, "visible": true, - "spriteInfo": {} + "x": 37, + "y": -20, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-T" } }, { "name": "Glow-U", - "md5": "790482a3c3691a1e96ef34eee7303872.svg", + "md5": "cb8ef2244400a57ba08e918cb4fe8bba.svg", "type": "sprite", "tags": [ "alphabet", @@ -18674,41 +22210,51 @@ 1 ], "json": { - "objName": "Glow-U", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-U", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-U", - "baseLayerID": -1, - "baseLayerMD5": "790482a3c3691a1e96ef34eee7303872.svg", + "assetId": "cb8ef2244400a57ba08e918cb4fe8bba", + "name": "Glow-U", "bitmapResolution": 1, + "md5ext": "cb8ef2244400a57ba08e918cb4fe8bba.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 37 } ], - "currentCostumeIndex": 0, - "scratchX": 17, - "scratchY": 31, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 42, "visible": true, - "spriteInfo": {} + "x": 17, + "y": 31, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-U" } }, { "name": "Glow-V", - "md5": "6a00388d8dc6be645b843cef9c22681c.svg", + "md5": "c6edc1ac2c5979f389598537cfb28096.svg", "type": "sprite", "tags": [ "alphabet", @@ -18720,41 +22266,51 @@ 1 ], "json": { - "objName": "Glow-V", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-V", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-V", - "baseLayerID": -1, - "baseLayerMD5": "6a00388d8dc6be645b843cef9c22681c.svg", + "assetId": "c6edc1ac2c5979f389598537cfb28096", + "name": "Glow-V", "bitmapResolution": 1, + "md5ext": "c6edc1ac2c5979f389598537cfb28096.svg", + "dataFormat": "svg", "rotationCenterX": 35, "rotationCenterY": 42 } ], - "currentCostumeIndex": 0, - "scratchX": 82, - "scratchY": 26, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 44, "visible": true, - "spriteInfo": {} + "x": 82, + "y": 26, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-V" } }, { "name": "Glow-W", - "md5": "1a9ea7305a85b271c1de79beafe16cb4.svg", + "md5": "2e0c2bb46c4ca3cf97779f749b1556f6.svg", "type": "sprite", "tags": [ "alphabet", @@ -18766,41 +22322,51 @@ 1 ], "json": { - "objName": "Glow-W", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-W", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-W", - "baseLayerID": -1, - "baseLayerMD5": "1a9ea7305a85b271c1de79beafe16cb4.svg", + "assetId": "2e0c2bb46c4ca3cf97779f749b1556f6", + "name": "Glow-W", "bitmapResolution": 1, + "md5ext": "2e0c2bb46c4ca3cf97779f749b1556f6.svg", + "dataFormat": "svg", "rotationCenterX": 45, "rotationCenterY": 41 } ], - "currentCostumeIndex": 0, - "scratchX": -18, - "scratchY": 11, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 46, "visible": true, - "spriteInfo": {} + "x": -18, + "y": 11, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-W" } }, { "name": "Glow-X", - "md5": "ec4e65b9ae475a676973128f4205df5f.svg", + "md5": "0b98a63dcc55251072a95a6c6bf7f6f2.svg", "type": "sprite", "tags": [ "alphabet", @@ -18812,41 +22378,51 @@ 1 ], "json": { - "objName": "Glow-X", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-X", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-X", - "baseLayerID": -1, - "baseLayerMD5": "ec4e65b9ae475a676973128f4205df5f.svg", + "assetId": "0b98a63dcc55251072a95a6c6bf7f6f2", + "name": "Glow-X", "bitmapResolution": 1, + "md5ext": "0b98a63dcc55251072a95a6c6bf7f6f2.svg", + "dataFormat": "svg", "rotationCenterX": 40, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": -84, - "scratchY": 46, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 48, "visible": true, - "spriteInfo": {} + "x": -84, + "y": 46, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-X" } }, { "name": "Glow-Y", - "md5": "683cd093bb3b254733a15df6f843464c.svg", + "md5": "532494c9b5e6709f9982c00a48ce6870.svg", "type": "sprite", "tags": [ "alphabet", @@ -18858,41 +22434,51 @@ 1 ], "json": { - "objName": "Glow-Y", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-Y", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-Y", - "baseLayerID": -1, - "baseLayerMD5": "683cd093bb3b254733a15df6f843464c.svg", + "assetId": "532494c9b5e6709f9982c00a48ce6870", + "name": "Glow-Y", "bitmapResolution": 1, + "md5ext": "532494c9b5e6709f9982c00a48ce6870.svg", + "dataFormat": "svg", "rotationCenterX": 38, "rotationCenterY": 41 } ], - "currentCostumeIndex": 0, - "scratchX": -34, - "scratchY": 46, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 50, "visible": true, - "spriteInfo": {} + "x": -34, + "y": 46, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-Y" } }, { "name": "Glow-Z", - "md5": "db89a4c9b123123542e0b7556ed3ff9f.svg", + "md5": "2d94d83dcc9ee3a107e5ea7ef0dddeb0.svg", "type": "sprite", "tags": [ "alphabet", @@ -18904,41 +22490,51 @@ 1 ], "json": { - "objName": "Glow-Z", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Glow-Z", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "Glow-Z", - "baseLayerID": -1, - "baseLayerMD5": "db89a4c9b123123542e0b7556ed3ff9f.svg", + "assetId": "2d94d83dcc9ee3a107e5ea7ef0dddeb0", + "name": "Glow-Z", "bitmapResolution": 1, + "md5ext": "2d94d83dcc9ee3a107e5ea7ef0dddeb0.svg", + "dataFormat": "svg", "rotationCenterX": 30, "rotationCenterY": 39 } ], - "currentCostumeIndex": 0, - "scratchX": 87, - "scratchY": 15, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 52, "visible": true, - "spriteInfo": {} + "x": 87, + "y": 15, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Glow-Z" } }, { "name": "Story-A", - "md5": "5406b37278d819d4787a588b9c91f68e.svg", + "md5": "4b1beecd9a8892df0918242b2b5fbd4c.svg", "type": "sprite", "tags": [ "alphabet", @@ -18950,57 +22546,69 @@ 1 ], "json": { - "objName": "Story-A", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-A", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-A-1", - "baseLayerID": -1, - "baseLayerMD5": "5406b37278d819d4787a588b9c91f68e.svg", + "assetId": "4b1beecd9a8892df0918242b2b5fbd4c", + "name": "story-A-1", "bitmapResolution": 1, + "md5ext": "4b1beecd9a8892df0918242b2b5fbd4c.svg", + "dataFormat": "svg", "rotationCenterX": 23, "rotationCenterY": 26 }, { - "costumeName": "story-A-2", - "baseLayerID": -1, - "baseLayerMD5": "f277943adf8d79b41b9b568321a786ee.svg", + "assetId": "7a6fdf5e26fc690879f8e215bfdec4d5", + "name": "story-A-2", "bitmapResolution": 1, + "md5ext": "7a6fdf5e26fc690879f8e215bfdec4d5.svg", + "dataFormat": "svg", "rotationCenterX": 23, "rotationCenterY": 26 }, { - "costumeName": "story-A-3", - "baseLayerID": -1, - "baseLayerMD5": "cc0cc7ae3240eab7d040e148cc663325.svg", + "assetId": "3c46f5192d2c29f957381e0100c6085d", + "name": "story-A-3", "bitmapResolution": 1, + "md5ext": "3c46f5192d2c29f957381e0100c6085d.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": -76, - "scratchY": 32, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 63, "visible": true, - "spriteInfo": {} + "x": -76, + "y": 32, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-A" } }, { "name": "Story-B", - "md5": "2a8fac3c82d95f13203843a597b5757b.svg", + "md5": "a09376e1eacf17be3c9fbd268674b9f7.svg", "type": "sprite", "tags": [ "alphabet", @@ -19012,57 +22620,69 @@ 1 ], "json": { - "objName": "Story-B", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-B", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-B-1", - "baseLayerID": -1, - "baseLayerMD5": "2a8fac3c82d95f13203843a597b5757b.svg", + "assetId": "a09376e1eacf17be3c9fbd268674b9f7", + "name": "story-B-1", "bitmapResolution": 1, + "md5ext": "a09376e1eacf17be3c9fbd268674b9f7.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 25 }, { - "costumeName": "story-B-2", - "baseLayerID": -1, - "baseLayerMD5": "07fa4ebc421d84743b6ced189dd2f9cf.svg", + "assetId": "5f8301434ce176ab328f5b658ee1ec05", + "name": "story-B-2", "bitmapResolution": 1, + "md5ext": "5f8301434ce176ab328f5b658ee1ec05.svg", + "dataFormat": "svg", "rotationCenterX": 19, "rotationCenterY": 25 }, { - "costumeName": "story-B-3", - "baseLayerID": -1, - "baseLayerMD5": "6c9a9203155f93f24f31b30e3bd76b6d.svg", + "assetId": "22817ed2e4253787c78d7b696bbefdc1", + "name": "story-B-3", "bitmapResolution": 1, + "md5ext": "22817ed2e4253787c78d7b696bbefdc1.svg", + "dataFormat": "svg", "rotationCenterX": 18, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": -12, - "scratchY": -43, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 64, "visible": true, - "spriteInfo": {} + "x": -12, + "y": -43, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-B" } }, { "name": "Story-C", - "md5": "144845715016910e88e2a223ed4d3df1.svg", + "md5": "5e61610cbba50ba86f18830f61bbaecb.svg", "type": "sprite", "tags": [ "alphabet", @@ -19074,57 +22694,69 @@ 1 ], "json": { - "objName": "Story-C", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-C", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-C-1", - "baseLayerID": -1, - "baseLayerMD5": "144845715016910e88e2a223ed4d3df1.svg", + "assetId": "5e61610cbba50ba86f18830f61bbaecb", + "name": "story-C-1", "bitmapResolution": 1, + "md5ext": "5e61610cbba50ba86f18830f61bbaecb.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 26 }, { - "costumeName": "story-C-2", - "baseLayerID": -1, - "baseLayerMD5": "1045c56c4be3d8d0650579864417fbc7.svg", + "assetId": "f6ff602902affbae2f89b389f08df432", + "name": "story-C-2", "bitmapResolution": 1, + "md5ext": "f6ff602902affbae2f89b389f08df432.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 26 }, { - "costumeName": "story-C-3", - "baseLayerID": -1, - "baseLayerMD5": "c8fd35294d17a369fecb6d6e4725d04a.svg", + "assetId": "6bd5cb8bc3e4df5e055f4c56dd630855", + "name": "story-C-3", "bitmapResolution": 1, + "md5ext": "6bd5cb8bc3e4df5e055f4c56dd630855.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": 73, - "scratchY": -19, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 65, "visible": true, - "spriteInfo": {} + "x": 73, + "y": -19, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-C" } }, { "name": "Story-D", - "md5": "dfd362f2da975c20aa7849a8fa2fb4df.svg", + "md5": "130cc4b9ad8dd8936d22c51c05ac6860.svg", "type": "sprite", "tags": [ "alphabet", @@ -19136,57 +22768,69 @@ 1 ], "json": { - "objName": "Story-D", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-D", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-D-1", - "baseLayerID": -1, - "baseLayerMD5": "dfd362f2da975c20aa7849a8fa2fb4df.svg", + "assetId": "130cc4b9ad8dd8936d22c51c05ac6860", + "name": "story-D-1", "bitmapResolution": 1, + "md5ext": "130cc4b9ad8dd8936d22c51c05ac6860.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 26 }, { - "costumeName": "story-D-2", - "baseLayerID": -1, - "baseLayerMD5": "3e4cc4cff08bb42bc690eff66dffbbe9.svg", + "assetId": "b28d76f648ad24932a18cb40c8d76bc5", + "name": "story-D-2", "bitmapResolution": 1, + "md5ext": "b28d76f648ad24932a18cb40c8d76bc5.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 26 }, { - "costumeName": "story-D-3", - "baseLayerID": -1, - "baseLayerMD5": "bd7f984fe82d9d0fdcff0a87b3c0f9e0.svg", + "assetId": "dd713e3bf42d7a4fd8d2f12094db1c63", + "name": "story-D-3", "bitmapResolution": 1, + "md5ext": "dd713e3bf42d7a4fd8d2f12094db1c63.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": -30, - "scratchY": -3, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 66, "visible": true, - "spriteInfo": {} + "x": -30, + "y": -3, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-D" } }, { "name": "Story-E", - "md5": "56473bacbdf6f0dbca1afb04e5aebaf7.svg", + "md5": "3005df22798da45f1daf1de7421bb91d.svg", "type": "sprite", "tags": [ "alphabet", @@ -19198,57 +22842,69 @@ 1 ], "json": { - "objName": "Story-E", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-E", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-E-1", - "baseLayerID": -1, - "baseLayerMD5": "56473bacbdf6f0dbca1afb04e5aebaf7.svg", + "assetId": "3005df22798da45f1daf1de7421bb91d", + "name": "story-E-1", "bitmapResolution": 1, + "md5ext": "3005df22798da45f1daf1de7421bb91d.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 25 }, { - "costumeName": "story-E-2", - "baseLayerID": -1, - "baseLayerMD5": "8bba14966fe35f0dccb66ef06a9843ca.svg", + "assetId": "add5c5a8eec67eb010b5cbd44dea5c8d", + "name": "story-E-2", "bitmapResolution": 1, + "md5ext": "add5c5a8eec67eb010b5cbd44dea5c8d.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 25 }, { - "costumeName": "story-E-3", - "baseLayerID": -1, - "baseLayerMD5": "e8cfc63375f6d6c2a580823489427f38.svg", + "assetId": "4e903ac41a7e16a52efff8477f2398c7", + "name": "story-E-3", "bitmapResolution": 1, + "md5ext": "4e903ac41a7e16a52efff8477f2398c7.svg", + "dataFormat": "svg", "rotationCenterX": 18, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": -12, - "scratchY": 5, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 67, "visible": true, - "spriteInfo": {} + "x": -12, + "y": 5, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-E" } }, { "name": "Story-F", - "md5": "5844ff29fc8663c8613f12169d2f07ef.svg", + "md5": "83565581ecc9f7d4010efd8683a99393.svg", "type": "sprite", "tags": [ "alphabet", @@ -19260,57 +22916,69 @@ 1 ], "json": { - "objName": "Story-F", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-F", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-F-1", - "baseLayerID": -1, - "baseLayerMD5": "5844ff29fc8663c8613f12169d2f07ef.svg", + "assetId": "83565581ecc9f7d4010efd8683a99393", + "name": "story-F-1", "bitmapResolution": 1, + "md5ext": "83565581ecc9f7d4010efd8683a99393.svg", + "dataFormat": "svg", "rotationCenterX": 18, "rotationCenterY": 26 }, { - "costumeName": "story-F-2", - "baseLayerID": -1, - "baseLayerMD5": "0dbe4a064abea1a9a3bc0d2732643e6b.svg", + "assetId": "4a3ae31dd3dd3b96239a0307cfdaa1b6", + "name": "story-F-2", "bitmapResolution": 1, + "md5ext": "4a3ae31dd3dd3b96239a0307cfdaa1b6.svg", + "dataFormat": "svg", "rotationCenterX": 18, "rotationCenterY": 25 }, { - "costumeName": "story-F-3", - "baseLayerID": -1, - "baseLayerMD5": "3db373f4482e391e66d1b06335a96144.svg", + "assetId": "d4ec9a1827429f4e2f3dc239dcc15b95", + "name": "story-F-3", "bitmapResolution": 1, + "md5ext": "d4ec9a1827429f4e2f3dc239dcc15b95.svg", + "dataFormat": "svg", "rotationCenterX": 16, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": 85, - "scratchY": -20, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 68, "visible": true, - "spriteInfo": {} + "x": 85, + "y": -20, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-F" } }, { "name": "Story-G", - "md5": "ee6454d15fbbe93e908a2ebbfad483a0.svg", + "md5": "85144902cc61fe98dca513b74276d7d8.svg", "type": "sprite", "tags": [ "alphabet", @@ -19322,57 +22990,69 @@ 1 ], "json": { - "objName": "Story-G", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-G", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-G-1", - "baseLayerID": -1, - "baseLayerMD5": "ee6454d15fbbe93e908a2ebbfad483a0.svg", + "assetId": "85144902cc61fe98dca513b74276d7d8", + "name": "story-G-1", "bitmapResolution": 1, + "md5ext": "85144902cc61fe98dca513b74276d7d8.svg", + "dataFormat": "svg", "rotationCenterX": 23, "rotationCenterY": 25 }, { - "costumeName": "story-G-2", - "baseLayerID": -1, - "baseLayerMD5": "991023d303f79ce092f070392ffbd69f.svg", + "assetId": "648cfdd48a7f748e6198194669ba1909", + "name": "story-G-2", "bitmapResolution": 1, + "md5ext": "648cfdd48a7f748e6198194669ba1909.svg", + "dataFormat": "svg", "rotationCenterX": 23, "rotationCenterY": 25 }, { - "costumeName": "story-G-3", - "baseLayerID": -1, - "baseLayerMD5": "38f22c0d8dbe541bde409ba1f241d4c1.svg", + "assetId": "8fb61932544adbe8c95b067ad1351758", + "name": "story-G-3", "bitmapResolution": 1, + "md5ext": "8fb61932544adbe8c95b067ad1351758.svg", + "dataFormat": "svg", "rotationCenterX": 21, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": 3, - "scratchY": 9, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 69, "visible": true, - "spriteInfo": {} + "x": 3, + "y": 9, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-G" } }, { "name": "Story-H", - "md5": "2a0e1308d6cb806818af696a89b21863.svg", + "md5": "eec286b1cfea3f219a5b486931abedd2.svg", "type": "sprite", "tags": [ "alphabet", @@ -19384,57 +23064,69 @@ 1 ], "json": { - "objName": "Story-H", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-H", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-H-1", - "baseLayerID": -1, - "baseLayerMD5": "2a0e1308d6cb806818af696a89b21863.svg", + "assetId": "eec286b1cfea3f219a5b486931abedd2", + "name": "story-H-1", "bitmapResolution": 1, + "md5ext": "eec286b1cfea3f219a5b486931abedd2.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 25 }, { - "costumeName": "story-H-2", - "baseLayerID": -1, - "baseLayerMD5": "ca33be5270308a695c9b88af73f590dc.svg", + "assetId": "70520daa9f82a2347c8a8fa9e7fe1a6e", + "name": "story-H-2", "bitmapResolution": 1, + "md5ext": "70520daa9f82a2347c8a8fa9e7fe1a6e.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 25 }, { - "costumeName": "story-H-3", - "baseLayerID": -1, - "baseLayerMD5": "668ba2b891f82ce78d8590f0287632b1.svg", + "assetId": "99aae97a2b49904db7eeb813fa968582", + "name": "story-H-3", "bitmapResolution": 1, + "md5ext": "99aae97a2b49904db7eeb813fa968582.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": 72, - "scratchY": 3, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 70, "visible": true, - "spriteInfo": {} + "x": 72, + "y": 3, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-H" } }, { "name": "Story-I", - "md5": "705297637ea83af5b94b6fe2e34aeef4.svg", + "md5": "2c156e20da1ad4e8e397a89ad8fb1c26.svg", "type": "sprite", "tags": [ "alphabet", @@ -19446,57 +23138,69 @@ 1 ], "json": { - "objName": "Story-I", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-I", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-I-1", - "baseLayerID": -1, - "baseLayerMD5": "705297637ea83af5b94b6fe2e34aeef4.svg", + "assetId": "2c156e20da1ad4e8e397a89ad8fb1c26", + "name": "story-I-1", "bitmapResolution": 1, + "md5ext": "2c156e20da1ad4e8e397a89ad8fb1c26.svg", + "dataFormat": "svg", "rotationCenterX": 9, "rotationCenterY": 26 }, { - "costumeName": "story-I-2", - "baseLayerID": -1, - "baseLayerMD5": "7b3ae96764795727fa1cb0be68a9ca5e.svg", + "assetId": "1bceea90292a51a7177abf581f28bf2c", + "name": "story-I-2", "bitmapResolution": 1, + "md5ext": "1bceea90292a51a7177abf581f28bf2c.svg", + "dataFormat": "svg", "rotationCenterX": 9, "rotationCenterY": 26 }, { - "costumeName": "story-I-3", - "baseLayerID": -1, - "baseLayerMD5": "3475aa570304accb7e6dbd2516234135.svg", + "assetId": "9cad752323aa81dfa8d8cf009057b108", + "name": "story-I-3", "bitmapResolution": 1, + "md5ext": "9cad752323aa81dfa8d8cf009057b108.svg", + "dataFormat": "svg", "rotationCenterX": 7, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": -50, - "scratchY": -33, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 71, "visible": true, - "spriteInfo": {} + "x": -50, + "y": -33, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-I" } }, { "name": "Story-J", - "md5": "ac2e7eaecb80c5501e5e56802d03af00.svg", + "md5": "2838de5d131785c985eb0eab25ec63af.svg", "type": "sprite", "tags": [ "alphabet", @@ -19508,57 +23212,69 @@ 1 ], "json": { - "objName": "Story-J", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-J", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-J-1", - "baseLayerID": -1, - "baseLayerMD5": "ac2e7eaecb80c5501e5e56802d03af00.svg", + "assetId": "2838de5d131785c985eb0eab25ec63af", + "name": "story-J-1", "bitmapResolution": 1, + "md5ext": "2838de5d131785c985eb0eab25ec63af.svg", + "dataFormat": "svg", "rotationCenterX": 14, "rotationCenterY": 25 }, { - "costumeName": "story-J-2", - "baseLayerID": -1, - "baseLayerMD5": "0ab9a94fc2e32160efc113a8e5ffb984.svg", + "assetId": "7d7d6f257a6bf3668a0befa4199f16a0", + "name": "story-J-2", "bitmapResolution": 1, + "md5ext": "7d7d6f257a6bf3668a0befa4199f16a0.svg", + "dataFormat": "svg", "rotationCenterX": 14, "rotationCenterY": 25 }, { - "costumeName": "story-J-3", - "baseLayerID": -1, - "baseLayerMD5": "c9356a022cfbc25be6c484e9781e4637.svg", + "assetId": "d5b58ddd6f6b4fdcfdfd86d102853935", + "name": "story-J-3", "bitmapResolution": 1, + "md5ext": "d5b58ddd6f6b4fdcfdfd86d102853935.svg", + "dataFormat": "svg", "rotationCenterX": 12, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": 57, - "scratchY": 46, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 72, "visible": true, - "spriteInfo": {} + "x": 57, + "y": 46, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-J" } }, { "name": "Story-K", - "md5": "62dcc92dc3c6cb0271244190320c4f71.svg", + "md5": "0cb908dbc38635cc595e6060afc1b682.svg", "type": "sprite", "tags": [ "alphabet", @@ -19570,57 +23286,69 @@ 1 ], "json": { - "objName": "Story-K", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-K", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-K-1", - "baseLayerID": -1, - "baseLayerMD5": "62dcc92dc3c6cb0271244190320c4f71.svg", + "assetId": "0cb908dbc38635cc595e6060afc1b682", + "name": "story-K-1", "bitmapResolution": 1, + "md5ext": "0cb908dbc38635cc595e6060afc1b682.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 26 }, { - "costumeName": "story-K-2", - "baseLayerID": -1, - "baseLayerMD5": "ef02339e8a0382367f0b5a414915b885.svg", + "assetId": "ecf86afea23fd95e27d4e63659adbfa6", + "name": "story-K-2", "bitmapResolution": 1, + "md5ext": "ecf86afea23fd95e27d4e63659adbfa6.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 26 }, { - "costumeName": "story-K-3", - "baseLayerID": -1, - "baseLayerMD5": "07977708617d12381b22d1ee0f4926a3.svg", + "assetId": "17ef8f63a2a8f47258bd62cf642fd8d6", + "name": "story-K-3", "bitmapResolution": 1, + "md5ext": "17ef8f63a2a8f47258bd62cf642fd8d6.svg", + "dataFormat": "svg", "rotationCenterX": 21, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": -97, - "scratchY": -1, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 73, "visible": true, - "spriteInfo": {} + "x": -97, + "y": -1, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-K" } }, { "name": "Story-L", - "md5": "7ce306e9c9c0dd0a24279606301f1d05.svg", + "md5": "935c7cf21c35523c0a232013a6399a49.svg", "type": "sprite", "tags": [ "alphabet", @@ -19632,57 +23360,69 @@ 1 ], "json": { - "objName": "Story-L", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-L", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-L-1", - "baseLayerID": -1, - "baseLayerMD5": "7ce306e9c9c0dd0a24279606301f1d05.svg", + "assetId": "935c7cf21c35523c0a232013a6399a49", + "name": "story-L-1", "bitmapResolution": 1, + "md5ext": "935c7cf21c35523c0a232013a6399a49.svg", + "dataFormat": "svg", "rotationCenterX": 19, "rotationCenterY": 26 }, { - "costumeName": "story-L-2", - "baseLayerID": -1, - "baseLayerMD5": "067c21a9b2f91ed33e07131ce5a59210.svg", + "assetId": "0fc3ac08468935694255ef8a461d4d26", + "name": "story-L-2", "bitmapResolution": 1, + "md5ext": "0fc3ac08468935694255ef8a461d4d26.svg", + "dataFormat": "svg", "rotationCenterX": 19, "rotationCenterY": 26 }, { - "costumeName": "story-L-3", - "baseLayerID": -1, - "baseLayerMD5": "488d66f17c0089a7796d44cfc70792e8.svg", + "assetId": "ec4d85a60c32c7637de31dbf503266a0", + "name": "story-L-3", "bitmapResolution": 1, + "md5ext": "ec4d85a60c32c7637de31dbf503266a0.svg", + "dataFormat": "svg", "rotationCenterX": 17, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": -55, - "scratchY": -27, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 74, "visible": true, - "spriteInfo": {} + "x": -55, + "y": -27, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-L" } }, { "name": "Story-M", - "md5": "b27f166f9ab4a3fb93a50a77c58c3df3.svg", + "md5": "9bf9e677da34528433d3c1acb945e2df.svg", "type": "sprite", "tags": [ "alphabet", @@ -19694,57 +23434,69 @@ 1 ], "json": { - "objName": "Story-M", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-M", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-M-1", - "baseLayerID": -1, - "baseLayerMD5": "b27f166f9ab4a3fb93a50a77c58c3df3.svg", + "assetId": "9bf9e677da34528433d3c1acb945e2df", + "name": "story-M-1", "bitmapResolution": 1, + "md5ext": "9bf9e677da34528433d3c1acb945e2df.svg", + "dataFormat": "svg", "rotationCenterX": 30, "rotationCenterY": 25 }, { - "costumeName": "story-M-2", - "baseLayerID": -1, - "baseLayerMD5": "55f00a23d0f5cc57be9533f126a7ac8c.svg", + "assetId": "42e5468fa164e001925d5a49d372f4b1", + "name": "story-M-2", "bitmapResolution": 1, + "md5ext": "42e5468fa164e001925d5a49d372f4b1.svg", + "dataFormat": "svg", "rotationCenterX": 30, "rotationCenterY": 25 }, { - "costumeName": "story-M-3", - "baseLayerID": -1, - "baseLayerMD5": "613df2bd97784a239ab992f7a95458a0.svg", + "assetId": "643896fcad0a1bf6eb9f3f590094687c", + "name": "story-M-3", "bitmapResolution": 1, + "md5ext": "643896fcad0a1bf6eb9f3f590094687c.svg", + "dataFormat": "svg", "rotationCenterX": 27, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": 93, - "scratchY": 39, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 75, "visible": true, - "spriteInfo": {} + "x": 93, + "y": 39, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-M" } }, { "name": "Story-N", - "md5": "293589fd5bbc358a20c165ab49c19833.svg", + "md5": "c2f77473dd16d1a3713218b05390a688.svg", "type": "sprite", "tags": [ "alphabet", @@ -19756,57 +23508,69 @@ 1 ], "json": { - "objName": "Story-N", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-N", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-N-1", - "baseLayerID": -1, - "baseLayerMD5": "293589fd5bbc358a20c165ab49c19833.svg", + "assetId": "c2f77473dd16d1a3713218b05390a688", + "name": "story-N-1", "bitmapResolution": 1, + "md5ext": "c2f77473dd16d1a3713218b05390a688.svg", + "dataFormat": "svg", "rotationCenterX": 26, "rotationCenterY": 25 }, { - "costumeName": "story-N-2", - "baseLayerID": -1, - "baseLayerMD5": "5e07ee61cb20bc575720774584dfec53.svg", + "assetId": "80c8f32282b697097933837905a6f257", + "name": "story-N-2", "bitmapResolution": 1, + "md5ext": "80c8f32282b697097933837905a6f257.svg", + "dataFormat": "svg", "rotationCenterX": 26, "rotationCenterY": 25 }, { - "costumeName": "story-N-3", - "baseLayerID": -1, - "baseLayerMD5": "435697335345f946d943c1d89fdb459a.svg", + "assetId": "40ffad793f4042a5fe7b3aaa6bc175ae", + "name": "story-N-3", "bitmapResolution": 1, + "md5ext": "40ffad793f4042a5fe7b3aaa6bc175ae.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": 37, - "scratchY": -32, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 76, "visible": true, - "spriteInfo": {} + "x": 37, + "y": -32, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-N" } }, { "name": "Story-O", - "md5": "088beed7ce0dff554da06f54d0558bc0.svg", + "md5": "40bf3880b678beeda8cf708a51a4402d.svg", "type": "sprite", "tags": [ "alphabet", @@ -19818,57 +23582,69 @@ 1 ], "json": { - "objName": "Story-O", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-O", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-O-1", - "baseLayerID": -1, - "baseLayerMD5": "088beed7ce0dff554da06f54d0558bc0.svg", + "assetId": "40bf3880b678beeda8cf708a51a4402d", + "name": "story-O-1", "bitmapResolution": 1, + "md5ext": "40bf3880b678beeda8cf708a51a4402d.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 25 }, { - "costumeName": "story-O-2", - "baseLayerID": -1, - "baseLayerMD5": "e8fa671bb1ca53c044bfb27225321c25.svg", + "assetId": "0bdd31ea2b3b78d0c39022795a49c69a", + "name": "story-O-2", "bitmapResolution": 1, + "md5ext": "0bdd31ea2b3b78d0c39022795a49c69a.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 25 }, { - "costumeName": "story-O-3", - "baseLayerID": -1, - "baseLayerMD5": "a132bf3d4084ef8ca9e0797f64c0f082.svg", + "assetId": "43a89fc1442627ca48b1dc631c517942", + "name": "story-O-3", "bitmapResolution": 1, + "md5ext": "43a89fc1442627ca48b1dc631c517942.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": 98, - "scratchY": 3, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 77, "visible": true, - "spriteInfo": {} + "x": 98, + "y": 3, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-O" } }, { "name": "Story-P", - "md5": "ad4a101b83f28ced16849be3e393caa9.svg", + "md5": "1a41f74cd76d7202d8b22ffc7729e03f.svg", "type": "sprite", "tags": [ "alphabet", @@ -19880,57 +23656,69 @@ 1 ], "json": { - "objName": "Story-P", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-P", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-P-1", - "baseLayerID": -1, - "baseLayerMD5": "ad4a101b83f28ced16849be3e393caa9.svg", + "assetId": "1a41f74cd76d7202d8b22ffc7729e03f", + "name": "story-P-1", "bitmapResolution": 1, + "md5ext": "1a41f74cd76d7202d8b22ffc7729e03f.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 25 }, { - "costumeName": "story-P-2", - "baseLayerID": -1, - "baseLayerMD5": "781c42f9da36bbc0ee3775f18ac98124.svg", + "assetId": "377eac55366670a03c469705c6689f09", + "name": "story-P-2", "bitmapResolution": 1, + "md5ext": "377eac55366670a03c469705c6689f09.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 25 }, { - "costumeName": "story-P-3", - "baseLayerID": -1, - "baseLayerMD5": "bcaec7c778920d8d74c275c1aff634fe.svg", + "assetId": "9cf707e83af27c47e74adb77496ffca5", + "name": "story-P-3", "bitmapResolution": 1, + "md5ext": "9cf707e83af27c47e74adb77496ffca5.svg", + "dataFormat": "svg", "rotationCenterX": 17, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": -46, - "scratchY": -29, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 78, "visible": true, - "spriteInfo": {} + "x": -46, + "y": -29, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-P" } }, { "name": "Story-Q", - "md5": "484e44f908e84d795c87cf994364e722.svg", + "md5": "84a6dc992bce018a1eac9be0173ad917.svg", "type": "sprite", "tags": [ "alphabet", @@ -19942,57 +23730,69 @@ 1 ], "json": { - "objName": "Story-Q", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-Q", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-Q-1", - "baseLayerID": -1, - "baseLayerMD5": "484e44f908e84d795c87cf994364e722.svg", + "assetId": "84a6dc992bce018a1eac9be0173ad917", + "name": "story-Q-1", "bitmapResolution": 1, + "md5ext": "84a6dc992bce018a1eac9be0173ad917.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 30 }, { - "costumeName": "story-Q-2", - "baseLayerID": -1, - "baseLayerMD5": "31f28be74dc7de42a5c4a38504d666ca.svg", + "assetId": "efc27a91c30d6a511be4245e36684192", + "name": "story-Q-2", "bitmapResolution": 1, + "md5ext": "efc27a91c30d6a511be4245e36684192.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 30 }, { - "costumeName": "story-Q-3", - "baseLayerID": -1, - "baseLayerMD5": "aef19097378515308e934a79f147032e.svg", + "assetId": "01acd1076994a4379a3fc9e034bc05fc", + "name": "story-Q-3", "bitmapResolution": 1, + "md5ext": "01acd1076994a4379a3fc9e034bc05fc.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 29 } ], - "currentCostumeIndex": 0, - "scratchX": 68, - "scratchY": 5, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 79, "visible": true, - "spriteInfo": {} + "x": 68, + "y": 5, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-Q" } }, { "name": "Story-R", - "md5": "55999cb6783ef8351d841294d75af942.svg", + "md5": "4f217b14a161fcd9590614b0733100ea.svg", "type": "sprite", "tags": [ "alphabet", @@ -20004,57 +23804,69 @@ 1 ], "json": { - "objName": "Story-R", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-R", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-R-1", - "baseLayerID": -1, - "baseLayerMD5": "55999cb6783ef8351d841294d75af942.svg", + "assetId": "4f217b14a161fcd9590614b0733100ea", + "name": "story-R-1", "bitmapResolution": 1, + "md5ext": "4f217b14a161fcd9590614b0733100ea.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 26 }, { - "costumeName": "story-R-2", - "baseLayerID": -1, - "baseLayerMD5": "926f8ff770cb15b42b12f209fd02d98c.svg", + "assetId": "3c3f44aba3eff8856472e06b333a7201", + "name": "story-R-2", "bitmapResolution": 1, + "md5ext": "3c3f44aba3eff8856472e06b333a7201.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 26 }, { - "costumeName": "story-R-3", - "baseLayerID": -1, - "baseLayerMD5": "a66d8f0ba6d40c624873edc8df58c014.svg", + "assetId": "5c1d38d02ae9c4df7851a6e9d52f25b4", + "name": "story-R-3", "bitmapResolution": 1, + "md5ext": "5c1d38d02ae9c4df7851a6e9d52f25b4.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": 17, - "scratchY": 45, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 80, "visible": true, - "spriteInfo": {} + "x": 17, + "y": 45, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-R" } }, { "name": "Story-S", - "md5": "fca1555f335392f1c4ef620bf098c0de.svg", + "md5": "47b9f910048ce4db93bdfbcd2638e19a.svg", "type": "sprite", "tags": [ "alphabet", @@ -20066,57 +23878,69 @@ 1 ], "json": { - "objName": "Story-S", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-S", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-S-1", - "baseLayerID": -1, - "baseLayerMD5": "fca1555f335392f1c4ef620bf098c0de.svg", + "assetId": "47b9f910048ce4db93bdfbcd2638e19a", + "name": "story-S-1", "bitmapResolution": 1, + "md5ext": "47b9f910048ce4db93bdfbcd2638e19a.svg", + "dataFormat": "svg", "rotationCenterX": 16, "rotationCenterY": 25 }, { - "costumeName": "story-S-2", - "baseLayerID": -1, - "baseLayerMD5": "c529ed7b40f4a949539f8f454e3fe475.svg", + "assetId": "5a113fcacd35ababbf23c5a9289433d1", + "name": "story-S-2", "bitmapResolution": 1, + "md5ext": "5a113fcacd35ababbf23c5a9289433d1.svg", + "dataFormat": "svg", "rotationCenterX": 16, "rotationCenterY": 25 }, { - "costumeName": "story-S-3", - "baseLayerID": -1, - "baseLayerMD5": "e96388c9197733bdadbad3ce014c0e59.svg", + "assetId": "fd2a94481c3ef0c223784b2f3c6df874", + "name": "story-S-3", "bitmapResolution": 1, + "md5ext": "fd2a94481c3ef0c223784b2f3c6df874.svg", + "dataFormat": "svg", "rotationCenterX": 14, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": 67, - "scratchY": -26, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 81, "visible": true, - "spriteInfo": {} + "x": 67, + "y": -26, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-S" } }, { "name": "Story-T", - "md5": "d3b342c795a620b69639c02a419e8535.svg", + "md5": "001a2186db228fdd9bfbf3f15800bb63.svg", "type": "sprite", "tags": [ "alphabet", @@ -20128,57 +23952,69 @@ 1 ], "json": { - "objName": "Story-T", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-T", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-T-1", - "baseLayerID": -1, - "baseLayerMD5": "d3b342c795a620b69639c02a419e8535.svg", + "assetId": "001a2186db228fdd9bfbf3f15800bb63", + "name": "story-T-1", "bitmapResolution": 1, + "md5ext": "001a2186db228fdd9bfbf3f15800bb63.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 27 }, { - "costumeName": "story-T-2", - "baseLayerID": -1, - "baseLayerMD5": "eeb0fd25c9273747ac38766d1959ba2b.svg", + "assetId": "b61e1ac30aa2f35d4fd8c23fab1f76ea", + "name": "story-T-2", "bitmapResolution": 1, + "md5ext": "b61e1ac30aa2f35d4fd8c23fab1f76ea.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 27 }, { - "costumeName": "story-T-3", - "baseLayerID": -1, - "baseLayerMD5": "a9683d4946b08a76864a51bd21d811cb.svg", + "assetId": "66b22b0ff0a5c1c205a701316ab954cf", + "name": "story-T-3", "bitmapResolution": 1, + "md5ext": "66b22b0ff0a5c1c205a701316ab954cf.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": -77, - "scratchY": 44, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 82, "visible": true, - "spriteInfo": {} + "x": -77, + "y": 44, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-T" } }, { "name": "Story-U", - "md5": "fcf99b6e8aeb2d504e1e9b2194640916.svg", + "md5": "cfb334b977b8f2a39aa56b1e0532829e.svg", "type": "sprite", "tags": [ "alphabet", @@ -20190,57 +24026,69 @@ 1 ], "json": { - "objName": "Story-U", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-U", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-U-1", - "baseLayerID": -1, - "baseLayerMD5": "fcf99b6e8aeb2d504e1e9b2194640916.svg", + "assetId": "cfb334b977b8f2a39aa56b1e0532829e", + "name": "story-U-1", "bitmapResolution": 1, + "md5ext": "cfb334b977b8f2a39aa56b1e0532829e.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 26 }, { - "costumeName": "story-U-2", - "baseLayerID": -1, - "baseLayerMD5": "f442802f17225d6506ac9718810f179e.svg", + "assetId": "51dd73c840ba3aca0f9770e13cb14fb3", + "name": "story-U-2", "bitmapResolution": 1, + "md5ext": "51dd73c840ba3aca0f9770e13cb14fb3.svg", + "dataFormat": "svg", "rotationCenterX": 24, "rotationCenterY": 26 }, { - "costumeName": "story-U-3", - "baseLayerID": -1, - "baseLayerMD5": "0779f03a6589c60352b1d4806a4a61c0.svg", + "assetId": "f6b7b4da5362fdac29d84f1fbf19e3f4", + "name": "story-U-3", "bitmapResolution": 1, + "md5ext": "f6b7b4da5362fdac29d84f1fbf19e3f4.svg", + "dataFormat": "svg", "rotationCenterX": 21, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": 39, - "scratchY": -7, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 83, "visible": true, - "spriteInfo": {} + "x": 39, + "y": -7, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-U" } }, { "name": "Story-V", - "md5": "750b47f1de2143f76354239b27e1e5f0.svg", + "md5": "f27e7a4216665a6eab43fe9b4b5ec934.svg", "type": "sprite", "tags": [ "alphabet", @@ -20252,57 +24100,69 @@ 1 ], "json": { - "objName": "Story-V", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-V", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-V-1", - "baseLayerID": -1, - "baseLayerMD5": "750b47f1de2143f76354239b27e1e5f0.svg", + "assetId": "f27e7a4216665a6eab43fe9b4b5ec934", + "name": "story-V-1", "bitmapResolution": 1, + "md5ext": "f27e7a4216665a6eab43fe9b4b5ec934.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 25 }, { - "costumeName": "story-V-2", - "baseLayerID": -1, - "baseLayerMD5": "03de7add77e31799ca568a9c671012b4.svg", + "assetId": "43a8993221848f90e9f37664e7832b4a", + "name": "story-V-2", "bitmapResolution": 1, + "md5ext": "43a8993221848f90e9f37664e7832b4a.svg", + "dataFormat": "svg", "rotationCenterX": 25, "rotationCenterY": 25 }, { - "costumeName": "story-V-3", - "baseLayerID": -1, - "baseLayerMD5": "29befe20b105b69471f5507d025ec3e0.svg", + "assetId": "d5c20886e3eb0ca0f5430c9482b1d832", + "name": "story-V-3", "bitmapResolution": 1, + "md5ext": "d5c20886e3eb0ca0f5430c9482b1d832.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": 40, - "scratchY": -35, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 84, "visible": true, - "spriteInfo": {} + "x": 40, + "y": -35, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-V" } }, { "name": "Story-W", - "md5": "7d9d4c0da9bd1a3ddf253d1bea26f4e9.svg", + "md5": "396e27d20d1a49edaa106ba6d667cedd.svg", "type": "sprite", "tags": [ "alphabet", @@ -20314,57 +24174,69 @@ 1 ], "json": { - "objName": "Story-W", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-W", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-W-1", - "baseLayerID": -1, - "baseLayerMD5": "7d9d4c0da9bd1a3ddf253d1bea26f4e9.svg", + "assetId": "396e27d20d1a49edaa106ba6d667cedd", + "name": "story-W-1", "bitmapResolution": 1, + "md5ext": "396e27d20d1a49edaa106ba6d667cedd.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 25 }, { - "costumeName": "story-W-2", - "baseLayerID": -1, - "baseLayerMD5": "c0f48eb69cae4a611d3e7b7e06b0d1c1.svg", + "assetId": "f21ba826cd88c376e868f079d6df273c", + "name": "story-W-2", "bitmapResolution": 1, + "md5ext": "f21ba826cd88c376e868f079d6df273c.svg", + "dataFormat": "svg", "rotationCenterX": 37, "rotationCenterY": 25 }, { - "costumeName": "story-W-3", - "baseLayerID": -1, - "baseLayerMD5": "d1c922c9e9d53d2f6f36ca637e85de6b.svg", + "assetId": "528df57da4490f6da8c75da06a1367f5", + "name": "story-W-3", "bitmapResolution": 1, + "md5ext": "528df57da4490f6da8c75da06a1367f5.svg", + "dataFormat": "svg", "rotationCenterX": 34, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": -99, - "scratchY": 4, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 85, "visible": true, - "spriteInfo": {} + "x": -99, + "y": 4, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-W" } }, { "name": "Story-X", - "md5": "92c452555b3d5a4993f107810043ea03.svg", + "md5": "db0c1a6499169aac6639a1a0076658ce.svg", "type": "sprite", "tags": [ "alphabet", @@ -20376,57 +24248,69 @@ 1 ], "json": { - "objName": "Story-X", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-X", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-X-1", - "baseLayerID": -1, - "baseLayerMD5": "92c452555b3d5a4993f107810043ea03.svg", + "assetId": "db0c1a6499169aac6639a1a0076658ce", + "name": "story-X-1", "bitmapResolution": 1, + "md5ext": "db0c1a6499169aac6639a1a0076658ce.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 26 }, { - "costumeName": "story-X-2", - "baseLayerID": -1, - "baseLayerMD5": "f688425da41c2b7f80d4b8752de69bc9.svg", + "assetId": "ca4e3e84788bdeea42dd5ed952d5a66c", + "name": "story-X-2", "bitmapResolution": 1, + "md5ext": "ca4e3e84788bdeea42dd5ed952d5a66c.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 26 }, { - "costumeName": "story-X-3", - "baseLayerID": -1, - "baseLayerMD5": "ec90479a0ce3c7706f1916daef0f3c67.svg", + "assetId": "04be1176e562eff16f1159f69945a82e", + "name": "story-X-3", "bitmapResolution": 1, + "md5ext": "04be1176e562eff16f1159f69945a82e.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": 65, - "scratchY": -5, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 86, "visible": true, - "spriteInfo": {} + "x": 65, + "y": -5, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-X" } }, { "name": "Story-Y", - "md5": "b3c252450d413fc75be0eafdbe4490dc.svg", + "md5": "59275f907633ce02074f787e5767bfde.svg", "type": "sprite", "tags": [ "alphabet", @@ -20438,57 +24322,69 @@ 1 ], "json": { - "objName": "Story-Y", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-Y", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-Y-1", - "baseLayerID": -1, - "baseLayerMD5": "b3c252450d413fc75be0eafdbe4490dc.svg", + "assetId": "59275f907633ce02074f787e5767bfde", + "name": "story-Y-1", "bitmapResolution": 1, + "md5ext": "59275f907633ce02074f787e5767bfde.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 27 }, { - "costumeName": "story-Y-2", - "baseLayerID": -1, - "baseLayerMD5": "1cfa161ae5d60ea163e4e0aa34d08f02.svg", + "assetId": "093a9410933f7d01f459f08bcb01735b", + "name": "story-Y-2", "bitmapResolution": 1, + "md5ext": "093a9410933f7d01f459f08bcb01735b.svg", + "dataFormat": "svg", "rotationCenterX": 22, "rotationCenterY": 27 }, { - "costumeName": "story-Y-3", - "baseLayerID": -1, - "baseLayerMD5": "a1fc3c0fa304255364c0f98547e0e448.svg", + "assetId": "d7fabe2652c93dd1bf91d9064cf5a348", + "name": "story-Y-3", "bitmapResolution": 1, + "md5ext": "d7fabe2652c93dd1bf91d9064cf5a348.svg", + "dataFormat": "svg", "rotationCenterX": 20, "rotationCenterY": 24 } ], - "currentCostumeIndex": 0, - "scratchX": -77, - "scratchY": 31, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 87, "visible": true, - "spriteInfo": {} + "x": -77, + "y": 31, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-Y" } }, { "name": "Story-Z", - "md5": "86326c9180c485b557a075f4794939d7.svg", + "md5": "34825a171f7b35962484fa53e99ff632.svg", "type": "sprite", "tags": [ "alphabet", @@ -20500,52 +24396,64 @@ 1 ], "json": { - "objName": "Story-Z", - "sounds": [ - { - "soundName": "pop", - "soundID": -1, - "md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav", - "sampleCount": 258, - "rate": 11025, - "format": "" - } - ], + "isStage": false, + "name": "Story-Z", + "variables": {}, + "lists": {}, + "broadcasts": {}, + "blocks": {}, + "comments": {}, + "currentCostume": 0, "costumes": [ { - "costumeName": "story-Z-1", - "baseLayerID": -1, - "baseLayerMD5": "86326c9180c485b557a075f4794939d7.svg", + "assetId": "34825a171f7b35962484fa53e99ff632", + "name": "story-Z-1", "bitmapResolution": 1, + "md5ext": "34825a171f7b35962484fa53e99ff632.svg", + "dataFormat": "svg", "rotationCenterX": 19, "rotationCenterY": 26 }, { - "costumeName": "story-Z-2", - "baseLayerID": -1, - "baseLayerMD5": "e10b203e47bbb41edab78be59e628449.svg", + "assetId": "23c24dbee23b1545afa8ee15ed339327", + "name": "story-Z-2", "bitmapResolution": 1, + "md5ext": "23c24dbee23b1545afa8ee15ed339327.svg", + "dataFormat": "svg", "rotationCenterX": 19, "rotationCenterY": 26 }, { - "costumeName": "story-Z-3", - "baseLayerID": -1, - "baseLayerMD5": "0788df7b1d9cf02dfdebc021d4f30ce4.svg", + "assetId": "665db4c356d7e010fa8d71cc291834e3", + "name": "story-Z-3", "bitmapResolution": 1, + "md5ext": "665db4c356d7e010fa8d71cc291834e3.svg", + "dataFormat": "svg", "rotationCenterX": 17, "rotationCenterY": 23 } ], - "currentCostumeIndex": 0, - "scratchX": 4, - "scratchY": 9, - "scale": 1, - "direction": 90, - "rotationStyle": "normal", - "isDraggable": false, + "sounds": [ + { + "assetId": "83a9787d4cb6f3b7632b4ddfebf74367", + "name": "pop", + "dataFormat": "wav", + "format": "", + "rate": 44100, + "sampleCount": 1032, + "md5ext": "83a9787d4cb6f3b7632b4ddfebf74367.wav" + } + ], + "volume": 100, + "layerOrder": 88, "visible": true, - "spriteInfo": {} + "x": 3.000000000000014, + "y": -22.999999999999993, + "size": 100, + "direction": 90, + "draggable": false, + "rotationStyle": "all around", + "objName": "Story-Z" } } -] +] \ No newline at end of file diff --git a/src/lib/randomize-sprite-position.js b/src/lib/randomize-sprite-position.js index bd4c55e..dbb92b9 100644 --- a/src/lib/randomize-sprite-position.js +++ b/src/lib/randomize-sprite-position.js @@ -4,8 +4,8 @@ const randomizeSpritePosition = spriteObject => { const randomY = Math.floor((100 * Math.random()) - 50); if (spriteObject.hasOwnProperty('json')) { // Library sprite object - spriteObject.json.scratchX = randomX; - spriteObject.json.scratchY = randomY; + spriteObject.json.x = randomX; + spriteObject.json.y = randomY; } else if (spriteObject.hasOwnProperty('x') && spriteObject.hasOwnProperty('y')) { // Scratch 3 sprite object spriteObject.x = randomX; diff --git a/src/lib/supported-browser.js b/src/lib/supported-browser.js index 6f5ac8b..a07d0c9 100644 --- a/src/lib/supported-browser.js +++ b/src/lib/supported-browser.js @@ -26,7 +26,9 @@ const supportedBrowser = () => { * always returns false */ -const recommendedBrowser = () => !bowser.isUnsupportedBrowser(minVersions, true); +const recommendedBrowser = () => + !bowser.isUnsupportedBrowser(minVersions, true) || + window.navigator.userAgent.toLowerCase().indexOf('googlebot') !== -1; export { supportedBrowser as default, diff --git a/src/lib/titled-hoc.jsx b/src/lib/titled-hoc.jsx index 489360c..34c7e8e 100644 --- a/src/lib/titled-hoc.jsx +++ b/src/lib/titled-hoc.jsx @@ -3,7 +3,10 @@ import React from 'react'; import {connect} from 'react-redux'; import {defineMessages, injectIntl, intlShape} from 'react-intl'; -import {getIsShowingWithoutId} from '../reducers/project-state'; +import { + getIsAnyCreatingNewState, + getIsShowingWithoutId +} from '../reducers/project-state'; import {setProjectTitle} from '../reducers/project-title'; const messages = defineMessages({ @@ -42,6 +45,12 @@ const TitledHOC = function (WrappedComponent) { if (this.props.projectTitle !== prevProps.projectTitle) { this.handleReceivedProjectTitle(this.props.projectTitle); } + // if project is a new default project, and has loaded, + if (this.props.isShowingWithoutId && prevProps.isAnyCreatingNewState) { + // reset title to default + const defaultProjectTitle = this.handleReceivedProjectTitle(); + this.props.onUpdateProjectTitle(defaultProjectTitle); + } // if the projectTitle hasn't changed, but the reduxProjectTitle // HAS changed, we need to report that change to the projectTitle's owner if (this.props.reduxProjectTitle !== prevProps.reduxProjectTitle && @@ -55,11 +64,13 @@ const TitledHOC = function (WrappedComponent) { newTitle = this.props.intl.formatMessage(messages.defaultProjectTitle); } this.props.onChangedProjectTitle(newTitle); + return newTitle; } render () { const { /* eslint-disable no-unused-vars */ intl, + isAnyCreatingNewState, isShowingWithoutId, onChangedProjectTitle, // for children, we replace onUpdateProjectTitle with our own @@ -81,6 +92,7 @@ const TitledHOC = function (WrappedComponent) { TitledComponent.propTypes = { intl: intlShape, + isAnyCreatingNewState: PropTypes.bool, isShowingWithoutId: PropTypes.bool, onChangedProjectTitle: PropTypes.func, onUpdateProjectTitle: PropTypes.func, @@ -95,6 +107,7 @@ const TitledHOC = function (WrappedComponent) { const mapStateToProps = state => { const loadingState = state.scratchGui.projectState.loadingState; return { + isAnyCreatingNewState: getIsAnyCreatingNewState(loadingState), isShowingWithoutId: getIsShowingWithoutId(loadingState), reduxProjectTitle: state.scratchGui.projectTitle }; diff --git a/src/lib/vm-listener-hoc.jsx b/src/lib/vm-listener-hoc.jsx index e3e9a1f..b6207a5 100644 --- a/src/lib/vm-listener-hoc.jsx +++ b/src/lib/vm-listener-hoc.jsx @@ -26,8 +26,7 @@ const vmListenerHOC = function (WrappedComponent) { 'handleKeyDown', 'handleKeyUp', 'handleProjectChanged', - 'handleTargetsUpdate', - 'handleRuntimeStarted' + 'handleTargetsUpdate' ]); // We have to start listening to the vm here rather than in // componentDidMount because the HOC mounts the wrapped component, @@ -44,7 +43,6 @@ const vmListenerHOC = function (WrappedComponent) { this.props.vm.on('PROJECT_RUN_STOP', this.props.onProjectRunStop); this.props.vm.on('PROJECT_CHANGED', this.handleProjectChanged); this.props.vm.on('RUNTIME_STARTED', this.props.onRuntimeStarted); - this.props.vm.on('RUNTIME_STARTED', this.handleRuntimeStarted); this.props.vm.on('PROJECT_START', this.props.onGreenFlag); this.props.vm.on('PERIPHERAL_CONNECTION_LOST_ERROR', this.props.onShowExtensionAlert); this.props.vm.on('MIC_LISTENING', this.props.onMicListeningUpdate); @@ -75,10 +73,6 @@ const vmListenerHOC = function (WrappedComponent) { document.removeEventListener('keyup', this.handleKeyUp); } } - handleRuntimeStarted (){ - window.props = this.props; - window.vm = this.props.vm; - } handleProjectChanged () { if (this.props.shouldUpdateProjectChanged && !this.props.projectChanged) { this.props.onProjectChanged(); diff --git a/test/helpers/selenium-helper.js b/test/helpers/selenium-helper.js index 84e6c35..ee77b4c 100644 --- a/test/helpers/selenium-helper.js +++ b/test/helpers/selenium-helper.js @@ -28,6 +28,8 @@ class SeleniumHelper { 'loadUri', 'rightClickText' ]); + + this.Key = webdriver.Key; // map Key constants, for sending special keys } elementIsVisible (element, timeoutMessage = 'elementIsVisible timed out') { diff --git a/test/integration/blocks.test.js b/test/integration/blocks.test.js index d019933..edaccfa 100644 --- a/test/integration/blocks.test.js +++ b/test/integration/blocks.test.js @@ -193,7 +193,7 @@ describe('Working with the blocks', () => { await clickText('newname', scope.blocksTab); }); - test('Renaming costume with a special character should not break toolbox', async () => { + test.skip('Renaming costume with a special character should not break toolbox', async () => { await loadUri(uri); // Rename the costume diff --git a/test/integration/costumes.test.js b/test/integration/costumes.test.js index 0d1a784..e3380e4 100644 --- a/test/integration/costumes.test.js +++ b/test/integration/costumes.test.js @@ -193,7 +193,7 @@ describe('Working with costumes', () => { .mouseMove(abbyElement) .perform(); // wait for one of Abby's alternate costumes to appear - await findByXpath('//img[@src="https://cdn.assets.scratch.mit.edu/internalapi/asset/b6e23922f23b49ddc6f62f675e77417c.svg/get/"]'); + await findByXpath('//img[@src="https://cdn.assets.scratch.mit.edu/internalapi/asset/45de34b47a2ce22f6f5d28bb35a44ff5.svg/get/"]'); const logs = await getLogs(); await expect(logs).toEqual([]); }); diff --git a/test/integration/project-state.test.js b/test/integration/project-state.test.js new file mode 100644 index 0000000..e155893 --- /dev/null +++ b/test/integration/project-state.test.js @@ -0,0 +1,45 @@ +import path from 'path'; +import SeleniumHelper from '../helpers/selenium-helper'; + +const { + clickText, + clickXpath, + findByXpath, + getDriver, + Key, + loadUri +} = new SeleniumHelper(); + +const uri = path.resolve(__dirname, '../../build/index.html'); + +let driver; + +describe('Project state', () => { + beforeAll(() => { + driver = getDriver(); + }); + + afterAll(async () => { + await driver.quit(); + }); + + test('File->New resets project title', async () => { + const defaultProjectTitle = 'Scratch Project'; + await loadUri(uri); + const inputEl = await findByXpath(`//input[@value="${defaultProjectTitle}"]`); + for (let i = 0; i < defaultProjectTitle.length; i++) { + inputEl.sendKeys(Key.BACK_SPACE); + } + inputEl.sendKeys('Changed title of project'); + await clickText('Costumes'); // just to blur the input + // verify that project title has changed + await clickXpath('//input[@value="Changed title of project"]'); + await clickXpath( + '//div[contains(@class, "menu-bar_menu-bar-item") and ' + + 'contains(@class, "menu-bar_hoverable")][span[text()="File"]]' + ); + await clickXpath('//li[span[text()="New"]]'); + // project title should be default again + await clickXpath(`//input[@value="${defaultProjectTitle}"]`); + }); +}); diff --git a/test/unit/util/audio-util.test.js b/test/unit/util/audio-util.test.js index 79ff55e..b962dcc 100644 --- a/test/unit/util/audio-util.test.js +++ b/test/unit/util/audio-util.test.js @@ -87,11 +87,15 @@ describe('dropEveryOtherSample', () => { sampleRate: 2 }; test('result is half the length', () => { - const {samples} = dropEveryOtherSample(buffer, 1); + const {samples} = dropEveryOtherSample(buffer); expect(samples.length).toEqual(Math.floor(buffer.samples.length / 2)); }); test('result contains only even-index items', () => { - const {samples} = dropEveryOtherSample(buffer, 1); + const {samples} = dropEveryOtherSample(buffer); expect(samples).toEqual(new Float32Array([1, 2, 3])); }); + test('result sampleRate is given sampleRate / 2', () => { + const {sampleRate} = dropEveryOtherSample(buffer); + expect(sampleRate).toEqual(buffer.sampleRate / 2); + }); }); diff --git a/test/unit/util/cloud-manager-hoc.test.jsx b/test/unit/util/cloud-manager-hoc.test.jsx index d372e1f..1469719 100644 --- a/test/unit/util/cloud-manager-hoc.test.jsx +++ b/test/unit/util/cloud-manager-hoc.test.jsx @@ -60,7 +60,6 @@ describe('CloudManagerHOC', () => { mount( { const WrappedComponent = cloudManagerHOC(Component); mount( { const WrappedComponent = cloudManagerHOC(Component); mount( { const WrappedComponent = cloudManagerHOC(Component); mount( { const WrappedComponent = cloudManagerHOC(Component); mount( { const mounted = mount( { const WrappedComponent = cloudManagerHOC(Component); const mounted = mount( { const WrappedComponent = cloudManagerHOC(Component); const mounted = mount( { const WrappedComponent = cloudManagerHOC(Component); const mounted = mount( { const WrappedComponent = cloudManagerHOC(Component); const mounted = mount( { const WrappedComponent = cloudManagerHOC(Component); mount( { const WrappedComponent = cloudManagerHOC(Component); mount( { const WrappedComponent = cloudManagerHOC(Component); mount( { }); // Editor Mode Connection/Disconnection Tests - test('Entering editor mode and can\'t save project should disconnect cloud provider # 1', () => { + test('Entering editor mode and can\'t save project should disconnect cloud provider', () => { const Component = () =>
; const WrappedComponent = cloudManagerHOC(Component); const mounted = mount( { const requestCloseConnection = mockCloudProviderInstance.requestCloseConnection; mounted.setProps({ - canSave: false, - hasEverEnteredEditor: true - }); - - expect(vm.setCloudProvider.mock.calls.length).toBe(2); - expect(vm.setCloudProvider).toHaveBeenCalledWith(null); - expect(requestCloseConnection).toHaveBeenCalledTimes(1); - }); - - test('Entering editor mode and can\'t save project should disconnect cloud provider # 2', () => { - const Component = () =>
; - const WrappedComponent = cloudManagerHOC(Component); - const mounted = mount( - - ); - - expect(CloudProvider).toHaveBeenCalled(); - const requestCloseConnection = mockCloudProviderInstance.requestCloseConnection; - - mounted.setProps({ - hasEverEnteredEditor: true + canModifyCloudData: false }); expect(vm.setCloudProvider.mock.calls.length).toBe(2);