RE: lingo-l Printing flash movieclip frame in director.

2002-12-12 Thread [EMAIL PROTECTED]
according to the manual you can call sprite(whichsprite).print([targetName,#printinBounds]) with targetName being the movie or the movie clip to be printed hth Fraser [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l To open a new browser window with gotonetpage - OK

2002-12-12 Thread biju george
Hi List, Robert's javascript call methods does opend the web site in a new window as i wanted bu instead of one it opened 2 new windows. Pranav, where is 'Reuse window' option in Advanced Tab in IE? I use ver 5.0 for PC, Win 98 SE. Thanks for the messages... Reg, Biju George.

RE: lingo-l Printing flash movieclip frame in director.

2002-12-12 Thread EvolutionData.com Feedback
Hi Fraser, That worked almost perfectly (I promise I searched the online help and didn't notice that code). It actually prints the current frame of the movieclip which actually is much more useful to me than the system of printing frames marked with #p. Thank you so much for taking the time

lingo-l How to rotate a copypixel image?

2002-12-12 Thread Fabrice Closier
Hi all, (the question could also be how to rotate a member bitmap within the cast.) I have one script running where i use 2 members bitmap + 1 text member to generate a new composite of the 3. it works. using the copytoclipboard and paste in PS, the reult is great. now, for the second

RE: lingo-l Printing flash movieclip frame in director.

2002-12-12 Thread [EMAIL PROTECTED]
That worked almost perfectly (I promise I searched the online help and didn't notice that code). handily enough it doesn't look like it is in the online help. It actually prints the current frame of the movieclip which actually is much more useful to me than the system of printing frames

Re: lingo-l How to rotate a copypixel image?

2002-12-12 Thread Howdy-Tzi
On Thursday, December 12, 2002, at 05:45 AM, Fabrice Closier wrote: see the problem as a book cover on front page you have the title and pictures, now i need to build the side of the book, i need now to minimize the title size and paste it on same picture this time with a 90 degrees rotation.

Re: lingo-l How to rotate a copypixel image?

2002-12-12 Thread Fabrice Closier
Matrix, matrix...hum... kan you develop a bit more? or any place where i can find a tut on this? Fabrice Andreas Gaunitz P11 heeft op donderdag 12 december 2002 om 15:29 het volgende geschreven: (the question could also be how to rotate a member bitmap within the cast.) now, for the second

Re: lingo-l How to rotate a copypixel image?

2002-12-12 Thread Fabrice Closier
Thank you for the reply Warren, but thats not what i mean. i compose an image in order to save/print it. it works if all the members are the way they are. now i want to use/paste a textfield rotated on a bitmap, for example the side of a book. the text is 90 dg rotated and the image is still the

Re: lingo-l How to rotate a copypixel image?

2002-12-12 Thread [EMAIL PROTECTED]
This code was posted by James Newton on the games list a little while ago - it should point you in the right direction on imageRotate(anImage, anAngle) - -- INPUT: anImage must be an image object --anAngle should be an integer or floating point

Re: lingo-l How to rotate a copypixel image?

2002-12-12 Thread Howdy-Tzi
On Thursday, December 12, 2002, at 10:34 AM, Fabrice Closier wrote: i compose an image in order to save/print it. it works if all the members are the way they are. now i want to use/paste a textfield rotated on a bitmap, for example the side of a book. the text is 90 dg rotated and the image

lingo-l Joystick control

2002-12-12 Thread Krista McLean
Hi Folks, Thinking of buying the cxtra joystick control. Wondering if anyone might be able to point me to some tutorials or anything on this topic. Thanks, Krista [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the

Re: lingo-l How to rotate a copypixel image?

2002-12-12 Thread Buzz Kettles
you should be able to specify the copyPixels command using quads (instead of rects) therefore do a rotation (I haven't done it, but quads can certainly simulate rotation). hth -Buzz At 12:45 PM +0100 12/12/02, you wrote: Hi all, (the question could also be how to rotate a member bitmap within

Re: lingo-l How to rotate a copypixel image?

2002-12-12 Thread Buzz Kettles
At 11:26 AM -0800 12/12/02, you wrote: you should be able to specify the copyPixels command using quads (instead of rects) therefore do a rotation (I haven't done it, but quads can certainly simulate rotation). hth -Buzz on rotateTextImage textMember, verify IL =

Re: lingo-l How to rotate a copypixel image?

2002-12-12 Thread Andreas Gaunitz P11
OK. I think you should try the James Newton handler, but the principle is like this: You can use a rotation matrix to rotate a vector (or another matrix). a point (x, y) in an image is a vector. A 2d rotation matrix looks like this: [a, b] [c, d] where a = cos a#, b = -sin a#, c = sin a#, d

lingo-l Embedded font problem

2002-12-12 Thread Sharon Moeller
I have embedded arial into a director movie. On windows 2k and xp machines and Mac OS X it looks fine. On windows 98 SE, I have strange kerning problems and text suddenly wraps that didn't before. Any suggestions? Sharon Moeller [To remove yourself from this list, or to change to digest

Re: lingo-l Embedded font problem

2002-12-12 Thread Phil Gross
Sounds like the font is embedded, but that the text isn't using it. I'd start by making sure that the text is really set to the new font created. You didn't by any chance rename the font did you? Phil Sharon Moeller wrote: I have embedded arial into a director movie. On windows 2k and xp

lingo-l ANN: New Release - SecureNet Xtra v1.2

2002-12-12 Thread Steve Zografakis
Greetings from Integration New Media: A brand new version of INM's SecureNet Xtra is now available for Director and Authorware. New features for version 1.2 include: - support for both Mac OS and Windows - retrieval of proxy server settings for AutoConfig scripts, HTTP, secure

Re: lingo-l OFF topic

2002-12-12 Thread cpasswater
Hi, I'm a member of this group and it's a very active mailing list. I subscribe to the Flashnewbie group but there is also an advanced group: http://chattyfig.figleaf.com/ Happy Holidays! Christine Satory From: universal2001 [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Fri, 13 Dec

Re: lingo-l OFF topic - Thanks!!!!

2002-12-12 Thread universal2001
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 2:54 PM Subject: Re: lingo-l OFF topic Hi, I'm a member of this group and it's a very active mailing list. I subscribe to the Flashnewbie group but there is also an advanced group:

Re: lingo-l OFF topic - Thanks!!!!

2002-12-12 Thread John R. Sweeney Jr
Hi, Sorry if this is off topic but does any body know where I can find FLASH mailing list, please...? thanks lists.chinwag.com This is Flasher-L L8R, John === John R. Sweeney Jr.([EMAIL PROTECTED]) Interactive Multimedia

lingo-l QTVR FOV x (PAN TILT)

2002-12-12 Thread Mamão - Toolshed
I developing a CD-ROM that has an image archive that will contain pictures that can be zoomed Thwy are very big (arround 2000x2000)pixels, so we choosed to implement it using QTVR panorama with Warpmode set to #none. It works fine standalone. The next step in development is showing a thumbnail

Re: lingo-l QTVR FOV x (PAN TILT)

2002-12-12 Thread Bertil Flink
. (K6-III-500Mhz wich is our standard bad-machine) What??? Am I the only one authoring on a P2 450MHz? Guess I'd better stick a bigger sock to the mantelpiece this year... Bertil Flink Creative Media [EMAIL PROTECTED] [To remove yourself from this list, or to change to digest