In one dcr movie I want to open another dcr movie ...
In one of the first frames in the first movie I've put this script:
on exitFrame
preLoadNetThing("the path & file name of the 2nd movie"
end
And in the last frame I've put:
on exitFrame
gotoNetMovie("the path & file name of the 2nd movie"
end
The problem is that the first movie loops when I run it. What am I doing wrong?
In one of the first frames in the first movie I've put this script:
on exitFrame
preLoadNetThing("the path & file name of the 2nd movie"
end
And in the last frame I've put:
on exitFrame
gotoNetMovie("the path & file name of the 2nd movie"
end
The problem is that the first movie loops when I run it. What am I doing wrong?