# Weird problem - definition of class not found

**URL:** https://forum.kirupa.com/t/weird-problem-definition-of-class-not-found/300480
**Category:** Uncategorized
**Created:** [November 22, 2009, 4:43am UTC](https://forum.kirupa.com/t/weird-problem-definition-of-class-not-found/300480 "2009-11-22T04:43:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![n000bie](https://avatars.discourse-cdn.com/v4/letter/n/7993a0/32.png) [@n000bie](https://forum.kirupa.com/u/n000bie)
#### Post date: [November 22, 2009, 4:43am UTC](https://forum.kirupa.com/t/weird-problem-definition-of-class-not-found/300480/1 "2009-11-22T04:43:58Z")

</div>

My folder structure is like this

Root folder  
main.fla

Classes  
Game.as  
MenuScreen.as  
GameOverScreen.as  
Enemy.as

In my flash file there are movie clips (Enemy, MenuScreen and GameOverScreen)

While clicking Validate Class Definition Enemy and MenuScreen movie clip shows the message ‘the definition of the class was found…’

Only the GameOverScreen movie clips classpath is not found.

I have checked everything (spelling, classpath). Why it does not find the class ?

Is it due to long name or what ? I am stuck. pls help…
