Ok when i compile my critter...no problem
try to drop it in the terrarium and i get error:
Error Loading Assembly: you are calling a class that isnt allowed in ...[my function addy]
when i go to the function here is the offending code (actually simplified):
Dim
pointXY As Point
Dim
DirectionArray = New ArrayList(8) For
Each pointXY In DirectionArray Next
If I comment out the For Next loop everything loads in fine.
What is goin on?
Anyone