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

C1014 - My Framework Calculation ornament is not working. Why?

by - Joseph Ganci


This should be simple, but it's not working. I am trying to get the IconTitle of each framework icon. Each of my frameworks has a unique title. I have tried attaching an ornamental calc to each framework with the following code:

current_framework := IconTitle

This works fine as long as I go directly down the flowline. However, if I use a navigate icon to Jump to Page (e.g., my Menu uses navigate icons to go to the desired framework-1st attached map), then, for some reason, Authorware does not seem to pass through the calc attached to the applicable framework, because my variable, current_framework, is not updating.

Does anyone know of a work-around?


That's right, Nancy, it won't see the Calc ornament. Instead, place a Calc icon inside the Framework entry pane and set it to the following script:

current_framework := IconTitle(IconParent(IconID))

There are 0 reviews
Add your review
Back