{"id":3571,"date":"2019-09-11T11:40:27","date_gmt":"2019-09-11T09:40:27","guid":{"rendered":"https:\/\/www.byor.nl\/?page_id=3571"},"modified":"2019-09-11T12:01:39","modified_gmt":"2019-09-11T10:01:39","slug":"mission-control-theme-coding-mission-3","status":"publish","type":"page","link":"https:\/\/www.byor.nl\/en\/mission-control-theme-coding-mission-3\/","title":{"rendered":"Mission Control | Theme Coding | Mission 3"},"content":{"rendered":"<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<link rel=\"stylesheet\" href=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/w3.css\">\r\n<style>\r\n.topshop-header-layout-standard {\r\n\tdisplay: none !important;\t\r\n}\r\n.site-footer {\r\n\tdisplay: none !important;\r\n}\r\n.customize-support {\r\nbackground-color:#000000 !important;\r\nbackground-size:100% !important;\r\nbackground: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1)), url('http:\/\/byor.nl\/img\/missionbg.jpg');\r\n}\r\n.body {\r\nbackground-color:#000000 !important;\r\nbackground-size:100%;\r\n}\r\na:link {\r\n  color: #7e7ab9;\r\n  text-decoration: underline;\r\n}\r\na:visited {\r\n  color: #7e7ab9;\r\n  text-decoration: underline;\r\n}\r\na:hover {\r\n  color: #7cc9a0;\r\n}\r\n<\/style>\r\n<div class=\"full-width-div-no-head-foot-outer\">\r\n<div class=\"full-width-div-no-head-foot-inner\">\r\n<div style=\"position: fixed; right: 35px; top: 35px; color: #fff;\">Log in<\/div>\r\n<div class=\"roes-MC-title\"><img decoding=\"async\" style=\"width: 15%; min-width: 150px; margin-top: 35px; margin-bottom: -15px;\" src=\"http:\/\/byor.nl\/img\/MClogohalf.png\" \/>\r\n<h1 style=\"color: #fff; font-weight: bold; font-size: 50px; text-shadow: 2px 2px #939598;\">MISSION CONTROL<\/h1>\r\n<h4 style=\"color: #fff;\">Welcome to mission control, start the video below to hear the first transmission from the spaceship.<\/h4>\r\n<!-- https:\/\/maxl.us\/hideyt --><style>.hytPlayerWrap{display: inline-block; position: relative;}.hytPlayerWrap.ended::after{content:\"\"; position: absolute; top: 0; left: 0; bottom: 0; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 64px 64px; background-image: url(data:image\/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);}.hytPlayerWrap.paused::after{content:\"\"; position: absolute; top: 70px; left: 0; bottom: 50px; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 40px 40px; background-image: url(data:image\/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);}<\/style><div class=\"hytPlayerWrapOuter\"> <div class=\"hytPlayerWrap\"> <iframe loading=\"lazy\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/DPQ83YU27IM?rel=0&#038;enablejsapi=1\" frameborder=\"0\" ><\/iframe> <\/div><\/div><script>\"use strict\"; document.addEventListener('DOMContentLoaded', function(){if (window.hideYTActivated) return; let onYouTubeIframeAPIReadyCallbacks=[]; for (let playerWrap of document.querySelectorAll(\".hytPlayerWrap\")){let playerFrame=playerWrap.querySelector(\"iframe\"); let tag=document.createElement('script'); tag.src=\"https:\/\/www.youtube.com\/iframe_api\"; let firstScriptTag=document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); let onPlayerStateChange=function(event){if (event.data==YT.PlayerState.ENDED){playerWrap.classList.add(\"ended\");}else if (event.data==YT.PlayerState.PAUSED){playerWrap.classList.add(\"paused\");}else if (event.data==YT.PlayerState.PLAYING){playerWrap.classList.remove(\"ended\"); playerWrap.classList.remove(\"paused\");}}; let player; onYouTubeIframeAPIReadyCallbacks.push(function(){player=new YT.Player(playerFrame,{events:{'onStateChange': onPlayerStateChange}});}); playerWrap.addEventListener(\"click\", function(){let playerState=player.getPlayerState(); if (playerState==YT.PlayerState.ENDED){player.seekTo(0);}else if (playerState==YT.PlayerState.PAUSED){player.playVideo();}});}window.onYouTubeIframeAPIReady=function(){for (let callback of onYouTubeIframeAPIReadyCallbacks){callback();}}; window.hideYTActivated=true;});<\/script>\r\n<br>\r\n<!-- https:\/\/maxl.us\/hideyt --><style>.hytPlayerWrap{display: inline-block; position: relative;}.hytPlayerWrap.ended::after{content:\"\"; position: absolute; top: 0; left: 0; bottom: 0; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 64px 64px; background-image: url(data:image\/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);}.hytPlayerWrap.paused::after{content:\"\"; position: absolute; top: 70px; left: 0; bottom: 50px; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 40px 40px; background-image: url(data:image\/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);}<\/style><div class=\"hytPlayerWrapOuter\"> <div class=\"hytPlayerWrap\"> <iframe loading=\"lazy\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/x4GiTFwzdMw?rel=0&#038;enablejsapi=1\" frameborder=\"0\" ><\/iframe> <\/div><\/div><script>\"use strict\"; document.addEventListener('DOMContentLoaded', function(){if (window.hideYTActivated) return; let onYouTubeIframeAPIReadyCallbacks=[]; for (let playerWrap of document.querySelectorAll(\".hytPlayerWrap\")){let playerFrame=playerWrap.querySelector(\"iframe\"); let tag=document.createElement('script'); tag.src=\"https:\/\/www.youtube.com\/iframe_api\"; let firstScriptTag=document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); let onPlayerStateChange=function(event){if (event.data==YT.PlayerState.ENDED){playerWrap.classList.add(\"ended\");}else if (event.data==YT.PlayerState.PAUSED){playerWrap.classList.add(\"paused\");}else if (event.data==YT.PlayerState.PLAYING){playerWrap.classList.remove(\"ended\"); playerWrap.classList.remove(\"paused\");}}; let player; onYouTubeIframeAPIReadyCallbacks.push(function(){player=new YT.Player(playerFrame,{events:{'onStateChange': onPlayerStateChange}});}); playerWrap.addEventListener(\"click\", function(){let playerState=player.getPlayerState(); if (playerState==YT.PlayerState.ENDED){player.seekTo(0);}else if (playerState==YT.PlayerState.PAUSED){player.playVideo();}});}window.onYouTubeIframeAPIReady=function(){for (let callback of onYouTubeIframeAPIReadyCallbacks){callback();}}; window.hideYTActivated=true;});<\/script>\r\n\r\n&nbsp;\r\n<h1 style=\"color: #fff; font-weight: bold; font-size: 50px;\">Protocol Alpha<\/h1>\r\n<h4 style=\"color: #fff;\">Expanding the possibilities!<\/h4>\r\n<br>\r\n<div class=\"roes-MC-block\">\r\n<h4 style=\"color: #7e7ab9;\">The Splitter<\/h4>\r\n<h5>In order for different species of the space federation to find you, we will send out the signal using with sound waves as well as light. Lets start by being able to make manual signals. For this to go smoothly the signal that comes in needs to be the same on both outputs. We will make two output parts respond to one sensor. First attach the LED and the Buzzer number 13 en 14. Now attach the distance sensor to port 0.<\/h5>\r\n<img decoding=\"async\" style=\"width: 80%; max-width:700px;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/MB6.jpg\" \/><br>\r\n<h5 style=\"color: #231f20; margin-top: 25px;\">Can you come up with the code you need to make this work?<\/h5>\r\n\r\n<!-- Trigger\/Open the Modal -->\r\n<button onclick=\"document.getElementById('id01').style.display='block'\"\r\nclass=\"w3-button roes-button-style\" style=\"padding-top:10px; background-color:#7e7ab9; color:#fff !important;\">See the code!<\/button>\r\n\r\n<!-- The Modal -->\r\n<div id=\"id01\" class=\"w3-modal\">\r\n  <div class=\"w3-modal-content w3-animate-top\">\r\n    <div class=\"w3-container\">\r\n      <span onclick=\"document.getElementById('id01').style.display='none'\" \r\n      class=\"w3-button w3-display-topright\">&times;<\/span>\r\n       <br>\r\n       <img decoding=\"async\" style=\"width: 80%;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/splittercode.png\" \/><br>\r\n       <br>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\n<h5 style=\"color: #231f20; margin-top: 25px;\">Can you make a 3 part splitter? try it and test it!<\/h5>\r\n<br>\r\n<\/div>\r\n<div class=\"roes-MC-block\">\r\n<h4 style=\"color: #7e7ab9;\">The IF-splitter<\/h4>\r\n<h5>The splitter you made works all the time, now what if we want to make it work only when a certain condition is met? \r\nTo do this we will need another sensor and the IF-block!\r\nConnect a light sensor to port 3 next to the parts you already connected to make the following setup: <\/h5>\r\n<img decoding=\"async\" style=\"width: 80%; max-width:700px;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/MB7.jpg\" \/>\r\n<h5 style=\"color: #231f20; margin-top: 25px;\">Create an IF-statement and drag your previous code inside. Make it respond to the light sensor on port 4. Can you make your code in such a way that the signal only works when it is dark?<\/h5>\r\n<br>\r\n<button onclick=\"document.getElementById('id02').style.display='block'\"\r\nclass=\"w3-button roes-button-style\" style=\"padding-top:10px; background-color:#7e7ab9; color:#fff !important;\">See the code!<\/button>\r\n<div id=\"id02\" class=\"w3-modal\">\r\n  <div class=\"w3-modal-content w3-animate-top\">\r\n    <div class=\"w3-container\">\r\n      <span onclick=\"document.getElementById('id02').style.display='none'\" \r\n      class=\"w3-button w3-display-topright\">&times;<\/span>\r\n       <br>\r\n       <img decoding=\"async\" style=\"width: 80%;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/ifsplitter.png\" \/><br>\r\n       <br>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\n<h5 style=\"color: #231f20; margin-top: 25px;\">Test the code by covering the lightsensor with your hands to make it dark and come closer to the distance sensor. Play around with it, make a nice music light show!\r\n<br>\r\nIf you look closely at your code you will see a small + icon on the bottom part of the IF-statement. You can use that to add an ELSE-statement. The ELSE-statement will do all the blocks that are in it when the IF-statement is no longer true. Using the else-function, we can reset the signal to 0 every time it is not dark enough.\r\nCan you reset the signal to 0 using the else-part of the IF-function?<\/h5>\r\n<br>\r\n<button onclick=\"document.getElementById('id03').style.display='block'\"\r\nclass=\"w3-button roes-button-style\" style=\"padding-top:10px; background-color:#7e7ab9; color:#fff !important;\">See the code!<\/button>\r\n<div id=\"id03\" class=\"w3-modal\">\r\n  <div class=\"w3-modal-content w3-animate-top\">\r\n    <div class=\"w3-container\">\r\n      <span onclick=\"document.getElementById('id03').style.display='none'\" \r\n      class=\"w3-button w3-display-topright\">&times;<\/span>\r\n       <br>\r\n       <img decoding=\"async\" style=\"width: 80%;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/ifsplitterelse.png\" \/><br>\r\n       <br>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\n<h5>Play around with it, make a nice music light show!<\/h5>\r\n<br>\r\n<\/div>\r\n\r\n<h1 style=\"color: #fff; font-weight: bold; font-size: 50px; margin-top: 25px;\">Protocol Bravo<\/h1>\r\n<h4 style=\"color: #fff;\">Wave of light!<\/h4>\r\n\r\n<div class=\"roes-MC-block\">\r\n   <h4 style=\"color: #7e7ab9;\">Lets put on a show!<\/h4>\r\n  <h5>Combining the new code with different hardware, we can now make a waving light which will be visible very well!\r\nLet&#8217;s start by adding a servo motor to the output of the Easyboard.<\/h5>\r\n<img decoding=\"async\" style=\"width: 80%; max-width:700px;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/MB8.jpg\" \/>\r\n<br>\r\n<h5>To make the servomotor work perfectly we need to set the width of the <a href=\"http:\/\/encyclopedia.kids.net.au\/page\/pu\/Pulse-width_modulation\" target=\"_new\">Pulse Width Modulation<\/a>. This sounds hard but it is not, you just add some blocks to the &#8216;on start&#8217; block, you can see it below. <h5>\r\n<img decoding=\"async\" style=\"width: 80%; max-width:500px;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/Setpulsewidth.png\" \/>\r\n<h5>This code makes sure that the servo will work correctly on all output ports.<\/h5>\r\n<br>\r\n<h5>Now lets make the splitter go three ways by adding another digital write block.<\/h5>\r\n<br>\r\n<button onclick=\"document.getElementById('id04').style.display='block'\"\r\nclass=\"w3-button roes-button-style\" style=\"padding-top:10px; background-color:#7e7ab9; color:#fff !important;\">Show me the code!<\/button>\r\n<div id=\"id04\" class=\"w3-modal\">\r\n  <div class=\"w3-modal-content w3-animate-top\">\r\n    <div class=\"w3-container\">\r\n      <span onclick=\"document.getElementById('id04').style.display='none'\" \r\n      class=\"w3-button w3-display-topright\">&times;<\/span>\r\n       <br>\r\n       <img decoding=\"async\" style=\"width: 80%;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/ifsplitter3way.png\" \/><br>\r\n       <br>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\n<h5>If you use these components and this code, you can make a waving light by attaching the LED to the servo motor. Make sure the cables don&#8217;t get stuck or get a lot of tension on them. You can use the cable extender to make a longer cable for the LED. Show us your creation using the portal below!\r\n<br>\r\n<button onclick=\"document.getElementById('id05').style.display='block'\"\r\nclass=\"w3-button roes-button-style\" style=\"padding-top:10px; background-color:#7e7ab9; color:#fff !important;\">An example of what to build<\/button>\r\n<div id=\"id05\" class=\"w3-modal\">\r\n  <div class=\"w3-modal-content w3-animate-top\">\r\n    <div class=\"w3-container\">\r\n      <span onclick=\"document.getElementById('id05').style.display='none'\" \r\n      class=\"w3-button w3-display-topright\">&times;<\/span>\r\n       <br>\r\n       <img decoding=\"async\" style=\"width: 80%;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/ifsplitter3way.png\" \/><br>\r\n       <br>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\n<br>\r\n<\/div>\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"roes-MC-block\" style=\"background-color: #efeff7;\">\r\n<h1>Show us your creation!<\/h1>\r\n<h4>Be sure you are logged in to receive your space tokens!<\/h4>\r\n<h5>Log in<\/h5>\r\n<h4>Upload a video of your creation and send us the link!<\/h4>\r\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f3537-o1\" lang=\"nl-NL\" dir=\"ltr\" data-wpcf7-id=\"3537\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/wp-json\/wp\/v2\/pages\/3571\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contactformulier\" novalidate=\"novalidate\" data-status=\"init\" data-trp-original-action=\"\/en\/wp-json\/wp\/v2\/pages\/3571#wpcf7-f3537-o1\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"3537\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"nl_NL\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f3537-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<h3 style=\"margin-top:0px; margin-bottom:0px;\">Your username\n<\/h3>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required roes-field\" id=\"roes-MC-field\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your username, tokens will go to this user\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n<\/p>\n<h3 style=\"margin-top:0px; margin-bottom:3px;\">Your video\n<\/h3>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"url-106\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-url wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-url roes-field\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Paste your video-link here\" value=\"\" type=\"url\" name=\"url-106\" \/><\/span>\n<\/p>\n<p><span style=\"font-size:16px; margin-bottom:16px; margin-top:-20px;\">Upload your video through <a href=\"https:\/\/www.youtube.com\/\" target=\"_new\" style=\"text-decoration: underline;\" >Youtube<\/a>, <a href=\"https:\/\/vimeo.com\/\" target=\"_new\" style=\"text-decoration: underline;\">Vimeo<\/a> or social media!<\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner roes-button-style\" id=\"roes-form-button-MC\" type=\"submit\" value=\"Submit evidence and go!\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n<\/div>\n\r\n<a href=\"https:\/\/www.byor.nl\/en\/mission-control-theme-coding-mission-4\/\">skip (you won&#8217;t receive tokens)<\/a>\r\n<\/div>\r\n<img decoding=\"async\" style=\"width: 15%; min-width: 150px; margin-top: 35px; margin-bottom: -15px;\" src=\"http:\/\/byor.nl\/img\/MCbadgeclose.png\" \/>\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"roes-MC-footer\">\r\n<div style=\"width: 60%; margin-left: auto; margin-right: auto;\">\r\n<div style=\"display: inline-block; width: 29%; min-width: 300px;\"><a href=\"https:\/\/www.nowyouknowchannel.com\/\" target=\"_new\"><img decoding=\"async\" style=\"width: 30%;\" src=\"https:\/\/www.byor.nl\/img\/NYKlogo.png\" \/><\/a><\/div>\r\n<div style=\"display: inline-block; width: 29%; vertical-align: top; padding-top: 30px; min-width: 300px;\">\r\n<h5>BYOR Mission Control\r\ninfo@byor.nl\r\n<a href=\"http:\/\/www.BYORcraft.com\">www.BYORcraft.com<\/a>\r\n<a href=\"http:\/\/www.nowyouknowchannel.com\">www.nowyouknowchannel.com<\/a><\/h5>\r\n<\/div>\r\n<div style=\"display: inline-block; width: 29%; min-width: 300px;\"><a href=\"https:\/\/www.byor.nl\/en\/\" target=\"_new\"><img decoding=\"async\" style=\"width: 60%; margin-left: 25px;\" src=\"https:\/\/www.byor.nl\/img\/missioncontrollogo.png\" \/>\r\n<\/a><\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>MISSION CONTROL Welcome to mission control, start the video below to hear the first transmission from the spaceship. &nbsp; Protocol Alpha Expanding the possibilities! The Splitter In order for different species of the space federation to find you, we will send out the signal using with sound waves as well as light. Lets start by [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"wf_page_folders":[69],"class_list":["post-3571","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/pages\/3571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/comments?post=3571"}],"version-history":[{"count":48,"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/pages\/3571\/revisions"}],"predecessor-version":[{"id":3983,"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/pages\/3571\/revisions\/3983"}],"wp:attachment":[{"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/media?parent=3571"}],"wp:term":[{"taxonomy":"wf_page_folders","embeddable":true,"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/wf_page_folders?post=3571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}