|
| gustavo Duenas |
Post
#1
|
|
Newbie Group: Members Posts: 5 Joined: 21-March 07 Member No.: 955 |
hi Guys I'm very new at this sandy library, my path in the flash o mac is:
Macintosh HD:Applications:Macromedia Flash 8:sources and when I run the code for the box in the tutorial part, it gives me this error. **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 12: The class or interface 'ClipScreen' could not be loaded. var screen:ClipScreen; // Presentation surface **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 13: The class or interface 'World3D' could not be loaded. var world:World3D = World3D.getInstance(); // Our 3D world **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 22: The class or interface 'Camera3D' could not be loaded. var cam:Camera3D = new Camera3D( 700, screen ); **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 32: The class or interface 'Group' could not be loaded. var bg:Group = new Group(); **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 45: The class or interface 'Group' could not be loaded. function createScene( bg:Group ):Void { **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 48: The class or interface 'Object3D' could not be loaded. var cube:Object3D = new Box( 50, 50, 50, 'quad' ); **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 51: The class or interface 'Skin' could not be loaded. var skin:Skin = new MixedSkin( 0x00FF00, 80, 0, 100, 1 ); **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 57: The class or interface 'TransformGroup' could not be loaded. var tg:TransformGroup = new TransformGroup(); **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 59: The class or interface 'Transform3D' could not be loaded. var rotation:Transform3D = new Transform3D(); Total ActionScript Errors: 9 Reported Errors: 9 this is my first time with sandy, any ideas? I've tried the code either with the 1.1 download and the 1.2 Regards Gustavo Duenas |
| Lo-Fi Version | Time is now: 16th August 2007 - 08:02 PM |