get the mouseColor
set the backgroundColor of grc "testColor" to it
put it into fld "tRGB"
-- 「,」を「, 」に入れ替える(リプレイスする)
replace comma with comma & space in it
revSpeak it
Kyoko, Japanese
Samantha, English
Audrey, French
Sin-ji, Chinese
Anna, German
Yuna, Korean
Milena, Russian
Kanya, Thai
Paulina, Spanish
Lekha, Hindi
Alice, Italian
Laila, Arabic
Melina, Greek
command readText pText
-- ボタン「tName」のレイベルのアイテム1(ボイス)をtNameに収納
put item 1 of the label of btn "tName" of stack "speechImage" into tName
-- グループ・ボタン「readSpeed」の選ばれている数字をスピード「tSpeed」に設定
put the hilitedButtonName of grp "readSpeed" of stack "speechImage" into tSpeed
revSetSpeechVoice tName
revSetSpeechVolume 130
revSetSpeechSpeed tSpeed
-- パラメータ「pText」を読み上げる
revspeak pText
end readText