Flasher Archive

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


Subject: Re: FLASH: (Expanded) working with variables
From: Dave Hollinden
Date: Wed, 30 Jun 1999 20:52:23 +0100

You might try checking the variable assignments in test movie mode. Select
Test Movie and type control/alt/v to see the variable assignments. Click
on button one, and type control/alt/v again to see the updated variable
assignment for button. Then click on button two and check the value of
button again. This way you can rule out faulty variable assignment. It
the variables are OK, then the next suspect is the Goto and Play syntax.

Dave




At 03:39 PM 6/30/99 ADT, you wrote:
>Just to elaborate on my previous post on working with variables.
>
>Problem: doesn't seem to recognize the variable properties. Any help would
>be greatly appreciated.
>
>Here's the code for 2 of the buttons. I am setting the value for button then
>sending the playhead to the "run" frame. The playhead then runs through a 5
>frames (a transition) then depending on the value of the variable goes to
>the corresponding labelled frame.
>
>-- Button one --
>On (Release)
>
> Set Variable: button = "wall"
>
> Go to and Play ("run")
>
>End On
>
>-- Button two --
>On (Release)
>
> Set Variable: button = "frieghts"
>
> Go to and Play ("run")
>
>End On
>
>
>-- This frame directs the playhead depending on "button" value --
>Stop
>
>If (button = "wall")
>
> Go to and Play ("spraywall")
>
>End If
>
>If (button = "frieghts")
>
> Go to and Play ("frieghts")
>
>End If
>
>
>Thanks for the help,
>JR
>
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>
>------------------------------------------------------------------------
>To UNSUBSCRIBE send: unsubscribe flasher in the body of an
>email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
>N.B. Email address must be the same as the one you used to subscribe.
>For info on digest mode send: info flasher to list-manageratshocker [dot] com
>
>
Dave Hollinden
Audio Engineer
Jet City Studios, Seattle
dhollindenatjetcitystudios [dot] com (mailto:dhollindenatjetcitystudios [dot] com)

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  FLASH: (Expanded) working with variables, Jason Murray

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