  | |  Re: [Flashcoders] Simulating RollOver, RollOut, Change events in a
list compon | Re: [Flashcoders] Simulating RollOver, RollOut, Change events in a
list compon
2004-02-13 - By Isaac Rivera
Back For practical purposes, predefined events are functions. Have you tried calling it?
Meaning: you can define onRollOver for a MovieClip and you will be able to roll your cursor over it and run the code. In addition, you can call the onRollOver event by just stating: MovieClip.onRollOver(); and the code will also run, of course.
So, have you tried, listener.onRollOver(), listener.on RollOut(), listener.on Change()... etc when you want them to be faked?
Isaac Rivera
-- --Original Message-- --
From: Clint Little <clittle@(protected) >
Sent: Feb 13, 2004 11:59 AM
To: "flashcoders@(protected) " <flashcoders@(protected) >
Subject: [Flashcoders] Simulating RollOver, RollOut, Change events in a list component...
Hey all,
I posted this question a week ago or so over at FlashNewbie but haven 't
really gotten a huge response so I figured to test the waters over here.
Could anyone provide some insight on how to "fake " the eventListener into
thinking one of these events (RollOver, RollOut, Change) occurred?
I have a list component that when I rollover another element in the flash
movie (not related to the list) the lists needs to act as if I am physically
rolling in and out and changing (selecting) inside it.
Is there a way to do this?
Thanks,
-- Clint
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104158
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104202
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |