View Single Post
# 2 14-01-2003 , 07:52 AM
kbrown's Avatar
Moderator
Join Date: Sep 2002
Location: London, UK
Posts: 3,198
Just use simple "if" statement in the expression. The following will run between frames 20 and 75:

Code:
if( frame > 20 && frame < 75 )
{
	// Insert your stuff here
}


Kari
- My Website
- My IMDB

Do a lot, Fail a lot and Learn a lot!