Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Smooth Scrolling Text
From: Helen Triolo
Date: Thu, 9 Mar 2000 13:33:23 GMT

Shaun Brazier wrote:
>
> Branden,
>
> Could you explain a bit further please. I am still quite new to
> actionscript. Does Flash automatically know what "scroll" means? Could you
> jot down the actual way you would present such a command in action script.

Check pg 201 of the manual. Yes, Flash automatically knows about
scroll--it's a property of the text field, along with maxscroll, and
they're very handy! Here's an example from something I put together
yesterday of a 2-frame loop that makes a button (up-button) continuously
scroll a textfield (named answer) up on mouseover:

Frame1 (label=upstart), no frame action
up-button action:
On (Roll Over)
Set Variable: "answer.scroll" = answer.scroll-1
Go to and Stop ("upstop")
End On

Frame2 (label=upstop), frame action=stop
up-button action:
On (Roll Over)
Set Variable: "answer.scroll" = answer.scroll-1
Go to and Stop ("upstart")
End On

Regards,
Helen
__________________________________________________________________
i-Technica: Innovative Internet Solutions (http://i-Technica.com)
designerati-technica [dot] com
301-424-6037

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Smooth Scrolling Text, Shaun Brazier

Replies
  RE: FLASH: Smooth Scrolling Text, Branden Hall
  Re: FLASH: Smooth Scrolling Text, Shaun Brazier

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]