[Flashcoders] attachMovie(graphic_on_stage_created_by_user)??

2006-03-26 Thread Monicque Sharman
I have an area on the stage that the user can draw on The user can make a nice pic, that I need to print out. However, the client wants other stuff on the print out like headings, etc. Using PrintJob.addPage(0, {xMin:20,xMax:400, yMin:20, yMax300}) works well, but it only prints the area

Re: [Flashcoders] dragging multiple movieclips

2006-02-22 Thread Monicque Sharman
components development. Usability services. From: Monicque Sharman [EMAIL PROTECTED] Subject: [Flashcoders] dragging multiple movieclips To: flashcoders@chattyfig.figleaf.com Message-ID: [EMAIL PROTECTED] Content-Type: Text/Plain; charset=iso-8859-1 Hi, I am a newbie, and I have been

Re: [Flashcoders] dragging multiple movieclips

2006-02-22 Thread Monicque Sharman
on how to do that. Any tips greatly appreciated, but at least I have a starting point now! So thanks, Monicque. ---Original Message--- From: Monicque Sharman Date: 02/22/06 05:08:50 To: Flashcoders mailing list Subject: Re: [Flashcoders] dragging multiple movieclips Thanks

[Flashcoders] dragging multiple movieclips

2006-02-21 Thread Monicque Sharman
Hi, I am a newbie, and I have been fiddling with this problem for days now.. . If anyone could help, I would really appreciate it. I have a comboBox, and when an item from the comboBox is chosen, I'd like a matching item (movie clip) to show up in an area, and then be able to be dragged to

[Flashcoders] Getting a button to work properly...

2006-02-16 Thread Monicque Sharman
Hi all, I have a button that works as expected when the mouse clicks on it, but when the button looks like it has focus and you press the Enter button on the keyboard, it does not work as expected. The code I have on the button is as follows: on(release, keyPress Enter) { ...code, if