Got it myself, feel kinda stupid though... Any good use or experience using
this method appreciated though..

//Kristian

> Code used:
> 
> //In Flash this gets called... (sprite 3 #fla member)
> this.fGetText = function(inVar){
>         //not really doing anytthing
> };
> 
> 
> // 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("_root","fGetText", #mSetText, gIns)
> end


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to