I think the problem is that you named your application "move". 'move' is a word that's already used in Flex (such as the move() function), so it runs into problems when it tries to use that word as a type as well.
name your application differently and it should work fine (it did for me, but I was able to reproduce your error by naming the application 'move' instead) Chet. From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of hworke Sent: Tuesday, December 02, 2008 8:05 AM To: [email protected] Subject: [flexcoders] move effect Flex live doc example does not work Hello all, the example in this link does not work. http://livedocs.adobe.com/flex/3/langref/mx/effects/Move.html The exact error message is: Severity and Description Path Resource Location Creation Time Id Type was not found or was not a compile-time constant: move. [Generated code (use -keep to save): Path: move-generated.as, Line: 187, Column: 14] move Unknown 1101999455125 884 Any idea why it is not working in my Flex builder? Regards...

