mo_sheek
Aug 27 2006, 08:20 AM
Hello world!
I have just downloaded sandy 1.1 and pixlib.
I started the first tutorial.
When i try to run it(CTRL+ENTER) i get this:
**Error**
D:\xampp\_pages\ghiu\sandy\core\transform\Transform3D.as: Line 37: The
class must implement method 'isModified' from interface
'sandy.core.transform.ITransform3D'.
class sandy.core.transform.Transform3D extends EventBroadcaster implements ITransform3D
**Error**
D:\xampp\_pages\ghiu\sandy\core\face\TriFace3D.as: Line 42: The class
must implement method 'getVertex' from interface 'sandy.core.face.Face'.
class sandy.core.face.TriFace3D extends EventBroadcaster implements Face
**Error** D:\xampp\_pages\ghiu\sandy\core\Object3D.as: Line 336: There is no method with the name 'addEventListener'.
f.addEventListener( ObjectEvent.onPressEVENT, this, __onPressed );
**Error** D:\xampp\_pages\ghiu\sandy\core\Object3D.as: Line 337: There is no method with the name 'addEventListener'.
f.addEventListener( ObjectEvent.onRollOverEVENT, this, __onRollOver );
**Error** D:\xampp\_pages\ghiu\sandy\core\Object3D.as: Line 338: There is no method with the name 'addEventListener'.
f.addEventListener( ObjectEvent.onRollOutEVENT, this, __onRollOut );
**Error** D:\xampp\_pages\ghiu\com\bourre\events\EventBroadcaster.as: Line 306: Type mismatch.
broadcastEvent( e );
**Warning**
Scene=Scene 1, layer=actions, frame=1:Line 22: There is no class or
package with the name 'sandy.core.group' found in package 'sandy.core'.
var bg:Group = new Group();
Total ActionScript Errors: 7 Reported Errors: 7
What is wrong???
kiroukou
Aug 27 2006, 09:59 AM
Hi,
did you have the sandy 1.0 installed before?
++
mo_sheek
Aug 27 2006, 07:00 PM
I didn't installed it on top of sandy 1.0...
The problem is that i get the same thimng with Sandy 1.0 Beta too.

(
The only one that is working for me is 0.2
kiroukou
Aug 27 2006, 07:02 PM
Yes but the aso files may conflict with the new 1.1 ones.
Try to remove the ASO files (from flash IDE menu) and tell me if things are going better
mo_sheek
Aug 29 2006, 02:09 PM
I will try this!
Hope it works...
I'm the first time to use Sandy and I have downloaded the version 1.1. and pixlib.
when i try to complie the "a first box" file, there are 10 errors report:
**Error**
C:\Program Files\Macromedia\Flash
8\FlashClassPath\sandy\view\IScreen.as: Line 38: The class or interface
'sandy.view.Camera3D' could not be loaded.
public function setCamera( c:Camera3D ):Void;
**Error**
C:\Program Files\Macromedia\Flash
8\FlashClassPath\sandy\view\ClipScreen.as: Line 19: The class or
interface 'sandy.view.Camera3D' could not be loaded.
import sandy.view.Camera3D;
**Error**
C:\Program Files\Macromedia\Flash
8\FlashClassPath\sandy\view\ClipScreen.as: Line 57: The class or
interface 'Camera3D' could not be loaded.
public function setCamera( c:Camera3D ):Void
**Error**
C:\Program Files\Macromedia\Flash
8\FlashClassPath\sandy\view\ClipScreen.as: Line 128: The class or
interface 'Camera3D' could not be loaded.
private var _c:Camera3D;
**Error**
C:\Program Files\Macromedia\Flash
8\FlashClassPath\sandy\core\World3D.as: Line 128: The class or
interface 'sandy.view.Camera3D' could not be loaded.
public function addCamera ( cam:Camera3D ):Number
**Error**
C:\Program Files\Macromedia\Flash
8\FlashClassPath\sandy\core\World3D.as: Line 149: The class or
interface 'sandy.view.Camera3D' could not be loaded.
{
**Error**
C:\Program Files\Macromedia\Flash
8\FlashClassPath\sandy\core\World3D.as: Line 250: The class or
interface 'sandy.view.Camera3D' could not be loaded.
{
**Error**
C:\Program Files\Macromedia\Flash
8\FlashClassPath\sandy\core\World3D.as: Line 267: The class or
interface 'sandy.view.Camera3D' could not be loaded.
var cam:Camera3D ;
**Error**
C:\Program Files\Macromedia\Flash
8\FlashClassPath\sandy\core\World3D.as: Line 424: The class or
interface 'sandy.view.Camera3D' could not be loaded.
private var _oCam:Camera3D;
**Error** Scene=Séquence 1, layer=Calque 1, frame=1:Line 16: The class or interface 'sandy.view.Camera3D' could not be loaded.
var cam:Camera3D = new Camera3D( 700, screen);
I already put the "sandy" and "com" folders into the FlashClassPath folder, but still have the above error.
I don't know why, please help...
PS. I try to put the "com" folder back into "pixlib", 25 errors report.
and also
5 errors report if the structure as follows:
FlashClassPath/com and FlashClassPath/sandy_1_1/source/sandy
kiroukou
Oct 9 2006, 10:52 AM
Hi,
Try to look at tutorials explaining how to set correctly classpath in Flash (a lot are available via google).
After that remove the ASO files.
And everything should be perfect
lavlav
Oct 20 2006, 12:23 AM
HI ,Kiroukou
I also get the same error with member "syw"
I was checking I set correct class path and also del the ASO files
but get the same 10 error
I am try test the fla files"texture_a_box.fla"(that form this forum)
Any idea for this ?
PS. I am using Flash 8
kiroukou
Oct 20 2006, 05:49 AM
Hmm no I don't see why it would not be working properly...
in your classpath you have both com and sandy folders right?
Because I'm compiling this fla with flash IDE 8 too, and everything is working here...
lavlav
Oct 20 2006, 07:11 PM
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.