Flasher Archive

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


Subject: RE: FLASH: Varriable as Tell Target?
From: Ezra Schwartz
Date: Fri, 8 Dec 2000 19:39:55 GMT

I figured out what the problem was. If you have the variable name set to
'expression' apparently it doesn't work right. When I set them to 'string'
they worked fine. That's all fine and dandy but what if you want the
variable name to be determined by an expression? Are you stuck then?

Ezra

-----Original Message-----
From: Bawol, Brian [BBawolatNLMI [dot] com (mailto:BBawolatNLMI [dot] com)]
Sent: Friday, December 08, 2000 1:48 PM
To: 'flasheratchinwag [dot] com'
Subject: RE: FLASH: Varriable as Tell Target?


I don't think you can name variables numbers...you can start a variable with
a letter and end with a number I believe... This should work, i just tested
it on my machine and it works fine.

<wherever you define your variable..ie...stage...frame1>

bob = "object";



<action for your button>

on (release) {
setProperty (bob, _alpha, 0);
}



:Brian



-----Original Message-----
From: Ezra Schwartz [eschwartzatprismtec [dot] com (mailto:eschwartzatprismtec [dot] com)]
Sent: Friday, December 08, 2000 13:36
To: 'flasheratchinwag [dot] com'
Subject: FLASH: Varriable as Tell Target?


Hello Flashies. Is it possible to use the value of a variable as a Tell
Target? Say I have a varriable called '1' and it's value is 'object'. Then
say I want to make a button which when pressed does a Tell Target on the
value of varriable 1, in this case 'object' ( i of course have a movie
instance called 'object). I've tried it but have been having problems. In
the above example I set the target to set its alfa to 0, but when I pressed
the button, EVERYTHING went to 0. I also tried having another movie clip
trigger the target but that didn't seam to work at all. It seams as though
it should be possible but I'm messing some small thing up. Any ideas?
Thanks in advance for the help.

Ezra

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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: Varriable as Tell Target?, Phillip Kerman

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