Exit Repeat

Mark Smith mark at maseurope.net
Sun Mar 19 14:32:14 EST 2006


Maybe a send in time solution?

repeat
	if the controlkey is down -- user presses the control key
  	   send "go cd x" to me in 10 millisecs
   	   exit to top
	end if
....
end repeat	

Mark
On 19 Mar 2006, at 18:55, Camm29 wrote:

> YES , Please
> ----- Original Message -----
> From: "Mark Smith" <mark at maseurope.net>
> To: "How to use Revolution" <use-revolution at lists.runrev.com>
> Sent: Sunday, March 19, 2006 6:48 PM
> Subject: Re: Exit Repeat
>
>
>> Do you also want to exit the current handler that contains the  
>> repeat?
>>
>> Mark
>>
>>
>> On 19 Mar 2006, at 18:38, Camm29 wrote:
>>
>>> It's exactly what's needed , but i could not get this to work ?
>>> Regards Camm
>>>
>>> ----- Original Message -----
>>> From: <simplsol at aol.com>
>>> To: <use-revolution at lists.runrev.com>
>>> Sent: Sunday, March 19, 2006 6:16 PM
>>> Subject: Re: Exit Repeat
>>>
>>>
>>>> Camm,
>>>> If the repeat script is in a stack script, something like this
>>>> might do
>>>> it for you:
>>>>
>>>> on repeat...
>>>>      if the hilite of button "Stop this repeat" is true
>>>>      then
>>>>           go to card x
>>>>           exit repeat
>>>>      end if
>>>>      do repeat stuff
>>>>      do more repeat stuff
>>>> end repeat
>>>>
>>>> -----Original Message-----
>>>> From: Camm29 <Camm29 at tesco.net>
>>>> To: use-revolution at lists.runrev.com
>>>> Sent: Sun, 19 Mar 2006 17:48:53 -0000
>>>> Subject: Exit Repeat
>>>>
>>>>    I need to Exit a Repeat
>>>> and go to another card if i press a button !
>>>>
>>>> Regards Camm
>>>> _______________________________________________
>>>> use-revolution mailing list
>>>> use-revolution at lists.runrev.com
>>>> Please visit this url to subscribe, unsubscribe and manage your
>>>> subscription
>>>> preferences:
>>>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>>>
>>>>
>>>> _______________________________________________
>>>> use-revolution mailing list
>>>> use-revolution at lists.runrev.com
>>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>>>
>>>
>>> _______________________________________________
>>> use-revolution mailing list
>>> use-revolution at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list