Hi
I want to assign a type object to the previous object in the list. In Blitz3D this would have been..
I imported this BB code into Max and it told me to use...
But when I then compile it it says Identifier 'Before' not found. What am I doing wrong and how do I solve this.
Thanks
I want to assign a type object to the previous object in the list. In Blitz3D this would have been..
alien = Before alien
I imported this BB code into Max and it told me to use...
alien = alien.Before()
But when I then compile it it says Identifier 'Before' not found. What am I doing wrong and how do I solve this.
Thanks