Re: repeat
Re: repeat
- Subject: Re: repeat
- From: Emmanuel <email@hidden>
- Date: Fri, 2 Mar 2001 23:05:40 +0100
At 21:20 +0100 2/03/01, Jason Ryant wrote:
>
>
is there a way to send the script back to a certain markerpoint with many
>
markers throughout the script?
>
>
eg.
>
--the script
>
(marker A)
>
--more script
>
(marker B)
>
-more script
>
-->> a choice to repeat to A or repeat to B
>
>
>
what sort of formula could i use or does AS not support more than one
>
repeat point?
No such solution. Usually what is recommended is to chop your script into
handlers, so that the choice be to call Handler_A() or Handler_B() instead.
HTH
Emmanuel
References: | |
| >repeat (From: Jason Ryant <email@hidden>) |