|
7142 | 7142 | "brush_stamp": "Clones the object on stage like a stamp.", |
7143 | 7143 | "start_drawing": "Starts drawing along the path of the object.", |
7144 | 7144 | "stop_drawing": "Stops object's drawing.", |
| 7145 | + "start_fill": "Starts filling along the path of the object.", |
| 7146 | + "stop_fill": "Stops filling.", |
| 7147 | + "set_fill_color": "Sets the fill color of the object to the selected color.", |
7145 | 7148 | "set_color": "Sets the brush color of the object to the selected color.", |
7146 | 7149 | "set_random_color": "Sets the brush color of the object to random.", |
7147 | 7150 | "change_thickness": "Changes the brush thickness of the object to the input value.", |
|
7157 | 7160 | "sound_something_second_wait_with_block": "Plays object's selected sound for input seconds then the next block runs.", |
7158 | 7161 | "sound_volume_change": "Changes the volume of all the sounds played as much as the input percentage.", |
7159 | 7162 | "sound_volume_set": "Sets the volume of all the sounds played as much as the input percentage.", |
| 7163 | + "get_sound_speed": "Reports the sound speed.", |
| 7164 | + "sound_speed_change": "Changes the speed of all sounds by the input value.", |
| 7165 | + "sound_speed_set": "Sets the speed of all sounds to the input value.", |
7160 | 7166 | "sound_silent_all": "Stops all sounds currently playing.", |
7161 | 7167 | "is_clicked": "Checks whether mouse is clicked.", |
7162 | 7168 | "is_object_clicked": "Checks whether object is clicked.", |
|
7188 | 7194 | "distance_something": "Reports the distance between the object and the selected object.", |
7189 | 7195 | "get_sound_duration": "Reports the time length of the selected sound.", |
7190 | 7196 | "get_user_name": "Reports the username who runs the project.", |
| 7197 | + "get_nickname": "Reports the user nickname who runs the project.", |
7191 | 7198 | "get_project_timer_value": "Reports how many seconds have passed since the project started.", |
7192 | 7199 | "choose_project_timer_action": "Start : The timer starts.\nStop : The timer stops.\nReset : The timer resets to 0.\n(If this block is on workspace, the project will show the timer window when it runs.)", |
7193 | 7200 | "reset_project_timer": "Resets the timer to 0.", |
|
7458 | 7465 | "open_table": "Open the window of the selected table.", |
7459 | 7466 | "open_table_wait": "Open the window of the selected table for the seconds entered.", |
7460 | 7467 | "open_table_chart": "Opens the chart of the selected table.", |
| 7468 | + "change_rgb_to_hex": "Reports the value of the entered red, green, and blue values converted to HEX value.", |
| 7469 | + "change_hex_to_rgb": "Reports the HEX value entered converted to either red, green, or blue.", |
7461 | 7470 | "close_table_chart": "Closes the table chart.", |
7462 | 7471 | "insert_data_for_test": "Enters the data and classifies using the trained model.", |
7463 | 7472 | "insert_text_block_for_test": "Classifies the entered value using the trained model.", |
|
8332 | 8341 | "bitbrick_convert_scale": "Convert %1 value from %2~%3 to %4~%4", |
8333 | 8342 | "start_drawing": "Start drawing %1", |
8334 | 8343 | "stop_drawing": "Stop drawing %1", |
| 8344 | + "start_fill": "Start filling %1", |
| 8345 | + "stop_fill": "Stop filling %1", |
| 8346 | + "set_fill_color": "Set fill color to %1 %2", |
8335 | 8347 | "set_color": "Set brush color to %1 %2", |
8336 | 8348 | "set_random_color": "Set brush color to random %1", |
8337 | 8349 | "change_thickness": "Change thickness by %1 %2", |
|
8363 | 8375 | "calc_rand": "%1 %2 %3 %4 %5", |
8364 | 8376 | "get_date": "%1 %2 %3", |
8365 | 8377 | "get_sound_duration": "%1 %2 %3", |
| 8378 | + "get_nickname": "Nickname", |
8366 | 8379 | "get_user_name": "Username", |
8367 | 8380 | "reset_project_timer": "%1", |
8368 | 8381 | "set_visible_project_timer": "%1 %2 %3 %4", |
|
8401 | 8414 | "function_field_string": "%1%2", |
8402 | 8415 | "function_field_boolean": "%1%2", |
8403 | 8416 | "get_block_count": "The number of blocks in %1", |
| 8417 | + "change_rgb_to_hex": "HEX Value of R: %1 G: %2 B: %3", |
| 8418 | + "change_hex_to_rgb": "%2 Value of HEX %1", |
8404 | 8419 | "media_pipe_video_screen": "%1 video screen %2", |
8405 | 8420 | "media_pipe_title": "%1", |
8406 | 8421 | "media_pipe_switch_camera": "Switch to %1 camera %2", |
|
8810 | 8825 | "sound_volume_change": "Change volume by %1 % %2", |
8811 | 8826 | "sound_volume_set": "Set volume to %1 % %2", |
8812 | 8827 | "sound_silent_all": "Stop all sounds %1", |
| 8828 | + "play_bgm": "Play %1 as background music %2", |
| 8829 | + "stop_bgm": "Stop background music %1", |
| 8830 | + "get_sound_speed": "Speed", |
| 8831 | + "sound_speed_change": "Change speed by %1 %2", |
| 8832 | + "sound_speed_set": "Set speed at %1 times %2", |
8813 | 8833 | "get_sounds": "%1 ", |
8814 | 8834 | "sound_something_with_block": "Play %1 Sound %2", |
8815 | 8835 | "sound_something_second_with_block": "Play %1 sound for %2 secs %3", |
|
0 commit comments