View Single Post
  #2 (permalink)  
Old 10-24-2007, 06:36 AM
ccoonen ccoonen is offline
PT Staff
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 4
Join Date: Jun 2007
Location: Wisconsin
Posts: 317
iTrader: (0)
ccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished road
Make sure it's not just an include rather than a class - you can include like

#include "Blah.as"

start code (Remember, no semi-colon after includes)

if it's a class then import it like

import foldername.classname;
or
import foldername.*;

so if you setup your classpath to "classes/" then you would have classes/com/programmerstalk/person.as;
Reply With Quote