4
« on: April 14, 2004, 06:02:35 PM »
Hi, i'm kinda newbie in SCIStudio and I want to modify the TitleScreenScript a bit.
First I want it to change to the next script after a few seconds if no mouse button is pushed, but still immediately when mouse button is pushed. I used the Wait() procedure, but I don't know where I should insert the code that it still recognises the mouse button.
Then I want some views to appear after some seconds, but when I write the hide() procedure after init(), it won't appear anymore after the show() procedure.
Would be kind if someone could help me out (don't think it's hard to master).