Bouf wrote:
> I'm not sure, but I think that you have to declare your object only in
> the first frame, with :
>
> #if (clock = 0)
>
> ...declare something persistant...
>
> #end
>
> Bouf.
Better still:
#ifndef(MyThingy)
#declare MyThingy=...
#end
----------------------------------------------------
Mikael Carneholm
Dep. of Computer Science and Business Administration
Personal homepage:
http://www.studenter.hb.se/~arch
E-mail:
sa9### [at] idautbhbse
Post a reply to this message
|