I take it you use a list? I'll call the list "list"
This will need 2 variables, I and Max
Here's the script:
set [i] to (2)
Set [Max] to (Item (1) of [List])
Repeat ((Length of [List]) - (1) )
If <(Max) < (Item (I) of [List]) >
Set [Max] To (Item (I) of [List])
{End of If}
Change (I) by (1)
{End of Repeat}
I hope this is understandable
Last edited by laptop97 (2011-09-30 16:01:02)
Offline
lbwiese wrote:
Well i need to find the max and minimum values from the list.. and have the sprite say them. my only problem is that the numbers for the max and minimum aren't correct.
The post above is to find the max. Try that first.
Offline