A Flash Developer Resource Site

Results 1 to 20 of 26

Thread: [CS3] Carousel Class

Threaded View

  1. #3
    11 Years Old Boya
    Join Date
    Apr 2004
    Posts
    61
    Okay, I finally finished a new version of this class [v1.1]

    This version contain extra functions to manipulate the icons. The demo is also updated demonstrating how to remove individual items from the carousel.

    New Functions:

    setIcon(index:Number, itemIcon:String):void
    - change the image/swf of an existing item, or convert external image/swf to
    MovieClip item or the opposite.
    - index: index of item to change
    - itemIcon: name of external image/swf or movieclip
    setFunction(index:Number, itemFunction:String):void
    - replace existing mouse down function of an item
    - index: index of item to change
    - itemFunction: name of new function
    setTooltip(index:Number, itemTip:String):void
    - replace the tooltip of an item
    - index: index of item to change
    - itemTip: new tooltip

    I noticed some errors and I think most of them are fixed.

    Hope you enjoy using this class.

    PS: Umm, how can I edit my first post?
    Attached Files Attached Files
    Last edited by Gamerflash; 08-30-2007 at 01:22 AM. Reason: Changed the ps.
    Checkout my site:
    Click HERE
    Checkout my games:
    Oops! No game for now!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center