|
Re: $movie->nextFrame() and AS in ming-dev?: msg#00001web.ming.general
Laurent Cocea schrieb: stop(); added here and reactivated the next line and it works :-)Hello, Does anyone know/can explain why, if I split the actionscript code in gazb's attachmovie online example at http://www16.brinkster.com/gazb/ming/defaultframeset.asp?id=attachmovie, over more than one frame as shown below in Sample A, the movieclip is no longer draggable? On the other hand, if I merge AS in frames #3 and #4 as shown in Sample B, the movieclip _is_ draggable. Any helpful sugegstions will be greatly appreciated. Thanks. -Laurent ------------------------------------ Sample A: movieclip is not draggable ------------------------------------ (...) $movie->writeExports(); //$movie->nextFrame(); // frame 2 $strAction = " _root.attachMovie('bev','bev1',11); bev1.useHandCursor=0;bev1._x=100;bev1._y=100; "; $movie->add(new SWFAction($strAction)); $movie->nextFrame(); // frame 3 $strAction = " bev1. this.startDrag('');}; "; $movie->add(new SWFAction($strAction)); $movie->nextFrame(); // frame 4 $strAction = " bev1. stopDrag();}; "; $movie->add(new SWFAction($strAction)); Cordially, Axel
_______________________________________________ ming-fun mailing list ming-fun@xxxxxxxxxx http://www.opaque.net/mailman/listinfo/ming-fun |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Help! Slideshow Problems: 00001, Wrenn, Lucas |
|---|---|
| Next by Date: | RE: SWFTextField and SWFFont: 00001, Barry Cordingley |
| Previous by Thread: | Help! Slideshow Problemsi: 00001, Wrenn, Lucas |
| Next by Thread: | RE: SWFTextField and SWFFont: 00001, Barry Cordingley |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |