Re: lingo-l detect sprites with a certain property

2004-07-02 Thread Berndt Garbotz
hi, you could check for scriptinstancelist [] Berndt Hi is it possible to loop through all sprites in the score and detect whether each sprite has a certain custom property. If the sprite has any custom properties then i can use repeat with k = 1 to the lastChannel repeat with l = 1 to

Re: lingo-l get and set pixel

2004-07-14 Thread Berndt Garbotz
Hi, dunno how much it slows, but use an instance e.g. myImage = member(firstImg).image repeat with xx = 1 to 450 repeat with yy = 1 to 400 rgbval = myImage.getPixel(xx, yy) -- some calculations here and then myImage.setPixel(xx,yy, newrgbval) end repeat end repeat Hth

lingo-l [x-post] director xdk update

2004-10-06 Thread Berndt Garbotz
hi, Macromedia Director XDK October 5, 2004 The latest release of the Director XDK has been updated for Director MX 2004 version 10.1. The XDK includes both functional updates and bug fixes. The functional updates to the XDK include an index to all interfaces and methods and a new scripting xtra