Flasher Archive

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


Subject: Re: FLASH: go to and play (Eval(X))?
From: oliver b�hm
Date: Fri, 8 Oct 1999 00:18:16 +0100

hi,

>
> Set Variable: "/:CertPullup" = pullup
> Begin Tell Target ("/")
> Go to and Play (CertPullup)

I think you 've to write:
Go to and Play (/:CertPullup)
or use
Go to and Play(substring(/:CertPullup,1)

> End Tell Target
>Note that the variable pullup was initiated earlier on in the script:
> Set Variable: "pullup" = "C1"
>
>Not sure if this is any help to you, but it makes sense if you go to an
>expression that it must be an expression and not a string literal. But what
>do I know I'm working on my first flash project right now. What I wouldn't
>give to be able to write code, I don't care for the actionscript editor.
>
>Mike Weiland
>-----------------------------------------------
> Wasatch Interactive Learning
> 5250 South 300 West Suite 101
> Salt Lake City, UT 84107
> (801)261-1001 FAX:(801)269-1509
> mikeatwasatchnet [dot] com www.wasatchnet.com
>
>
>> i'm trying to dynamically go to a frame label named "eiap."
>> according to the extensive and in-depth flash docs the following should
>> work:
>>
>> On (Release)
>> Set Variable: "gowhere" = "eiap"
>> Go to and Play (Eval(gowhere))
>> End On
>>
>> it's not, tho. obviously, i wouldn't set the variable and the "go to" in
>> the same block, but for simplicity's sake, here we are.
>>
>> thanks,
>> gene
>> ----------------------
>> >people keep stealing my jawbreaker CDs, dammit
>>
>> ------------------------------------------------------------------------
>> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
>> email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [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-manageratchinwag [dot] com
>>
>>
>
>
>------------------------------------------------------------------------
>To UNSUBSCRIBE send: unsubscribe flasher in the body of an
>email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [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-manageratchinwag [dot] com
>


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [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-manageratchinwag [dot] com


Replies
  FLASH: go to and play (Eval(X))?, Higgins III, Eugene, E.
  Re: FLASH: go to and play (Eval(X))?, Mike Weiland

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