PDA

View Full Version : anyway to get your gfxmovie reference outside the gfxmovie class



beeph
11-13-2010, 03:49 AM
Looking to shut the movie down from playercontroller, instead of within the menu class itself.

Any way to do this?

I've gotten a reference to the UTGFx hud manager, by itering thru the actor list, but when i try to refence getVariableObject("myMenu") i get a None.

the movie is called myMenu and the file is myMenuFlash.swf whats the naming convention to get it? Or is it going to be out of the scope of the UTGFx hud manager?

beeph
11-13-2010, 05:37 PM
nevermind i just made a variable for it in PC and passed it in on startup