Hallo, chunlee hat gesagt: // chunlee wrote:
just compiled both flext and dyn~ on fedora core2 and got a few questions about using dyn~
- how does dyn~ determines the position of newly created objects?
It's random inside a 600*400 area, according to a comment and code in main.cpp: // random position if not given SetInt(argv[0],rand()%600); SetInt(argv[1],50+rand()%400);
- is there a way to specify the position of the object with dyn~'s
"newobj" message?
It does not work with newobj. I don't know, if it works with another method. BTW: You seem to be able to move objects although it doesn't look like it. After a vis-0/1 you will see them in the new position.
Frank Barknecht _ ______footils.org__