jmods,
First, heres a link to a Wiki page that has quite a few video FFC tutorials :
http://www.flashificator.com/wiki/index.php?title=Video_Tutorials.
Second, because Functions reflect individual thoughts on how something is to be displayed they will be implemented in different manners. For example: you can make the twit panel (or anything else) slow fade, fast fade, shrink to obscurity or instantly disapper... each has its on path so you need to start experimenting.
A simple example:
1) use the FFC Twit Panel plugin to create your twit panel
**IMPORTANT** when you are on the Twit Panel creation interface be sure to "check" the box that says "Render as a Hotspot"2) Once that is done, select the twit panel tab at the bottom of the interface and the Hotspot tab at the top. (You are now looking at just a few of the options that can be changed).
3) Initially the Visible box is checked (therefore you can see the Twit Panel)
4) Uncheck the Visible box (the Twit panel is now hidden)
5) Create a new "target" hotspot that you wish to Click on to make the twit panel toggle between visible/hidden
6) Click on the Functions tab
7) Click the "make another function" button
8) Click the green spot (record)
9) Click the "twitpanel" hotspot tab at the bottom of the interface
10) Click the "hotspots" tab at the top of the interface
11) Put a checkmark in the "visible" options box (this should be unchecked because of step 4) this will make the twitpanel reappear
12) Click on the "target" hotspot tab at the bottom of the interface
13) click on the "Functions" tab at the top of the interface
14) Click the red dot to stop recording... make sure that the "generate reverse" box is checked
15) Also select the "OnClick" radio button
16) Name your Function and then click "finish"
17) You should now be back at your functions screen, with your target hotspot selected at the bottom.
18) In the Events List the OnClick radio button should be selected... under Functions attached you should see your Function name
19) Your done... Now, in the pano when you click on your target the twitpanel should toggle between appearing and diappearing