jefargrafx
Instructor
why doesn't this work
onClipEvent (enterFrame) {
setProperty (_root.popoutMC, _x, _x-5);
}
onClipEvent (enterframe) {
getProperty ( popoutMC, _X )
if (this, _x == 0) {
setProperty (this, _x, 5);
}
}
If popoutMC = 0 set popoutMC _X to 5??
let me know what you think
jef
onClipEvent (enterFrame) {
setProperty (_root.popoutMC, _x, _x-5);
}
onClipEvent (enterframe) {
getProperty ( popoutMC, _X )
if (this, _x == 0) {
setProperty (this, _x, 5);
}
}
If popoutMC = 0 set popoutMC _X to 5??
let me know what you think
jef