Re: lingo-l a few problems and questions

2001-04-14 Thread Colin Holgate
I have a few problems with this file. One is the the bees have a little white thread around them. I need to fix that. The graphics are .swf Flash graphics. I tried to fix this glitch in the .swf, but it didn't work. Is there something I should know about importing Flash graphics into

lingo-l a few problems and questions

2001-04-14 Thread N. Taylor
To the List (Colin Al): Ok. I'm trying to create a script that increases or decreases the height width by 10% everytime intersections occur. (Thanks for the hints before.) For example, if sprite.member("bee shape").intersects sprite.member("spider shape") then sprite.("spider

Re: lingo-l a few problems and questions

2001-04-14 Thread Colin Holgate
However, the problem is, I think that a script like this will increase the size of all instances of this cast member, and I only want the size changes to occur in the two intersecting sprites. Any suggestions? To get 10% bigger you could multiply by 1.1: sprite(1).width = sprite(1).width *