STARTDRAG        1456 src/actioncompiler/lex.swf4.c { count();	return STARTDRAG;	}
STARTDRAG        1889 src/actioncompiler/lex.swf5.c { count();	return STARTDRAG;	}
STARTDRAG        2268 src/actioncompiler/lex.swf5.c { count();	return STARTDRAG; }
STARTDRAG          48 src/actioncompiler/swf4compiler.y %token STARTDRAG
STARTDRAG         500 src/actioncompiler/swf4compiler.y 	| STARTDRAG '(' expr ',' expr ')'
STARTDRAG         507 src/actioncompiler/swf4compiler.y 	| STARTDRAG '(' expr ',' expr ',' expr ',' expr ',' expr ',' expr ')'
STARTDRAG          73 src/actioncompiler/swf5compiler.y %token CALLFRAME STARTDRAG STOPDRAG GOTOANDSTOP GOTOANDPLAY SETTARGET 
STARTDRAG         566 src/actioncompiler/swf5compiler.y 	| STARTDRAG	{ $$ = strdup("startDrag"); }
STARTDRAG         994 src/actioncompiler/swf5compiler.y 	| STARTDRAG '(' expr ',' expr ')'
STARTDRAG        1001 src/actioncompiler/swf5compiler.y 	| STARTDRAG '(' expr ',' expr ',' expr ',' expr ',' expr ',' expr ')'