Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: scrolling list with hilighted text-items
From: Branden Hall
Date: Tue, 16 Nov 1999 17:20:22 GMT

Hmmm okay... you can fairly easily address your instances by name without
having to know the internal generator names... just make an action in the
first frame of the MC to be dup'd that sets _name={name} and pass in the var
name in your datasource.

-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software


-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Antoine
Valot
Sent: Tuesday, November 16, 1999 11:55 AM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: scrolling list with hilighted text-items


Bruno,

I know what you mean, I've had to deal with this Gen2 limitation too.

Here's a few solutions:

- I believe you CAN address the different instances by name. I think if
your list has an instance name of "mylist", then the objects are in
"mylist/contents/item1", "mylist/contents/item2", etc.
Actually, it's not "item1", I forgot what Generator names its instances,
but there's an easy way to find out: Assign an Goto action to one of
your instances that is going to make a bug, and watch the output window
to see where the bug comes from: that's the instance name you're looking
for.

- If you're not too worried about file size, you can make an MC which
contains multiple scrolling lists, each one with one item highlighted,
and setup the action on click to go to that frame of the MC. (UGly)

- You can setup the highlight as a separate MC, with an actionscript to
track the clicked item's position. Or can you? I've thought about this,
but haven't tried implementing.

- If you have a set number of fields in your scrolling list, you can
build them individually, and make a regular, non-generator scrolling
list with them having instance names.

- Finally, whichever route you choose, you should definitely bitch and
moan to Macromedia and ask them to enhance the function.

Hope this helps.

Antoine Valot
Generator Guru in training.

bruno wrote:
>
> Hi,
>
> I have a sort of problem with a scrolling list I want to make.
> I want to make a list, with (text-)items all in the same colour (eg
> black), generated with Generator 2. If you click on an item in the list,
> the colour of the item has to change to a second colour (eg grey). But
> if you click on another item in the list, the colour of the clicked item
> has to change to grey AND the previous clicked item has to change again
> to its original colour (black).
> I managed allready to change the colour of an item to the second colour
> if you click on it, but not the colour of the previous clicked item. The
> problem with Generator is that you can 't really specify the preferences
> of an item in the list other then the one you click on.
>
> Hope somebody can help me on that
> thanks allready,
>
> Bruno.
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Streaming Media WEST '99 Conference & Exhibition
> "The Worlds largest Internet Audio & Video Event"
> December 7 - 9, San Jose Convention Center, California
>
> Reserve your space today at http://www.streamingmedia.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: scrolling list with hilighted, Antoine Valot

Replies
  Re: FLASH: scrolling list with hilighted, Antoine Valot

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]