Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: on Tue 27/04/2004 17:20:46

Title: Suggestion: Run time object creation
Post by: on Tue 27/04/2004 17:20:46
What do you think? It creates at run time from the heap and destructs at a function call.
Title: Re:Suggestion: Run time object creation
Post by: Scummbuddy on Tue 27/04/2004 17:27:55
Whats the need? I think we could come up with a workaround. By setting an object visible or not.
Title: Re:Suggestion: Run time object creation
Post by: strazer on Tue 27/04/2004 17:27:59
Something similar is on CJ's to-do list:

"AddNewObjectToRoom(x,y,pic) to add a new object with no interactions"

You can find the list (future.txt) in the \docs folder of AGS.
Title: Re:Suggestion: Run time object creation
Post by: on Tue 27/04/2004 17:32:58
Ah, didn't see that file.
Thanks.