I manage to create an interface in flash 4 which trigers events in lingo 
trough:
geturl:LINGO:HANDLER
and in lingo in a movie script:
on handler
statment
end.
All works well, but with the flash buttons I trigger transparent windows.
On one of them I have a game built in Flash.
When I "tell the stage to close window()"
windows brings up: This software has performed an ilegal operation.
I don't know why. The complicated thing is that users don't have a button to 
close the miaws, but every time they click a button from the menu, the 
handler have included the forget commands for all the miaws.
I don't know I could not built something like
ong1window
if windowpresent (g1window)then forget window(g1window)
else 
nothing
end if
I am quite new to lingo and don't know much...Any help trully apreciatted.
The other thing is that I want the sound from within flash to stop when users 
click on buttons to go elswhere:
I tried:
global
set the soundmixedmedia to true

and then 
I toggled the sound on and off with the sound of member command.
Thanks,
Nicolae

[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