Flasher Archive

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


Subject: Re: [flasher] Re: Help Resetting Variable
From: Muzak
Date: Mon, 26 Mar 2001 22:05:12 -0000

you can also 'delete' a variable:

delete yourVariableNameHere;

Muzak

----- Original Message -----
From: "Nick Calladine" <nickcalladineatemail [dot] com>

> To reset a variable
>
> Make a frame and label it RESET
>
> All your variables can then be set to null or default by doing the following
>
> SET variable1="" - Comment Resets Variable To Null / Empty
> SET variable2=50 - Comment Sets Variable To a Value Of 50
> SET variable3="New Game" - Comment Set Variable to Text "New Game"
>
> then use a goto and play to the place where u want to restart the game.
>
> hope this help
>
> warm regards
>
> Nick C..





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