The Dink Network

Reply to Re: Storing a random sequence

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 11th 2008, 06:20 PM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Could you be slightly more specific about what information you want?
Say, my outcome for this script is ACCBACBCAA. Then I could interpret your question in two ways:

1. For every sprite I want to know when it did something, like:
sprite A did something at moment 1, 5, 9 and 10
sprite B did something at moment 4 and 7
sprite C did something at moment 2, 3, 6 and 8

2. I want to know which sprite did something at which moment, like:
moment 1: sprite A did something
moment 2: sprite C did something
moment 3: sprite C did something
moment 4: sprite B did something
and so on..

In either case you'd probably want to use supervars anyway. Atleast I would...