Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Customize menubar

    Hi all,

    created a menubar

    menu: menu
    Intro | _movie.go("Intro")
    Chapter 1 | _movie.go("Chapter 1")
    Chapter 2 | etc.
    menu: More info
    Credits | .......<--?
    Contact | .........<--?


    Wondering if you can customize the menubar color??
    How to create a MIAW for a credits/more Info, which is activated by the
    customize menu?


    Thnks in advanced

    keiTai Guest

  2. Similar Questions and Discussions

    1. How to add my customize stamps to PDF?
      I could only add the default stamps that come with the Acrobat, how could I add my customize stamp to PDF? Thank you for your help Goran
    2. How do I customize a progress bar?
      Hi All, First of all writing code for a progress bar is beyond my abilities. If someone can help me with setting up a progress bar that I can...
    3. Customize prompt on KSH
      In article <bgi4fs$oolo9$1@ID-144395.news.uni-berlin.de>, Andrew Falanga <excalibur@icehouse.net> wrote: export PS1=' Note: If you are typing...
    4. How to Customize datasheet view
      My form is set to datasheet view. A column is MyDate. How do I show the records with a date before today is in yellow color, and the records with a...
    5. customize x-window
      Hi folks, I want to customise what I can do while in x-window. I want a bare minimum capabiliites. For instance, reduce the number of editors on...
  3. #2

    Default Re: Customize menubar

    The menu code hasn't been updated for some 10+ years, there's not much
    in the way of customization or hierchy.


    Credits | open window "credits"


    should open a director file named either "credits.dir" or
    "credits.dxr" located in same folder as main file.
    JB Guest

  4. #3

    Default Re: Customize menubar

    didn't know the menubar hasn't been updated for a decade.

    I am a newbie, just using director to create cd - roms.

    thnks for the open window suggestion. Anyway i can control the size and
    placement?



    keiTai Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139