Ask a Question related to Macromedia Director Basics, Design and Development.
-
boris the spie #1
Scrolling CDmap
Trying to creae a scrolling text cdmap, with all the sections of a cd in text
which is coloured corresponding to the section. You know the thing
Section
Subsection
Another subsection
Another Subsection
Section
etc.
TO link it to the parts of the cd that each line corresponds to I used links
to the markers. Thing is, when creating these links(I assume that they are
hyperlinks) the colouring changes to standard blue. How can I create these
links while retaining the differing colours? Again I am new to all this so can
you keep any remedies simple
I'd be grateful for any hel
boris the spie Guest
-
Scrolling
not when focus is at the top of the form, can you still see the subform? if yes, this may work: private sub form_open Me!TopControl.SetFocus... -
InD CS scrolling
Hello My scrollfunction on the touchpad also crashes. But its with the Acrobat 6.0 I am using a W-720 notebook with synaptics touchpad. WinXP... -
scrolling?
hi, can anyone direct me to a tutorial where i can find out how to do scrolling exactly like in the link below? http://www.consortium.ru/ ... -
combination scrolling text scrolling picture and on MouseEnter function
it would help if you posted the code for us to look at... that way we can try to help ;) In article <bk6jip$ctm$1@forums.macromedia.com>, <... -
Custom Scroll Bar: Want to switch scrolling member, but keep scrolling intact.
Hey all. This is a juicy one. Simple Idea, Simple minded author can't find solution.... I have a text member in sprite 29. I have the "Custom... -
JB #2
Re: Scrolling CDmap
To retain the custom colors you probably have to craft your own custom
hyperlink code, probably would just check the mouseLine in a mouseDown
handler, perhaps looking up the corosponding marker in an off screen
field member with the same number of lines as the displayd field.
displayed field script
on mouseDown me
clickedLine = the mouseLine
go to line clickedLine of field "offScreenTable"
end
adding some temporary color change code would be a feasible addition for
click hilite.
JB Guest



Reply With Quote

