hi lingoists,
why the heck can't i manipulate the rect of the stage this way?
setaProp(the rect of the stage,#left,getaProp(the rect of the stage,#left)
+ 100)
or
setAt(the rect of the stage,1,getAt(the rect of the stage,1) + 100)
it always returns an unaltered rect.
the only way i've found is to change all the values, like this:
the stage.rect = rect(34,200,50, 9)
set the rect of the stage = rect(100,200,3, 94)
the stage.rect = rect(100,200,3, 94)
if i create a list:
test = [1,1,1,1]
and then
setAt(test,2,getAt(test,2) + 99)
it returns
test = [1,100,1,1]
why doesn't it work with rect lists? how can i change each rect list
property (#left,#top,#right,#bottom) individually? i've searched in
director in a nutshell, and it's said that it should work. any idea?
regards,
[]'s
Quixad�
web site - http://www.alternex.com.br/~quixada
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]