Re: Setting the blendLevel of BGColor with no color...???

2010-01-29 Thread Scott Rossi
John, maybe you could describe a bit more what you're trying to accomplish. If you're just trying to change the blendlevel of a bunch of graphics using a scrollbar, this is one way (using a scrollbar whose startValue = 0 and endValue = 100): on scrollbarDrag N lock screen repeat with G = 1

Re: Setting the blendLevel of BGColor with no color...???

2010-01-29 Thread zryip theSlug
2010/1/29 John Patten : > > Hi All... > > I'm guessing you shouldn't be able to do this: > >   on MouseDown >      if the backgroundcolor of me is "" then >      set the backgroundcolor of me to "blue" > set the ink of me to blend > set the blendLevel of me to 50 > else >   set the backgroundcolor

Setting the blendLevel of BGColor with no color...???

2010-01-29 Thread John Patten
Hi All... I'm guessing you shouldn't be able to do this: on MouseDown if the backgroundcolor of me is "" then set the backgroundcolor of me to "blue" set the ink of me to blend set the blendLevel of me to 50 else set the backgroundcolor of me to "" set the ink of me to blen