Hello again everyone. I have a question for you if you could spare a second or two. I have 8 layouts so far, the first one is a start screen, then I have 4 containing each page of my story. The next one is a tutorial and after that my main level layout starts. My last layout is a game over screen. Now my problem is that for my main level layout I have many timed events such as:
(condition (system, every 30 seconds) = (action (create object "robot" on layer 2 (x12751,y430)
And after progressing through the 6 beginning layout screens the timing of all those events are messed up like they had started when I was on the start screen. I don't think I could add "at start of layout" to any of them because they need to be going constantly through the main level once it starts and wouldn't that condition make the event untrue after the first cycle? Does anyone know a trick to add to my events that would fix this? Thanks, and I appreciate every bit of your help!<img src="smileys/smiley1.gif" border="0" align="middle" />