Hello
I am using this script to change the screen scale of certain bitmaps.
I get an error which says:
One parameter expected
wide=sprite(1,"pictures").width
I am using this to change the scale of the screen graphic to
70% of its size
on changeScale
wide=sprite(1,"pictures").width
high=sprite(1,"pictures").height
newWide=wide*.7
newHigh=high*.7
sprite(1,"pictures").width=newWide
sprite(1,"pictures").height=newHigh
updateStage
end
I would appreciate help to solve this.
I will need to have a way to scale some of my bitmaps.
Thanks
Dave
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
[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!]