Im having a hay day trying to figure out the new way the types are done in BlitzMax, can someone please help me I can't figure out how to remove a object like you did in Blitz3d, It was easy there.. just had to delete the object but now there are these list things or something can someone help me please!!
How to remove A object from a type
BlitzMax Forums/BlitzMax Beginners Area/How to remove A object from a type First, types are no longer automaticallly added to a list for you, you have to do that automatically.
Additionally in James' Orientation guide for existing Blitz users gives a good example of how to do this, in the "Lists" section.
Additionally in James' Orientation guide for existing Blitz users gives a good example of how to do this, in the "Lists" section.