[Solved] Expression editor question
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
Last edited by DarkRonin; 21-07-2015 at 07:08 AM.