lingo-l How to extend a score sprite through Code.

2003-12-05 Thread Saravanan appya
Hi All, Hi every body, I have some problems working with lingo through Code pls help me out from my issue. 1.) I want to increase the sprite frame through code. 2.) I want to reduce the width of the flash file through Code by finding the sprite which contains width is equal to 800 and change

Re: lingo-l How to extend a score sprite through Code.

2003-12-05 Thread Colin Holgate
1.) I want to increase the sprite frame through code. sprite(n).endframe = 1234 2.) I want to reduce the width of the flash file through Code by finding the sprite which contains width is equal to 800 and change that to 790. You could repeat through the sprites, and set the widths: repeat

Re: lingo-l How to extend a score sprite through Code.

2003-12-05 Thread Troy Rollins
On Friday, December 5, 2003, at 11:46 PM, Saravanan appya wrote: I have some problems working with lingo through Code pls help me out from my issue. 1.) I want to increase the sprite frame through code. Consider Puppeting the sprite channel instead. 2.) I want to reduce the width of the