PDA

View Full Version : Please help!



djjam
January 28th, 2010, 06:07 PM
i am writing script for a preloader and when i come to compile the script for testing i recive this error message:

The class or interface 'Event' could not be loaded

Its been drivin me crazy for the past couple of days and reli need to get iit sorted

if you could help i would be extreamly gr8ful

SumYungGai
January 28th, 2010, 08:22 PM
Is it a class file? You'd need to import the Event class.

import flash.events.Event;