toke
09-23-2002, 07:44 PM
ok.. i guess i'm stupid here. is there anyway i can make this script shorter
if (puk == "box1"){
_root.tempo = _root.texts[0]
} else if (puk == "box2") {
_root.tempo = _root.texts[1]
} else if (puk == "box3") {
_root.tempo = _root.texts[2]
.
.
.
using what kind of loop? thanks.
if (puk == "box1"){
_root.tempo = _root.texts[0]
} else if (puk == "box2") {
_root.tempo = _root.texts[1]
} else if (puk == "box3") {
_root.tempo = _root.texts[2]
.
.
.
using what kind of loop? thanks.