i built an email form following these instructions:
http://www.kirupa.com/developer/actionscript/flash_php_email.htm
and can get the thing to work, except i can’t get the message box buttons to scroll…the instructions didn’t include how to setup the up/down buttons, so i just copied them and the code for them from the example…as far as i can tell, everything is the same…here’s the AS code for the buttons, and i attached the form i created too, maybe there’s something i’m totally spacing on.
scroll up:
on (press) {
form.body_txt.scroll--;
}
scroll down:
on (press) {
form.body_txt.scroll++;
}
i’ve tried messing with this thing for a while now, still can’t get the stupid buttons to scroll the text… any ideas?
thanks in advance,
cev