Ask a Question related to Macromedia Director Basics, Design and Development.
-
Charmed1 webforumsuser@macromedia.com #1
channel selection
I have 3 editable fields (for the user to answer questions) at various markers in my Director file. When I go to the next marker the cursor is sitting in the field that I last entered text at the last marker. How can I make the cursor always be in the top text field ready for the first answer?
Thanks for your help.
Charmed1 webforumsuser@macromedia.com Guest
-
Audio Channel
Hi, I wonder if Director have the capability to output more than 2 channels of audio. Sort of like using 5.1 sorround sound. Is there any extra... -
There's a RubyForge IRC channel now...
...thanks to Harry Vangberg for the suggestion. It's on irc.freenode.net, channel name is #rubyforge. Yours, Tom -- Tom Copeland... -
channel visibilty
i can't get the certain channels to stay turned off ---after i open my project back up------the channels are autmatically turned on----i wan them to... -
Printing 16 bit channel???
Is there a printer that can PRINT 16-bit/channel images? -
Texture channel
Can anyone tell me what the texture channel is/does and how to use/get it? Also, I would like to know how to paint a texture onto an image. Thanks! -
SafariTECH #2
Re: channel selection
at each marker change the focus ...
set the keyboardFocusSprite = textSpriteNum
============================
Glen Palmer
SafariTECH
Cold Fusion Specialist
[url]www.safaritech.com[/url]
============================
SafariTECH Guest
-
Rob Dillon #3
Re: channel selection
You can force focus to a text or field sprite in a number of ways. You
can set the editable of sprite property, the keyboardFocusSprite system
property or the autoTab property of the member.
If when you move to this new frame, all of the sprite instances are new
and not carried across the score from the previous frame, then you can
set the keyboardFocusSprite property to the sprite that you want to
have focus in a frame script, or from the function that moves the
playback head, just put that line after the go to ... line.
You can also turn off the editable of sprite property for each of the
sprites and then turn it on for just the first one. You can restore the
property as the user finishes with each editable sprite.
--
Rob
_______
Rob Dillon
Team Macromedia
[url]http://www.ddg-designs.com[/url]
412-243-9119
[url]http://www.macromedia.com/software/trial/[/url]
Rob Dillon Guest



Reply With Quote

