A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [CS3] flash slideshow help

  1. #1
    Junior Member
    Join Date
    May 2008
    Posts
    4

    [CS3] flash slideshow help

    Hey

    i have a problem:
    i made this slideshow thing with a tutorial from this site:http://www.layersmagazine.com/flash-...e-gallery.html

    and when i publish it its says 1120: Access of undefined property next_btn. last_btn.onPress=function(){

    heres the file i made:
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    May 2008
    Posts
    22
    you are tring to use in AS3 some command that supported only in AS2

    this command totalframes
    is not supported on AS3 you need to write: MovieClip.totalFrames
    as2 command : _currentframe

    as3 use insted: MovieClip.currentFrame

    i think i'm, not sure about that...

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