Re: lingo-l Hyperlinks in text members BUG?

2002-12-09 Thread Howdy-Tzi
On Monday, December 9, 2002, at 03:29 AM, Jeremy wrote: Scrollbars are always Direct To Stage.. hh thanks for that info. As far as the hyperlink, all my on hyperlinkclicked handlers are on the sprites themselves(the text members). Do you mean they are behaviors attached in the score, or

Re: lingo-l Irregular shape of rollover

2002-12-09 Thread Evan Adelman
the way i've done it in the past is track the mouse position when over a sprite, setting up semi-elaborate logic statements...dunno if this is the best way or not, but workslemme know if you need a code sample if you want to do it this way... -evan universal2001 wrote: Hi everyone, It's

Re: lingo-l Irregular shape of rollover

2002-12-09 Thread Cole Tierney
It's been a long time since I played with Lingo. It is possible to create irregular hotspots (for mouserollover)? You might check out the matte ink. If that doesn't work with your image, you could put a 1 bitdepth member under your background and attach scripts to that. -- Cole [To remove

Re: lingo-l Irregular shape of rollover

2002-12-09 Thread Charlie Fiskeaux II
The easiest way is to use the matte ink. Create an image in Photoshop or Fireworks that's the shape you want (using alpha channels), then in Director set the sprite to matte ink and make sure to set the Alpha Click Threshold slider (under Property Inspector: Bitmap) to Transparent (0). Make the

Re: lingo-l intersect

2002-12-09 Thread Charlie Fiskeaux II
An easy way to do it is to simply say: if sprite(x).top sprite(y).bottom then blah end if of course, you'll still have to test for the left and right values if sprites x y aren't more than half the width of your screen. Charlie Fiskeaux II Media Designer The Creative Group

Re: lingo-l Irregular shape of rollover

2002-12-09 Thread Evan Adelman
ah yes - that mode of thinking works if you have areas of the sprite you can knock out, like just a circle w/in a rectangular sprite-- i was thinking Uni wanted one sprite to respond in different ways w/ irregular hotspots - more like an html image map... -evan Cole Tierney wrote: It's been

lingo-l stormsky comp

2002-12-09 Thread mike m
hiya all, some of you may remember an email i sent a while ago saying that www.stormsky.com may start a competition, well good news, they have, the link is here: http://www.stormsky.com/forum/topic.asp?ARCHIVE=TOPIC_ID=639 would be great to see some of you pros enter! cheers. mike

Re: lingo-l Irregular shape of rollover 2

2002-12-09 Thread Howdy-Tzi
On Monday, December 9, 2002, at 05:30 PM, universal2001 wrote: I want to create a sprite which will response (more or less like html image map). Well, if the areas you want responding to the mouse are rectilinear, you can use non-visible shape rectangles from Director's tool palette. Just

lingo-l communication with the browser

2002-12-09 Thread Mamão - Toolshed
Ok, I know that I can send messages to the browser using 'externalevent' How can I send a message (#string, #integer or a proplist) from JavaScript or even the HTML on the home page to the shockwave movie? Luiz Gustavo [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l Irregular shape of rollover 2

2002-12-09 Thread Cole Tierney
I want to create a sprite which will response (more or less like html image map). You might also want to experiment with: (the stage.image).getPixel(the mouseH,the mouseV) -- Cole [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 Irregular shape of rollover 2

2002-12-09 Thread Charlie Fiskeaux II
Or save it as a TIFF if you're on Windows... But make sure your layers are flattened before you save. Charlie Fiskeaux II Media Designer The Creative Group www.cre8tivegroup.com 859/858-9054x29 - Original Message - From: Josh Race [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

Re: lingo-l Irregular shape of rollover- THANKS....!

2002-12-09 Thread universal2001
YES... I finnaly got it! Thank you verymuch for all your help. UNi - Original Message - From: Howdy-Tzi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 9:59 AM Subject: Re: lingo-l Irregular shape of rollover 2 On Monday, December 9, 2002, at 05:30 PM,

lingo-l symbola ebola

2002-12-09 Thread grimmwerks
arrrRGH Rising frustration. How the hell can I fix a symbol that I mistakenly put in a silly case (ie #engLish) I've changed it to #english, #English, #ass (and then back to #English) in every text file I flip to the value to no avail! Last thing I'll try is bringing in

Re: lingo-l Irregular shape of rollover 2

2002-12-09 Thread Buzz Kettles
At 11:59 AM -0600 12/9/02, you wrote: On Monday, December 9, 2002, at 05:30 PM, universal2001 wrote: I want to create a sprite which will response (more or less like html image map). Well, if the areas you want responding to the mouse are rectilinear, you can use non-visible shape rectangles

Re: lingo-l symbola ebola

2002-12-09 Thread Tab Julius
Sheesh, Are you still fooling around with that? Send me the file (not to the list) I'll see if I can find it. - Tab At 04:08 PM 12/9/02, [EMAIL PROTECTED] wrote: arrrRGH Rising frustration. How the hell can I fix a symbol that I mistakenly put in a silly case (ie

Re: lingo-l Irregular shape of rollover 2

2002-12-09 Thread Charlie Fiskeaux II
Can't you just set a vector sprite's blend to 0? Charlie Fiskeaux II Media Designer The Creative Group www.cre8tivegroup.com 859/858-9054x29 - Original Message - From: Buzz Kettles [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 4:35 PM Subject: Re: lingo-l

RE: lingo-l Hyperlinks in text members BUG?

2002-12-09 Thread Jeremy
Bahaviors attached to the sprites. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Howdy-Tzi Sent: Monday, December 09, 2002 7:45 AM To: [EMAIL PROTECTED] Subject: Re: lingo-l Hyperlinks in text members BUG? On Monday, December 9, 2002, at 03:29 AM,

RE: lingo-l Hyperlinks in text members BUG?

2002-12-09 Thread Brad Hile
Jeremy wrote: Bahaviors attached to the sprites. Perhaps if the sprite thats populated dynamically is in a higher sprite channel and expands over the other sprite its trapping the mouseup? Brad [To remove yourself from this list, or to change to digest mode, go to

RE: lingo-l Hyperlinks in text members BUG?

2002-12-09 Thread Jeremy
The problem is scrollbars sometimes still show then the sprite channel visibility is turned off. Someone mentioned direct to stage, but that shouldn't matter when it comes to visibility on or off. I'm not using blend at all. It only happens when turning visibility on/off via script, cuz if I go

lingo-l To open a new browser window with gotonetpage

2002-12-09 Thread biju george
Hi, Tried this in message window, gotonetpage http://www.msn.com;, _new The msn site replaces the one already exists. I want to open the msn.com in a new window. Dir 8 for PC's help says, that the above command will open msn.com in a new window. But dont getting the stuff done... Any help