Jump to content

Dropdown Menu


ahmetcoban
 Share

Recommended Posts

autoplay in yardım bölümünde rastladım şöyle yapılıyormuş

Make a Dropdown Menu
To create a dropdown menu in AutoPlay Media Studio:

Create a project with six label objects, and arrange them as follows:





Insert the following code into the On Click event of Label1:

if visible then
Label.SetVisible("Label2", false);
Label.SetVisible("Label3", false);
Label.SetVisible("Label4", false);
Label.SetVisible("Label5", false);
Label.SetVisible("Label6", false);
visible = false;
else
Label.SetVisible("Label2", true);
Label.SetVisible("Label3", true);
Label.SetVisible("Label4", true);
Label.SetVisible("Label5", true);
Label.SetVisible("Label6", true);
visible = true;
end

Insert the following into your Global Functions:

visible = false;

ben bunu uyguladım fakat istediğim gibi olmadı
ilk açılışta alt menuların kapalı gelmesi için ne yapabilirim
flashtaki accordion menu gibi bir şey olması için kodlar nasıl düzenlenebilir
menu başlıklarına tıklayınca alt menular aşağıya doğru açılacak tıklayınca kapanacak
bu kodlar bunun için nasıl düzenlenebilir.

apz bu linkte
http://www.mediafire.com/?v90mev595pne50e

Edited by ahmetcoban
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...