Hi Mark,

that works a treat.


Essentially, I was doing the same as your behaviour shows but I wasn't doing
castlib.filename = castlib.filname and the stagecolor.

Oddities, but good to know. What you have is also a more compact of the 2 or
3 behaviours I was using to loop on a frame until netdone.

Thanks for your time.

Regards,

IanMJ


>
> Hi Ian
>
> Change your behaviour a bit
>
> property p_Int_NetID
>
> on mouseUp( me )
>       if ilk( p_Int_NetID, #VOID ) then
>               p_Int_NetID =  preloadNetThing( "@blahblah.cct" )
>       end if
> end mouseUp
>
> on exitFrame( me )
>       if ilk( p_Int_NetID, #Integer ) then
>               if netDone( p_Int_NetID ) then
>                       if ( netError( p_Int_NetID ) = "Ok" ) then
>                               castLib( someCastlib ).fileName =
> "@blahblah.cct"
>                               castLib( someCastlib ).fileName =
> castLib( someCastlib ).fileName
>                               the stageColor = the stageColor
>                       else
>                               alert "Net Error occurred while
> downloading" &&  "@blahblah.cct"
>                       end if
>                       p_Int_NetID = VOID
>               end if
>       end if
> end exitFrame>


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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