chunxiao9812 / tweener

Automatically exported from code.google.com/p/tweener
0 stars 0 forks source link

Error when using Photo Stack Example #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Q. What is the expected outcome? What happens instead?

I am currently using Flash 8 AS2 and I downloaded the Tweener AS library 
that is used in your photo stack example.  I can gain access to your 
library cause I can do trace(Tweener) and it returns [type function]... 
which tells me it can see the new classes.  However, I am getting an error 
using this line of function code from your example:

function photoSlideOut(e:Event):void

That line fails.  It fails do to not finding the Class or Interface for 
Event.  I don't know if this function is specifically for AS3 but its not 
working for me.  Can someone please help me.  Thanks!

Original issue reported on code.google.com by knyc...@gmail.com on 5 Dec 2008 at 4:33

Attachments:

GoogleCodeExporter commented 8 years ago
I think Event class does not exists in AS2, so delete it. And type Void instead 
void.

Original comment by cristi.b...@gmail.com on 20 Dec 2008 at 3:32

GoogleCodeExporter commented 8 years ago
So can u provide the codes for AS2? Thanks so much!

Original comment by shungye...@gmail.com on 21 Mar 2010 at 2:04