Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: go to and play (Eval(X))? |
From: | Mike Weiland |
Date: | Thu, 7 Oct 1999 22:04:36 +0100 |
There are a coupld of possibilities why this might not be working. First
check to make sure you have a label named eiap. I ran into something
similar, my variables were not string literals but expressions so I don't
know if that makes a difference or not. Here is a snipet of my code that
works:
Set Variable: "/:CertPullup" = pullup
Begin Tell Target ("/")
Go to and Play (CertPullup)
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
mikewasatchnet [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-managerchinwag [dot] com. Problems to: helpchinwag [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-managerchinwag [dot] com
>
>
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managerchinwag [dot] com. Problems to: helpchinwag [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-managerchinwag [dot] com
Replies
Re: FLASH: go to and play (Eval(X))?, oliver b�hm
Replies
FLASH: go to and play (Eval(X))?, Higgins III, Eugene, E.
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]