Flasher Archive

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


Subject: Re: FLASH: movie clip question
From: Scott Rouse
Date: Wed, 15 Nov 2000 18:05:52 GMT


This is Flash 5 code.
if you put this code on every frame, you should be able to get the
desired effect.

("direction" is a variable that you change ("forward" or "backward") with
the buttons. )

play
if (direction == "forward") {
nextFrame ();
}else if (direction =="backward") {
previousFrame ();
}


----- Original Message -----
From: "Jim Curry" <jcurry1attwcny [dot] rr [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Wednesday, November 15, 2000 11:16 AM
Subject: FLASH: movie clip question


>
> Hi Folks,
> I have a movie clip which is activated to play when a button is pushed.
> I'd like to have another button tell the same movie to play backwards.
> Is this possible with scripting?
> thanks,
> JC
> --
> Jim Curry :-)
> Virtual Curry
> "A nice place to unwind on the internet"
> gif and flash animations,
> illustrations, music and more
> http://home.twcny.rr.com/jcurry/
>
> jcurry1attwcny [dot] rr [dot] com (mailto:jcurry1attwcny [dot] rr [dot] com)
> ************Stop by and Relax!**************************
> The Virtual Curry Gallery is filled with fun, entertaining, and
> interactive pieces. Be sure to try out the new PaintBall Flash
> Game for 1 or 2 players.
> The House Tour is undergoing some renovations! Stop by for
> the latest additions and changes!
> http://home.twcny.rr.com/jcurry/gallery.html
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// 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: lost panels, Colleen Appleton
  FLASH: movie clip question, Jim Curry

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