|
-
Hi,
I have a main movie loading an external (djs).
Once it's embeded,my drag drop script does not function.
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::
on (press) {
startDrag ("/one");
}
on (release) {
stopDrag ();
if (getProperty("/one", _droptarget) eq "flash/trigger") {
tellTarget ("/status") {
gotoAndPlay ("maya");
}
setProperty ("/one", _x, "38");
setProperty ("/one", _y, "162.8");
} else {
setProperty ("/one", _x, "38");
setProperty ("/one", _y, "162.8");
}
}
------------------------------------------------------------
All my external swfs. are in a folder called "flash"
On my main movie I've called it like this:
on (release) {
loadMovieNum ("flash/djs.swf", 2);
gotoAndStop ("clicked");
}
Everything seems to be OK except the drag drop trigger doesn't work.
If I view the swf. on it's own embeded it works fine.
Any suggestions PLEASE!
Thanks.
[Edited by coolmilo on 09-03-2001 at 01:17 AM]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|