ActionScript.org Forums
>
ActionScript Forums Group
>
Simple Stuff (Newbies)
> Exiting the rest of the code
PDA
View Full Version :
Exiting the rest of the code
Jedimace
06-22-2007, 08:58 AM
Is there a peice of code that lets you stop executing the code at a certian point?
Morg
06-22-2007, 09:15 AM
return;
or in for loops and while loops:
break;
Jedimace
06-22-2007, 09:22 AM
ty
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.