I am trying to create my first ever object animation. I have created a ROOM SCRIPT that looks like this:
// room script file
SetObjectView(1,3);
AnimateObject(1,0,3,1);
It doesn't seem to recognise this as a valid script. Is this the place where the code belongs ?
PLEASE HELP !
.:Thankyou:.
When do you want the animation to start? I'm guessing as soon as the player enters the room?
At the momemt, it looks like you've got the code just loose in the room script, which won't do anything. Move it to a run script command in the Player enters screen (after fade in) interaction. (Access the interactions with the red 'i' button, next to the '{}' script button on the 'Room Settings' window.)
works perfectly ! Thanks