morosa
06-05-2006, 10:06 PM
Okay, okay...I'll admit, I'm a little rusty around the edges...so please, forgive me now!
To that end, what the heck is movieclip.prototype.scaler = function(friction) {
//do some stuff
}
Where, "scaler" is the name of the function (hehe..I think!)
First off, it only works when published to Flash player 6 w/AS 1.0?!? Secondly, what was it replaced with for newer Flash Player version, i.e. 7 & 8 players??
I've tried converting it to the following function, as in:
function scaler(scale, friction) {
//do some stuff
?
But that just breaks it completely!? Which is strange, b/c in theory, it should work, no?
Anywho...any help and/or advice on this prototype jibjab would be much luved!
Thanks in advance!
mo
To that end, what the heck is movieclip.prototype.scaler = function(friction) {
//do some stuff
}
Where, "scaler" is the name of the function (hehe..I think!)
First off, it only works when published to Flash player 6 w/AS 1.0?!? Secondly, what was it replaced with for newer Flash Player version, i.e. 7 & 8 players??
I've tried converting it to the following function, as in:
function scaler(scale, friction) {
//do some stuff
?
But that just breaks it completely!? Which is strange, b/c in theory, it should work, no?
Anywho...any help and/or advice on this prototype jibjab would be much luved!
Thanks in advance!
mo