Groups | Blog | Home
all groups > flash actionscript > may 2005 >

flash actionscript : Flash Learning Objects and Quizzes


Christopher Hayes
5/26/2005 9:46:15 AM
For the life of me, I can't find the AS files for the Flash Learning Objects
and Quizzes. I found just some of the properties listed on a PDF by
Macromedia, but I need more than that. I'd like to see a complete AS file
for the QuizTrack objects.

For example...if you setup a new quiz and look at the last screen (the one
with totals), you'll see text boxes that have QuizTrack variables and
methods (.percent_format). I need to know what others are out there as I'm
building a lot of eLearning and want to be able to customize these quizzes.

Thanks,

Chris Hayes
Senior eLearning Developer
SSE, Inc.
www.SSElearn.com

Andrew Chemey
5/26/2005 5:25:30 PM
Chris,

There aren't any external AS files. All of the ActionScript is contained
within the quiz templates themselves.

To see the AS for the quiz class:
- Open the library for the file that contains the quiz templates
- Expand "Quiz Files > Assets > Controls > ComponentSuperClass"
- Edit (double-click) the "QuizGlobalClass" (for the quiz component)

To see the AS for the interactions:
- Expand "Quiz Files > Learning Interactions > Assets > Controls >
ComponentSuperClass"
- Edit (double-click) the "SuperClass" (for the interaction class)

There is individual AS code for each interaction type:
- Double-click "Drap and Drop"
- Right-click on the component and select "Edit in Place"

Look for the "Actions" layer in each of these areas.

Regards,

Andrew

Christopher Hayes
5/27/2005 12:53:07 PM
AAAAAH. It's pre-class AS1.0

Thanks for the info, this should help a lot.

Sincerely,

Chris

AddThis Social Bookmark Button