> I did all of the above copying and pasting your code on a black stage... 
 
You pasted it on the stage? 
 
Paste the code into a new ActionScript file, save the file as
'DesertSands.as' in the same folder as the new fla. 
 
Now you can either import DesertDSands.as, 
In the fla Actions Panel: 
 
import DesertSands; 
var ds:DesertSands = new DesertSands(); 
addChild(ds); 
 
  or 
 
Set DesertSands.as as the fla's Document Class. 
In the fla Properties Panel Class field type: 
 
DesertSands 
 
HTH 
 
Regards,

Keith Reinfeld
Home Page: http://keithreinfeld.home.comcast.net



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to