\n

Free download 20190505_213107 video and edit with RedcoolMedia movie maker MovieStudio video editor online and AudioStudio audio editor onlin

This is the free video 20190505_213107 that can be downloaded, played and edit with our RedcoolMedia movie maker MovieStudio free video editor online and AudioStudio free audio editor online

VIDEO DESCRIPTION:

Play, download and edit the free video 20190505_213107.

Program Purpose and Developement
2a.)
2b.) The program is a clicker game that features a score and life system. It features multiple “stages” where you have to click an enemy a certain amount of times to clear it. Once all the stages are cleared, the final boss appears. I worked independently when programming the random enemy movement and stage navigation. I collaborated with the final boss with a friend in programming the mouseover onEvent.

2c.)function enemyclick(enemy, health, stage, button, total){
onEvent(enemy, "click", function() {
setPosition(enemy, randomNumber(17,255), randomNumber(85, 350));
score = score + 100;
setText (total, score);
if (score == 100){
lives = lives + 1;
}
if (score == 1000){
lives = lives + 1;
}
if (score == 10000){
lives = lives + 1;
}
health = health - 1;
if(health == 0) {
stage = stage - 1;
hideElement(enemy);
}
if(stage == 0){
setScreen("map_screen");
hideElement(button);
setText("total_map", score);
setText("livesmap", lives);
finalbosstick = finalbosstick - 1;
if (finalbosstick == 0){
setScreen("game_screen5");
}
}
});
}
2d.)enemyclick("s1e_1", s1e_1health, stage1, "button1", "total_score1");
enemyclick("s2e_2", s2e_2health, stage2, "button2", "total_score2");
enemyclick("s3e_1", s3e_1health, stage3, "button3", "total_score3");
enemyclick("s4e_4", s4e_4health, stage4, "button4", "total_score4");
backgroundclick("background1", "number_lives1");
backgroundclick("background2", "number_lives2");
backgroundclick("background3", "number_lives3");
backgroundclick("background4", "number_lives4");
backgroundclick("background5", "number_lives5");

Citation:
Source compilation for AP Computer Science Principles

Ink blot:
google.com/url?sa=i&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwia3rCd5LThAhVbHTQIHX22BO4QjRx6BAgBEAU&url=https%3A%2F%2Ftworowtimes.com%2Fmultimedia%2Fgames%2Fvideo-game-review-splatoon-wii-u-splatoon-the-perfect-ink-blot%2F&psig=AOvVaw1rc5ryzjCYggC0Po48z87i&ust=1554410428372056

All art, enemies, and backgrounds are from the game Splatoon and Splatoon 2

Deepsea Metro Map:google.com/url?sa=i&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwi08f6ypcbhAhWdJDQIHUwGDrEQjRx6BAgBEAU&url=https%3A%2F%2Fwww.redbubble.com%2Fpeople%2Fnickyrees%2Fworks%2F32381431-metro-map&psig=AOvVaw3xJH9HRNCgYIRizkqXGqus&ust=1555011528189522

google.com/url?sa=i&source=images&cd=&ved=2ahUKEwiul5fSp8bhAhU3IDQIHQeEASIQjRx6BAgBEAU&url=https%3A%2F%2Faminoapps.com%2Fc%2Fsplatoon%2Fpage%2Fblog%2Fdeep-sea-metro-map-free-to-use%2FeYeS_3udD3gEx8JpJ4n4zYRRP0MP682&psig=AOvVaw3xJH9HRNCgYIRizkqXGqus&ust=1555011528189522

Completed code:
studio.code.org/projects/applab/fxG23guELINDsFWwE2cRf_zC9NFP_CAzJE-QTTi3-LM/edit

Download, play and edit free videos and free audios from 20190505_213107 using RedcoolMedia.net web apps

Ad