I have been trying unsuccessfully for nearly a week now to make a text pop-up. Not sure if that is the correct name of it, but it is one of those "pop-up" windows that is draggable, scrollable and close-able that you usually get when you click on a "read more" button from a flash site.
Is there a tutorial somewhere that will help out?
Thanks in advance
Text Popup?
Started by Kencelot, Apr 11 2006 04:16 PM
1 reply to this topic
#1
Posted 11 April 2006 - 04:16 PM
#2
Posted 13 April 2006 - 05:21 AM
I've never seen a tutorial for that, but basically you just need to create a movieclip with a draggable area, and a close button.
Search on P2L for dragging, and you will see how it can be done.
for "closing" the movieclip you can use this script on a button:
http://www.actionscript.org has quite a lot of nice tuts on scrolling and dragging also
Search on P2L for dragging, and you will see how it can be done.
for "closing" the movieclip you can use this script on a button:
yourPopup._visible = false;
http://www.actionscript.org has quite a lot of nice tuts on scrolling and dragging also
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
