Try this..(more)


[ Follow Ups ] [ Post Followup ] [ Awesome Software Online Message Board ] [ FAQ ]

Posted by MrG 207.231.67.27 using Mozilla/4.5 [en] (Win98; I) on April 06, 2000 at 16:28:03:

In Reply to: Agghhhhh ! Help !...Memory Fussion Problem !...this might move to the bug board posted by Gaden on April 06, 2000 at 14:02:33:

: #Scan(9,6,1)
: *blue tile
: #Scan(10,6,2)
: *red tile

: :animat

: #Mem (8, 4, 1)
: #Mem (9, 4, 2)
: #Mem (10, 4, 1)
: #Mem (11, 4, 2)

: #Mem (8, 4, 2)
: #Mem (9, 4, 1)
: #Mem (10, 4, 2)
: #Mem (11, 4, 1)

: #Branch(:animat)

Try using a variable instead of 1 and 2, like:

#red! = 1
#Scan(9,6,red!)
#blue! = 2
#Scan(10,6,blue!)

I have no idea why this would work, but... It may
be the multitasking is destroying the variables when it
loops back, or reseting them, or something.. But I doubt it..
Anyhow...

Mike



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Awesome Software Online Message Board ] [ FAQ ]