Flasher Archive

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


Subject: RE: FLASH: How do you make a button rotate a MC?
From: Mick Southerland
Date: Thu, 13 Apr 2000 23:13:22 +0100

Thanks A Million Nathan and Robert!!! Worked like a charm..

Mick

> -----Original Message-----
> From: Nathan Dicken [ndickenatfusionary [dot] com (mailto:ndickenatfusionary [dot] com)]
> Sent: Thursday, April 13, 2000 1:54 PM
> To: flasheratchinwag [dot] com
> Subject: Re: FLASH: How do you make a button rotate a MC?
>
>
> Hi Mick,
>
> If you want to do this with one quarter turn per button press
> then you can
> use this...
>
> On (Release)
> Set Property ("/your mc", Rotation) = getProperty("/your
> mc",_rotation) + 90
> End On
>
> If you'd like to do this repeatedly while the mouse is
> pressed, then on
> mouse press send the playhead to a two frame loop which does the above
> action on one frame and uses the Go To Previous Frame on the next. On
> releasing the mouse from the button, just send the playead back to a
> holding frame. If you're doing the rotation on one frame
> (first example)
> you'll need to do a playhead "jump" of some sort as the
> screen won't redraw
> the mc at the new rotation until the playhead moves.
> Probably your best
> bet is to use the button to go to a frame loop that rotates the mc.
>
> Hope that helps...
>
> Nathan Dicken
> Fusionary Media
>
>
> >I've been trying to figure this out all afternoon.
> >
> >I have a button , and a movie clip.
> >
> >I would like to be able to rotate the MC in quarter turns by pressing
> >the button.
> >
> >I know one of you action script pros out there could save me a lot of
> >time and pain, I'd be most grateful!!
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Get the last 100 messages from the flasher list NOW
> http://www.chinwag.com/flasher/last100.shtml
>
> Flash books http://www.chinwag.com/flasher/books.shtml
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


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