A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Motion Script questions

Hybrid View

  1. #1
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512
    The code is compiled inside the program. The script outside customizes the effect.

    It is difficult to synchronize timing in action scripting with main movie frames. I suggest tweeking the number of frames/tweens containing the object with the effect so that it ends when you want. Then add your go to url or whatever on the last frame.

  2. #2
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    In theory it would be possible to use KM Motion Scripts outside KM if you would create a compatible implementation.

    There's three steps KM takes
    1. KM breaks apart the text, converts each character into a movieclip and all those movieclips together into another one.
    2. An 'engine' is added. It's the actionscript that runs the effects. To make it more difficult there are two engines. One is flash 5, runs all effects named effect.txt and was created by Hilary Bridel. The other one handles flash 6 - 8 effects named effect2.txt . Looping behavior, effect directions (normal flow, inner to outer etc.) and after image capability that some effects use are all handled by the engine.
    3. The actual effect functions and user defined variables are added.

    You might conclude the easiest way is to load one external swf file into the other one.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center