Ask a Question related to Macromedia Director Basics, Design and Development.
-
keiTai #1
Help needed with a treemenu based on graphics.
Hi all,
Need some help with a treemenu it is vertical. It is as follows:
Let's say i got 8 main navButtons.
Then on mouseDown button 1 my menu collapse and you see a bg img with subnav
buttons.
Right now i got
on mouseUp
if the doubleClick then exit
startTimer
repeat while the timer < 20
if the mouseDown then
cursor 280
sprite(12).visible=false
sprite(16).visible=false
sprite(17).visible=false
sprite(18).visible=false
sprite(19).visible=false
exit
end if
end repeat
sprite(12).visible=true
sprite(16).visible=true
sprite(17).visible=true
sprite(18).visible=true
sprite(19).visible=true
end mouseUp
on mouseLeave
end
So doubleClick closes the collapse img.
But i want to have it on the second mouse down.
Recap: first onMouseDown ->collapse second onMouseDown de-collapse
Any tips, tutorials???
Kind regards
keiTai Guest
-
Device-based or User-based Windows CALs?
Windows licensing mode, Per User or Per Device Mode Per Server Mode, are you using? Any help or insight would be appreciated. Kind Regards -SR -
Output parent and child values as a list .. like a treemenu
Hello all, I have a table like this Object - ID - Reference ID Toyota - 1 - 0 Toyota Car - 2 - 1 Corolla - 3 - 2 Prious - 4 - 3 Toyota Van... -
advice needed on using proper perl graphics module(s)
I am starter on graphics programming. I got both books "Graphics Programming with Perl" (by Martien Verbruggen) and "Perl Graphics Programming"... -
Role based opinion needed - Not for app but for assets...
I have gone through newsgroups and several websites and have a pretty good handle on the role based security and dynamically displaying pages on our... -
Web-based Calendar needed
I have a client who needs a good web-based calendar for their website. What they would like is something that can display a monthly calendar online,...



Reply With Quote

