Question
This is script want to convert to HTML A single sprite, Owl. There are two scripts, a when_green_flag_clicked script and a when[space]key_pressed script. There are
This is script want to convert to HTML
A single sprite, Owl. There are two scripts, a when_green_flag_clicked script and a when[space]key_pressed script.
There are variables name, tree_species_count and tree_species_percentage and a list oak_sticker_list.
The when_green_flag_clicked script contains, under its when_green_flag_clicked hat block, a single block delete[all]of[oak_sticker_list].
The when[space]key_pressed script contains, under its when[space]key_pressed hat block, in order, the following blocks:
ask[Enter pupils name]and_wait
set[name]to[answer]
ask[How many tree species were found?]and_wait
set[tree_species_count]to[answer]
set[tree_species_percentage]to[tree_species_count*5]
say[join[tree_species_percentage][%]]for[2]secs
if<[tree_species_percentage]>[75]>then{add[name]to[oak_sticker_list]}
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started