Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

opne another director movie into the current movie 1

Status
Not open for further replies.

3Y3

Programmer
Joined
Sep 18, 2001
Messages
45
Location
CA
Hi,

How would I go about opening a director movie (saved locally to the director app currently running and opens when a button is pressed) and either have it appear in side an empty cast member/sprite or appear in a new window seperate from the main app?

Thanks in advance for any help/information

3Y3
 
go to movie "xx.dir"
is it what you want?
 
on mouseup
open window "the name of your movie.dir"
end

to make a button close it use the lingo below

on mouseup
forget window "the name of your movie"
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top