Hi Guys, Is there a way to set certain attributes given a frame number in the expression editor. Something like this (quasi-code) Code: if (frame_number == 20) { pCube.rotateY=45; } Thanks in advance