Flasher Archive

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


Subject: AW: FLASH: numerals to string
From: Tewes
Date: Mon, 29 Nov 1999 10:07:17 GMT

Ok, Johan,
it works with frame-numbers, but I want to use labels.

> Set Variable: "go" = "three"
> Begin Tell Target ("/clip1")
> Go to and Stop (/:go) ==> where /:go is the label "three"
> End Tell Target
>
will work fine

> Set Variable: "go" = "3"
> Begin Tell Target ("/clip1")
> Go to and Stop (/:go) ==> where /:go is the label "3"
> End Tell Target
>
will not work.

Besides, I used a loop for loading the Variables, even i get them in the
output.-Window with the trace-command, so, this can´t be the problem.

Kalle
> ----------
> Von: "Höglund, Johan"
> Antwort an: flasheratchinwag [dot] com
> Gesendet: Montag, 29. November 1999 10:43 Uhr
> An: flasheratchinwag [dot] com
> Betreff: RE: FLASH: numerals to string
>
> I made a little test with the following code and a clip. It worked fine.
>
> Set Variable: "go" = "3"
> Begin Tell Target ("/clip1")
> Go to and Stop (/:go)
> End Tell Target
>
> Have you traced all variables, so that you know for sure that the
> "hh_cond_go" is 2 at a certain moment?
> I've experienced some problems with loading variables, Flash runs the clip
> faster than it loads the vars and I solved this with some extra frames or
> a
> loop. Just to make sure they're loaded.
>
> /Johan
> -----Original Message-----
> From: Tewesathbg [dot] dpa [dot] de [Tewesathbg [dot] dpa [dot] de (mailto:Tewesathbg [dot] dpa [dot] de)]
> Sent: den 29 november 1999 10:28
> To: flasheratchinwag [dot] com
> Subject: FLASH: numerals to string
>
>
> Hi folks,
> this is my problem:
>
> I´m creating a weather map. I receive the data for this from the national
> weather agency and the file looks like this:
>
> Hamburg 13 2 10 where 2 describes the weather-conditions (sunny, rain
> etc.).
>
> Everething works fine. I imported the file and use the variables as
> target-names for TT-commands. My problem is the "2".
>
> I have a MC withe 10 weather-symbols. I labeled them 1-10. But Flash won´t
> accept something like this:
>
> Begin Tell Target ("/hh_cond")
> Go to and Stop (/:hh_cond_go) (where "hh_cond_go" is 2. )
> End Tell Target
>
> So, how can I convert the numeral 2 into a string? I tried to combine the
> numeral with a string, as described in the manual, but it doesn´t work.
>
> Any idea??
>
> Kalle
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Streaming Media WEST '99 Conference & Exhibition
> "The Worlds largest Internet Audio & Video Event"
> December 7 - 9, San Jose Convention Center, California
>
> Reserve your space today at http://www.streamingmedia.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...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Streaming Media WEST '99 Conference & Exhibition
> "The Worlds largest Internet Audio & Video Event"
> December 7 - 9, San Jose Convention Center, California
>
> Reserve your space today at http://www.streamingmedia.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...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


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