| Author |
Scrolling and Email
|
|
| Lyle Christine 2006-05-18, 6:46 pm |
| Hi, can anyone tell me how to change my text scrolling buttons so the text
scrolls when the button is held down, currently I can only get it to scroll
down one click at a time.
Also, I have a movie clip that I would like to add a mailto so Outlook Express
opens up when clicked.
Any help much appreciated.
Lyle
| |
| cinemaguy 2006-05-18, 6:46 pm |
| put the script in an onEnterFrame function
&
getURL("mailto:me@me.com");
| |
| Lyle Christine 2006-05-19, 6:39 pm |
| Ive got the email link working now and the code Ive got for the scrolling
buttons is:
Up Button
on (press) {
this.news_txt.scroll -= 1;
}
Down Button
on (press) {
this.news_txt.scroll += 1;
}
Is it surely possible to add some additional actionscript to this to get the
text to scroll when the mouse button is held down?
Thanks
Lyle
| |
| Lyle Christine 2006-05-21, 6:36 pm |
| Any ideas much appreciated.
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |