PDA

View Full Version : objects question....


stef
08-04-2003, 12:24 PM
ok I have been writing/scripting actionscript and all the documents
books etc dress up what they are, with explanations of chocolate boxes,
simple boxes.

But but when i scripting for example "taken from a book"

mycolor = newcolor(shirt);
mycolor.setRGB (OxFF3300);

My understanding is that an object contains lots of others scripts that
are pre-made that tell actionscript how to change the definitions of
the properties of the movieclips/sounds etc all you do is enter the
properties into the parentheses...

Am I correct or is there a better way of explaining this???

stef
:)

dzy2566
08-04-2003, 12:43 PM
I think you are hinting at Methods. Do some searches for "actionscript" and "methods" and you'll probably get what you're looking for.

Check out Colin Moock's website at moock.org (http://www.moock.org)