easy question.. attach movie?
Hey! So i'm trying to play a movieclip from the library without having it on the stage... any idea how?
yeah, i suck.
Hey! So i'm trying to play a movieclip from the library without having it on the stage... any idea how?
yeah, i suck.
i'm sorry to be persistant...
this is exactly what i wrote:
this.onRelease = function(){
this.attachMovie("blkFadeID","blkFade",this.getNextHighestDepth(), {_x:0, _y:0});
this.blkFade._rotation =5;
}
where blkFadeID is the identifier i gave it. The movieclip blkFade is located in the library. The button to which i'm trying to link all of that is not at the root, yet i'm writing the code in the AS frame inside the Mc where my button is.
not working.
(btw...why the rotation?)
i'm pretty sure i'm doing something very wrong.. it seems too simple to be right..
did you assign a linkage id?
if you button a movieclip button?
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.