Think of something that you wish Authorware could do but it doesn't? Let the our good friends at Macromedia know via the wishlist. Please let us know if you find any of the materials on this site inappropriate or offensive. Please include the url and why the material should be reviewed. Comments and questions about the site are also welcome. Please no Authorware questions, use the AWARE list. |
Back
B5001 - How do I jump to a specific icon in a different file? by - Joseph Ganci In the receiving
file, the first icon at the top of your flow line would be a Calculation icon
with the following script: Before Authorware
4.0: if JumpIcon <> "" then Eval("GoTo(@\"" ^ JumpIcon ^ "\")") One
Note: In reality, I have only used
the GoTo function once or twice in the eight years I've been using Authorware.
Since I (like most people) are using Framework icons to organize our code,
it's a little more elegant to use a Navigate icon instead of the GoTo function,
since by its very nature you know by looking at it that you are jumping to
a specific page, not to any icon in your file. This make it much easier
to track your code. In this case, then, I would substitute the if statement
above with a Navigate icon set as follows: ![]() Add your review Back |