「日本語」 使うときはクレジット表記をお願いします 「使うとき」 please selectを押すと選択肢が出てきてマウスをコロコロするとメニューを上下できます。そして、選択肢をクリック選択され、selectedに代入されます。 「プログラムに組み込むとき」 ①pull_down_menuをバックパックに取り込んで適当なところに置く。 ②menu_elementに要素をいれていきます。 ③pull_down_menuのコスチュームにあるものを複製して、menu_elementに対応する名前にして、好みの見た目に変える。 ④定義ブロックpull_down ・・・・・・をプルダウンメニューを出現させたい場所に置く。(pos_x・・・x座標 pos_y・・・y座標 min・・・menu_elementの中の表示させたいものの中で一番番号が小さいものの番号 max・・・menu_elementの中の表示させたいものの中で一番番号が大きいものの番号 animation・・・1か0を入力。1でアニメーションが付き0でアニメーションが消える。 ⑤プルダウンメニューを消したいところで定義ブロックdelete(forcibly)を入れる。 ⑥selectedをどこかで抽出するプログラムを作る。(お好みに合わせて)
「English」When you use it, please provide credit. 「When you use」 When you click the "please select" the selection will appear, and if you scroll the mouse the menu move. Finally, if you select something that will be assignment "selected". 「When you incorporate it into the program」 ①put in "pull_down_menu" to backpack. Then insert it into your program. ②Insert element to "menu_element" ③Duplicate costume in the "pull_down_menu". Then change the name to the same as menu_element, and change to your preference looks. ④Deploy the definition "pull_down"(pos_x・・・x coordinates pos_y ・・・y coordinates min・・・the minimum list_number of "menu_element" you want to use. max・・・maximum list_number of "menu_element" you want to use. animation ・・・1 or 0.If you want to use animation then 1. If you don't use animation then 0. ⑤deploy definition "delete(forcibly)" where you want to delete pull_down_menu ⑥make a program that extraction "selected".(if you want it)