mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
add hip hop and fashion JSONs, and minor fixes to microworlds.jsx
This commit is contained in:
parent
6aa93b1711
commit
2cf6befeaf
4 changed files with 1899 additions and 832 deletions
|
@ -29,11 +29,15 @@ var Microworld = React.createClass({
|
|||
this.setState({videoOpen: videoOpenArr});
|
||||
},
|
||||
getInitialState: function () {
|
||||
var json_data = require("./microworlds_fashion.json")
|
||||
{/*var json_data = require("./microworlds_art.json")*/}
|
||||
{/*var json_data = require("./microworlds_fashion.json")*/}
|
||||
{/*var json_data = require("./microworlds_hiphop.json")*/}
|
||||
return {
|
||||
videoOpen: {},
|
||||
featuredGlobal: {},
|
||||
featuredLocal: {},
|
||||
microworlds_data: require("./microworlds_art.json")
|
||||
microworlds_data: json_data
|
||||
};
|
||||
},
|
||||
componentDidMount: function () {
|
||||
|
@ -72,6 +76,9 @@ var Microworld = React.createClass({
|
|||
padding: 15
|
||||
};
|
||||
var left = 25 * (key+1)
|
||||
if (this.state.microworlds_data.videos.length == 1) {
|
||||
left = 50
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
<div className="video">
|
||||
|
@ -118,7 +125,6 @@ var Microworld = React.createClass({
|
|||
return (
|
||||
<div className="box tipsslider">
|
||||
<div className="box-header">
|
||||
<h4>Start Painting</h4>
|
||||
</div>
|
||||
<div className="box-content">
|
||||
<TipsSlider items={tips} settings={{slidesToShow:1,slidesToScroll:1}}/>
|
||||
|
@ -198,18 +204,23 @@ var Microworld = React.createClass({
|
|||
if (!designChallenge) {
|
||||
return null;
|
||||
}
|
||||
var designStudioIntro;
|
||||
if (designChallenge.project_id) {
|
||||
designStudioIntro =
|
||||
<div className="design-studio">
|
||||
<iframe src={"https://scratch.mit.edu/projects/" + designChallenge.project_id + "/#fullscreen"} frameBorder="0"> </iframe>
|
||||
</div>
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="side-by-side section">
|
||||
<h1>Join our Design Challenge!</h1>
|
||||
<div className="design-studio">
|
||||
<iframe src={"https://scratch.mit.edu/projects/" + designChallenge.project_id + "/#fullscreen"} frameBorder="0"> </iframe>
|
||||
</div>
|
||||
{designStudioIntro}
|
||||
<div className="design-studio-projects">
|
||||
<Box title="Examples"
|
||||
key="scratch_desgin_studio"
|
||||
moreTitle="Visit the studio"
|
||||
moreHref={'/studios/' + designChallenge.studio_id + '/'}>
|
||||
moreHref={'https://scratch.mit.edu//studios/' + designChallenge.studio_id + '/'}>
|
||||
<Carousel settings={{slidesToShow:2,slidesToScroll:2}} items={this.state.microworlds_data.design_challenge.studio1} />
|
||||
<Carousel settings={{slidesToShow:2,slidesToScroll:2}} items={this.state.microworlds_data.design_challenge.studio2} />
|
||||
</Box>
|
||||
|
|
File diff suppressed because it is too large
Load diff
503
src/views/microworlds/microworlds_fashion.json
Normal file
503
src/views/microworlds/microworlds_fashion.json
Normal file
|
@ -0,0 +1,503 @@
|
|||
{
|
||||
"title":"Fashion",
|
||||
"description":[
|
||||
"Do you like fashion?",
|
||||
"Watch this video about making fashion projects.",
|
||||
"Then see what you can do with the dress-up game below.",
|
||||
"Explore other fashion projects and make your own!"
|
||||
],
|
||||
"videos":[
|
||||
{
|
||||
"image":"https://i.vimeocdn.com/video/528845372.webp?mw=900&mh=583&q=70",
|
||||
"link":"//player.vimeo.com/video/528845372?title=0&byline=0&portrait=0"
|
||||
}
|
||||
],
|
||||
"microworld_project_id":"68494068",
|
||||
"tips":[
|
||||
{
|
||||
"title":"Click on blocks to see what they do",
|
||||
"tips":[
|
||||
{
|
||||
"id":0,
|
||||
"type":"tip",
|
||||
"title":" Try clicking this block ",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/click-block-color.gif"
|
||||
},
|
||||
{
|
||||
"id":1,
|
||||
"type":"tip",
|
||||
"title":" Or this block",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/click-block-costume.gif"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title":"Try changing colors",
|
||||
"tips":[
|
||||
{
|
||||
"id":2,
|
||||
"type":"tip",
|
||||
"title":" First, select a clothing item ",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/shirts-sprite.png"
|
||||
},
|
||||
{
|
||||
"id":3,
|
||||
"type":"tip",
|
||||
"title":" Then, try this script",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/when-clicked-color.gif"
|
||||
},
|
||||
{
|
||||
"id":4,
|
||||
"type":"tip",
|
||||
"title":" Test it out!",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/click-shirt.gif"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title":"Try changing costumes",
|
||||
"tips":[
|
||||
{
|
||||
"id":5,
|
||||
"type":"tip",
|
||||
"title":"Select a piece of clothing ",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/hats-sprite.png"
|
||||
},
|
||||
{
|
||||
"id":6,
|
||||
"type":"tip",
|
||||
"title":"Then, switch costumes",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/when-clicked-costume.gif"
|
||||
},
|
||||
{
|
||||
"id":7,
|
||||
"type":"tip",
|
||||
"title":" Now, click it!",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/click-hat.gif"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title":"Say hello",
|
||||
"tips":[
|
||||
{
|
||||
"id":8,
|
||||
"type":"tip",
|
||||
"title":"Select the person",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/person-sprite.png"
|
||||
},
|
||||
{
|
||||
"id":9,
|
||||
"type":"tip",
|
||||
"title":"Type in a phrase",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/say-something.gif"
|
||||
},
|
||||
{
|
||||
"id":10,
|
||||
"type":"tip",
|
||||
"title":"Then, try this script",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/when-clicked-say.gif"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title":"Move the sprites",
|
||||
"tips":[
|
||||
{
|
||||
"id":11,
|
||||
"type":"tip",
|
||||
"title":"Select an accessory",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/accessories-sprite.png"
|
||||
},
|
||||
{
|
||||
"id":12,
|
||||
"type":"tip",
|
||||
"title":"Tell it where to go",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/when-clicked-goto.gif"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title":"Other things to try",
|
||||
"tips":[
|
||||
{
|
||||
"id":13,
|
||||
"type":"tip",
|
||||
"title":"Add a sound ",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/play-drum.png"
|
||||
},
|
||||
{
|
||||
"id":14,
|
||||
"type":"tip",
|
||||
"title":" Explore other costumes ",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/next-costume.png"
|
||||
},
|
||||
{
|
||||
"id":15,
|
||||
"type":"tip",
|
||||
"title":"Make longer scripts ",
|
||||
"thumbnailUrl":"/images/microworlds/fashion/block-stack.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_commentedout_starter_projects":[
|
||||
{
|
||||
"title":"Architecture Stamps Starter Project",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/2445/6318.png",
|
||||
"creator":"CSFirst",
|
||||
"id":24456318
|
||||
}
|
||||
],
|
||||
"community_projects":{
|
||||
"featured_projects":[
|
||||
{
|
||||
"title":"☆Mystica Dress Up Game☆",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/7135/4508.png",
|
||||
"creator":"xVanyx",
|
||||
"id":71354508
|
||||
},
|
||||
{
|
||||
"title":"Design a bag Contest! Round two! remix",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/6762/5700.png",
|
||||
"creator":"walterwolf",
|
||||
"id":67625700
|
||||
},
|
||||
{
|
||||
"title":"Paint Nails! ~ [Pinta las uñas]",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/2465/4259.png",
|
||||
"creator":"aguchita",
|
||||
"id":24654259
|
||||
},
|
||||
{
|
||||
"title":"★1990s Inspired Dress Up★",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/6464/1106.png",
|
||||
"creator":"amee-",
|
||||
"id":64641106
|
||||
},
|
||||
{
|
||||
"title":"Minion Dress up Game",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/1205/3016.png",
|
||||
"creator":"Dobbby",
|
||||
"id":12053016
|
||||
},
|
||||
{
|
||||
"title":"Mabel's Dress Up",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/2579/6804.png",
|
||||
"creator":"MagicianCat",
|
||||
"id":25796804
|
||||
},
|
||||
{
|
||||
"title":"Jeremy's Dressup",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/4110/6638.png",
|
||||
"creator":"ipzy",
|
||||
"id":41106638
|
||||
},
|
||||
{
|
||||
"title":"Elsa Dress-Up",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/2130/5521.png",
|
||||
"creator":"elsaunikitty",
|
||||
"id":21305521
|
||||
}
|
||||
],
|
||||
"newest_projects":[
|
||||
{
|
||||
"title":"Purse Land",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9349/4126.png",
|
||||
"creator":"punkbass",
|
||||
"id":93494126
|
||||
},
|
||||
{
|
||||
"title":"Lilly's Fashion Salon! ",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9363/9916.png",
|
||||
"creator":"cs54016",
|
||||
"id":93639916
|
||||
},
|
||||
{
|
||||
"title":"Lilly's Fashion Salon! ",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9363/9916.png",
|
||||
"creator":"cs54016",
|
||||
"id":93639916
|
||||
},
|
||||
{
|
||||
"title":"dress up game (my characters/ bff characters)",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9363/5245.png",
|
||||
"creator":"lockeythekey",
|
||||
"id":93635245
|
||||
},
|
||||
{
|
||||
"title":"Anime Dress Up",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9361/1094.png",
|
||||
"creator":"Alyanda",
|
||||
"id":93611094
|
||||
},
|
||||
{
|
||||
"title":"Stick Man/Woman Dress Up!",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9357/7986.png",
|
||||
"creator":"loopey7890",
|
||||
"id":93577986
|
||||
},
|
||||
{
|
||||
"title":"2-D Dress Up!",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9361/3207.png",
|
||||
"creator":"Arkoarsenic",
|
||||
"id":93613207
|
||||
},
|
||||
{
|
||||
"title":"Stickbro Dress Up",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9356/4550.png",
|
||||
"creator":"Discord21",
|
||||
"id":93564550
|
||||
},
|
||||
{
|
||||
"title":"Bear Dress Up remix",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9361/2027.png",
|
||||
"creator":"cssuperfudge",
|
||||
"id":93612027
|
||||
},
|
||||
{
|
||||
"title":"dress up Lucy",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9360/8879.png",
|
||||
"creator":"123showbiz",
|
||||
"id":93608879
|
||||
},
|
||||
{
|
||||
"title":"Hair Play",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9181/0572.png",
|
||||
"creator":"Aphrodite369",
|
||||
"id":91810572
|
||||
},
|
||||
{
|
||||
"title":"Warrior Cat Maker",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9357/0484.png",
|
||||
"creator":"Nikinoo42",
|
||||
"id":93570484
|
||||
},
|
||||
{
|
||||
"title":"Bearie Dress Up remix",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9358/0802.png",
|
||||
"creator":"SRajput",
|
||||
"id":93580802
|
||||
},
|
||||
{
|
||||
"title":"Chibi Cute Bear Dress Up :D",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9355/9967.png",
|
||||
"creator":"UnicornAnna",
|
||||
"id":93559967
|
||||
},
|
||||
{
|
||||
"title":"Laura beach dress up",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9356/5520.png",
|
||||
"creator":"rozyczka2122004",
|
||||
"id":93565520
|
||||
},
|
||||
{
|
||||
"title":"Dress Up",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9354/8643.png",
|
||||
"creator":"rwd05",
|
||||
"id":93548643
|
||||
},
|
||||
{
|
||||
"title":"dress up scratch cat!",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9356/1200.png",
|
||||
"creator":"CONFIDENTDRAGON",
|
||||
"id":93561200
|
||||
},
|
||||
{
|
||||
"title":"Dress Up Olive",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9276/7275.png",
|
||||
"creator":"rozyczka2122004",
|
||||
"id":92767275
|
||||
},
|
||||
{
|
||||
"title":"Bear Dress Up remix",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9354/5576.png",
|
||||
"creator":"pixiepants14",
|
||||
"id":93545576
|
||||
},
|
||||
{
|
||||
"title":"Dress up Nano and Giga",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8681/5299.png",
|
||||
"creator":"awesomesauce1243",
|
||||
"id":86815299
|
||||
}
|
||||
]
|
||||
},
|
||||
"design_challenge":{
|
||||
"_commentedout_project_id":"89144801",
|
||||
"studio_id":"1424746",
|
||||
"studio1":[
|
||||
{
|
||||
"title":" BIG cool dress up",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/5027/9238.png",
|
||||
"creator":"Ratties123",
|
||||
"id":50279238
|
||||
},
|
||||
{
|
||||
"title":"~*Dressup*~ (40+ clothes and acessories)",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/4966/3352.png",
|
||||
"creator":"NinniV",
|
||||
"id":49663352
|
||||
},
|
||||
{
|
||||
"title":"Dress up Bun-bun",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/7047/3464.png",
|
||||
"creator":"LillyMoon15",
|
||||
"id":70473464
|
||||
},
|
||||
{
|
||||
"title":"Dress Up Pikachu",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/1189/5141.png",
|
||||
"creator":"poke10",
|
||||
"id":11895141
|
||||
},
|
||||
{
|
||||
"title":"dress up",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/6261/8658.png",
|
||||
"creator":"peachycream1",
|
||||
"id":62618658
|
||||
}
|
||||
],
|
||||
"studio2":[
|
||||
{
|
||||
"title":"Dress Up Fun!",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/6289/6096.png",
|
||||
"creator":"sapphire-grace",
|
||||
"id":62896096
|
||||
},
|
||||
{
|
||||
"title":"Finicky Fashionista",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/7210/8732.png",
|
||||
"creator":"Bex36",
|
||||
"id":72108732
|
||||
},
|
||||
{
|
||||
"title":"Dress Up! :D",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/6/2256.png",
|
||||
"creator":"angelical",
|
||||
"id":62256
|
||||
},
|
||||
{
|
||||
"title":"Dress Up Tera",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/1165/6680.png",
|
||||
"creator":"Scratchteam",
|
||||
"id":11656680
|
||||
}
|
||||
]
|
||||
},
|
||||
"show_forum":false
|
||||
}
|
558
src/views/microworlds/microworlds_hiphop.json
Normal file
558
src/views/microworlds/microworlds_hiphop.json
Normal file
|
@ -0,0 +1,558 @@
|
|||
{
|
||||
"title":"Hip Hop",
|
||||
"description":[
|
||||
"Do you like hip-hop?",
|
||||
"Watch a video about making hip-hop projects.",
|
||||
"Then, create your own dance scene!",
|
||||
"Check out projects by others for inspiration."
|
||||
],
|
||||
"videos":[
|
||||
{
|
||||
"image":"https://i.vimeocdn.com/video/521248373.webp?mw=900&mh=583&q=70",
|
||||
"link":"//player.vimeo.com/video/124055657?title=0&byline=0&portrait=0"
|
||||
}
|
||||
],
|
||||
"microworld_project_id":"68260156",
|
||||
"tips":[
|
||||
{
|
||||
"title":"Start Dancing",
|
||||
"tips":[
|
||||
{
|
||||
"id":1,
|
||||
"type":"tip",
|
||||
"title":"First, select a sprite",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/dancer-sprite.png"
|
||||
},
|
||||
{
|
||||
"id":2,
|
||||
"type":"tip",
|
||||
"title":"Then, try this script",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/switch-wait.gif"
|
||||
},
|
||||
{
|
||||
"id":3,
|
||||
"type":"tip",
|
||||
"title":"Start it!",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/green-flag.gif"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title":"Repeat the Dance",
|
||||
"tips":[
|
||||
{
|
||||
"id":4,
|
||||
"type":"tip",
|
||||
"title":"Add another \"wait\"",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/add-wait.gif"
|
||||
},
|
||||
{
|
||||
"id":5,
|
||||
"type":"tip",
|
||||
"title":"Drag this block over",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/add-repeat.gif"
|
||||
},
|
||||
{
|
||||
"id":6,
|
||||
"type":"tip",
|
||||
"title":"Start it",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/green-flag.gif"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title":"Play Music",
|
||||
"tips":[
|
||||
{
|
||||
"id":7,
|
||||
"type":"tip",
|
||||
"title":"Add music that repeats",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/add-play-sound.gif"
|
||||
},
|
||||
{
|
||||
"id":8,
|
||||
"type":"tip",
|
||||
"title":"Start it",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/green-flag.gif"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title":"Shadow Dance",
|
||||
"tips":[
|
||||
{
|
||||
"id":7,
|
||||
"type":"tip",
|
||||
"title":"Add this block",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/shadow-dance.gif"
|
||||
},
|
||||
{
|
||||
"id":8,
|
||||
"type":"tip",
|
||||
"title":"Start it",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/green-flag.gif"
|
||||
},
|
||||
{
|
||||
"id":9,
|
||||
"type":"tip",
|
||||
"title":"Click the stop sign to reset",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/stop.gif"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title":"More things to try",
|
||||
"tips":[
|
||||
{
|
||||
"id":10,
|
||||
"type":"tip",
|
||||
"title":"Try different dance moves",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/change-dance-moves.gif"
|
||||
},
|
||||
{
|
||||
"id":11,
|
||||
"type":"tip",
|
||||
"title":"Add more moves",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/long-dance-script.png"
|
||||
},
|
||||
{
|
||||
"id":12,
|
||||
"type":"tip",
|
||||
"title":"Change the timing",
|
||||
"thumbnailUrl":"/images/microworlds/hiphop/change-dance-timing.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"_commentedout_starter_projects":[
|
||||
{
|
||||
"title":"Architecture Stamps Starter Project",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/2445/6318.png",
|
||||
"creator":"CSFirst",
|
||||
"id":24456318
|
||||
}
|
||||
],
|
||||
"community_projects":{
|
||||
"featured_projects":[
|
||||
{
|
||||
"title":"tuting spins",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/4827/0148.png",
|
||||
"creator":"LHB97",
|
||||
"id":48270148
|
||||
},
|
||||
{
|
||||
"title":"Top Rock Giga",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/4048/8688.png",
|
||||
"creator":"designerd",
|
||||
"id":40488688
|
||||
},
|
||||
{
|
||||
"title":"EpicDance",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/4819/7838.png",
|
||||
"creator":"codamax",
|
||||
"id":48197838
|
||||
},
|
||||
{
|
||||
"title":"Top Rockin in LA",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/3848/8304.png",
|
||||
"creator":"sleggss",
|
||||
"id":38488304
|
||||
},
|
||||
{
|
||||
"title":"Silhouette Dance",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/2758/2882.png",
|
||||
"creator":"natalie",
|
||||
"id":27582882
|
||||
}
|
||||
],
|
||||
"newest_projects":[
|
||||
{
|
||||
"title":"Crash Team Racing - Oxide Station Music (musica)",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9331/8865.png",
|
||||
"creator":"golden_freddy_fnaf5",
|
||||
"id":93318865
|
||||
},
|
||||
{
|
||||
"title":"DANCE OFF!!!!!!!",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9287/4306.png",
|
||||
"creator":"fjoyce11",
|
||||
"id":92874306
|
||||
},
|
||||
{
|
||||
"title":"hip hop",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9301/0585.png",
|
||||
"creator":"Graystripe436",
|
||||
"id":93010585
|
||||
},
|
||||
{
|
||||
"title":"Hip hop",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9100/9512.png",
|
||||
"creator":"krivas57",
|
||||
"id":91009512
|
||||
},
|
||||
{
|
||||
"title":"ElectroKill",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9039/0194.png",
|
||||
"creator":"Snipeshot621",
|
||||
"id":90390194
|
||||
},
|
||||
{
|
||||
"title":"Breakbeat Mayhem",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9033/9020.png",
|
||||
"creator":"Snipeshot621",
|
||||
"id":90339020
|
||||
},
|
||||
{
|
||||
"title":"(GetUpMusic)",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8848/1759.png",
|
||||
"creator":"XavierTheBrave",
|
||||
"id":88481759
|
||||
},
|
||||
{
|
||||
"title":"Hip Hop Dance",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8864/4804.png",
|
||||
"creator":"kawaiigroovycat15",
|
||||
"id":88644804
|
||||
},
|
||||
{
|
||||
"title":"lezione hip hop",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8840/9021.png",
|
||||
"creator":"MartinaStrazzer",
|
||||
"id":88409021
|
||||
},
|
||||
{
|
||||
"title":"Hip Hop Peeps",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8834/4657.png",
|
||||
"creator":"dhajacob",
|
||||
"id":88344657
|
||||
},
|
||||
{
|
||||
"title":"Hiphop (voorbeeld signalen)",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8812/7565.png",
|
||||
"creator":"Juf-Pinky",
|
||||
"id":88127565
|
||||
},
|
||||
{
|
||||
"title":"Flashback: 1990",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8645/1526.png",
|
||||
"creator":"Splo",
|
||||
"id":86451526
|
||||
},
|
||||
{
|
||||
"title":"Focus by Ariana Grande",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8687/1578.png",
|
||||
"creator":"musical11",
|
||||
"id":86871578
|
||||
},
|
||||
{
|
||||
"title":"Clock",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8640/1798.png",
|
||||
"creator":"IlikeMario5",
|
||||
"id":86401798
|
||||
},
|
||||
{
|
||||
"title":"Nice Hip Hop",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/6195/5882.png",
|
||||
"creator":"FireyDeath4",
|
||||
"id":61955882
|
||||
},
|
||||
{
|
||||
"title":"SUPRISE!!!",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8629/4705.png",
|
||||
"creator":"Jungster31",
|
||||
"id":86294705
|
||||
},
|
||||
{
|
||||
"title":"Harold Hip-Hop's Big Adventure",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8536/8362.png",
|
||||
"creator":"Will64",
|
||||
"id":85368362
|
||||
},
|
||||
{
|
||||
"title":"epic dance(add your own dancers)",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8308/2812.png",
|
||||
"creator":"Zstrap10",
|
||||
"id":83082812
|
||||
},
|
||||
{
|
||||
"title":"Hip-Hop VS. Bad photoshop! [Hallowen update!]",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/7579/4280.png",
|
||||
"creator":"konradel",
|
||||
"id":75794280
|
||||
},
|
||||
{
|
||||
"title":"hip hop is in the air",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/7653/2008.png",
|
||||
"creator":"millamarwick",
|
||||
"id":76532008
|
||||
}
|
||||
]
|
||||
},
|
||||
"design_challenge":{
|
||||
"_commentedout_project_id":"89144801",
|
||||
"studio_id":"1065372",
|
||||
"studio1":[
|
||||
{
|
||||
"title":"Crash Team Racing - Oxide Station Music (musica)",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9331/8865.png",
|
||||
"creator":"golden_freddy_fnaf5",
|
||||
"id":93318865
|
||||
},
|
||||
{
|
||||
"title":"DANCE OFF!!!!!!!",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9287/4306.png",
|
||||
"creator":"fjoyce11",
|
||||
"id":92874306
|
||||
},
|
||||
{
|
||||
"title":"hip hop",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9301/0585.png",
|
||||
"creator":"Graystripe436",
|
||||
"id":93010585
|
||||
},
|
||||
{
|
||||
"title":"Hip hop",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9100/9512.png",
|
||||
"creator":"krivas57",
|
||||
"id":91009512
|
||||
},
|
||||
{
|
||||
"title":"ElectroKill",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9039/0194.png",
|
||||
"creator":"Snipeshot621",
|
||||
"id":90390194
|
||||
},
|
||||
{
|
||||
"title":"Breakbeat Mayhem",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/9033/9020.png",
|
||||
"creator":"Snipeshot621",
|
||||
"id":90339020
|
||||
},
|
||||
{
|
||||
"title":"(GetUpMusic)",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8848/1759.png",
|
||||
"creator":"XavierTheBrave",
|
||||
"id":88481759
|
||||
},
|
||||
{
|
||||
"title":"Hip Hop Dance",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8864/4804.png",
|
||||
"creator":"kawaiigroovycat15",
|
||||
"id":88644804
|
||||
},
|
||||
{
|
||||
"title":"lezione hip hop",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8840/9021.png",
|
||||
"creator":"MartinaStrazzer",
|
||||
"id":88409021
|
||||
},
|
||||
{
|
||||
"title":"Hip Hop Peeps",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8834/4657.png",
|
||||
"creator":"dhajacob",
|
||||
"id":88344657
|
||||
},
|
||||
{
|
||||
"title":"Hiphop (voorbeeld signalen)",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8812/7565.png",
|
||||
"creator":"Juf-Pinky",
|
||||
"id":88127565
|
||||
},
|
||||
{
|
||||
"title":"Flashback: 1990",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8645/1526.png",
|
||||
"creator":"Splo",
|
||||
"id":86451526
|
||||
},
|
||||
{
|
||||
"title":"Focus by Ariana Grande",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8687/1578.png",
|
||||
"creator":"musical11",
|
||||
"id":86871578
|
||||
},
|
||||
{
|
||||
"title":"Clock",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8640/1798.png",
|
||||
"creator":"IlikeMario5",
|
||||
"id":86401798
|
||||
},
|
||||
{
|
||||
"title":"Nice Hip Hop",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/6195/5882.png",
|
||||
"creator":"FireyDeath4",
|
||||
"id":61955882
|
||||
},
|
||||
{
|
||||
"title":"SUPRISE!!!",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8629/4705.png",
|
||||
"creator":"Jungster31",
|
||||
"id":86294705
|
||||
}
|
||||
],
|
||||
"studio2":[
|
||||
{
|
||||
"title":"Harold Hip-Hop's Big Adventure",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8536/8362.png",
|
||||
"creator":"Will64",
|
||||
"id":85368362
|
||||
},
|
||||
{
|
||||
"title":"epic dance(add your own dancers)",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/8308/2812.png",
|
||||
"creator":"Zstrap10",
|
||||
"id":83082812
|
||||
},
|
||||
{
|
||||
"title":"Hip-Hop VS. Bad photoshop! [Hallowen update!]",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/7579/4280.png",
|
||||
"creator":"konradel",
|
||||
"id":75794280
|
||||
},
|
||||
{
|
||||
"title":"hip hop is in the air",
|
||||
"type":"project",
|
||||
"remixers_count":168,
|
||||
"love_count":3062,
|
||||
"thumbnail_url":"//cdn.scratch.mit.edu/static/site/projects/thumbnails/7653/2008.png",
|
||||
"creator":"millamarwick",
|
||||
"id":76532008
|
||||
}
|
||||
]
|
||||
},
|
||||
"show_forum":false
|
||||
}
|
Loading…
Reference in a new issue