loading useing time by Regis24th Feb 2008 9:13
|
---|
Summary load media in middle of the game Description download plug-in to use getseconds() comand Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com `By Regimantas do sync if getseconds()=3 if object exist (1)=0 make object sphere 1,20 position object 1,0,0,0 endif endif if getseconds()=6 if object exist (2)=0 make object box 2,10,100,10 position object 2,0,0,0 endif endif sync loop |