Carousel tutorial

SOLOVYOVSERHIY January 6, 2011, 6:06 pm
I have add some more class, because it was asking.
I've copy code from file Main.hx. (line 2 - 14),
and put it into Carousel.hx and Item.hx.

Thank you. It is working great!

I like that it is moving and hear mouse very correct.

Now I am trying to make the text visible. Right now
I can not see the text. And the next step how to
create clickable (link after mouse click) elements
of greatCarousel.
THEJCDC January 6, 2011, 3:58 pm
Hi.

In Carousel.hx, you must put in the beginning
import flash.display.Sprite;


Jcdc.
SOLOVYOVSERHIY January 6, 2011, 3:47 pm
Hi.

I am trying to compile but I have this:

[web@localhost Temp]$ haxe -main Main -swf9 output.swf

Carousel.hx:1: lines 1-132 : Class not found : Sprite


I have check, but no result.