RE: setCallback()

2003-08-31 Thread Mark R. Jonkman
Hi Kristian You might want to take a look at my article on using flash in Director: http://www.macromedia.com/devnet/mx/director/articles/flash_in_director.html I do cover using the setCallBack() in there Sincerely Mark R. Jonkman > -Original Message- > From: [EMAIL PRO

RE: setCallback()

2003-08-29 Thread Kristian
> > // In Direcot I use this... (main movie, moviescript) > global gIns > > on mSetText(putThisVar) > put putThisVar > end Throw the above handler and replace with... on mSetText gIns, putThisVar put putThisVar end > on flaThisAndThat() > sprite(3).setCallBack(

setCallback()

2003-08-29 Thread Kristian
Just found out about the setCallback() and how it can interact with objects and falsh movies; I'm having a hard time figuring this out and can not find any examples of it (hardly) anywhere and not any good ones anyway... Today I'm (amongst others) using getVariable and setVariable to c

How does setCallback pass a object reference to Flash

2003-02-12 Thread Fumio Nonaka
ms to be too early to get a variable from a Flash sprite with 'getVariable'. So, I wonder how 'setCallback' command can successfully pass a reference to a Flash object as the first argument. on beginSprite(me) mySprite = sprite(me.spriteNum) oFlashO