A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Problem with "Rotating Menu" in ActionScript 3.0

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    7

    Problem with "Rotating Menu" in ActionScript 3.0

    I'm using Actionscript 3.0 for Adobe Flash CS4 for this project...
    (http://tutorials.flashmymind.com/200...ctionscript-3/)

    I tried to modify the code of this tutorial a bit to have words appear inside the circles (like "Home", "About", etc....) like what I've typed in the line in the screenschot -
    http://i429.photobucket.com/albums/q...eincode_00.jpg
    It seems that I can do that since it's an array...

    ...But inspite of what I believe are the appropriate changes I've done, an error showed up still
    (kindly see here -
    http://i429.photobucket.com/albums/q...rincode_00.jpg)

    Why is that happening?

    Before I forget, in what section of the code must I insert a line that will make a clicked button display the info corresponding to it? (that is, if I click on the "Contact" or any of the buttons a window will appear beneath the menu on the stage...)

  2. #2
    Will moderate for beer
    Join Date
    Apr 2007
    Location
    Austin, TX
    Posts
    6,801
    Your screenshot shows that you have an error attempting to convert the string "Home" to an Item. Strings are not Items. If you have an instance of Item in a variable called home, then put that in your items array instead of the string "Home".

    Also, post code, not screenshots of code. Representations of things are not the things themselves.

Tags for this Thread

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