Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Flash module.

Talk:Flash module: Difference between revisions

From MoodleDocs
No edit summary
(Tutorial Zip File)
 
Line 22: Line 22:


Could you tell us a bit more about this code?
Could you tell us a bit more about this code?
== Tutorial Zip File ==
The first of the three doubly-indented items in the last section (as of this writing) on this page is highly misleading. The first post in each of the two forum threads that constitute the two parts of the tutorial has an attachment, a zip file. These are appropriately named tutorial1.zip and tutorial2.zip. They contain sample files to be used in going through the tutorial. The zip file link on this page is just a link to tutorial1.zip, not the tutorial itself in a zip file as the text says it is. --[[User:Richard Enison|Richard Enison]] 05:03, 6 June 2008 (CDT)

Latest revision as of 10:03, 6 June 2008

Hi, I'm new to Moodle but a fairly experienced ActionScript developer, both 20. and 3.0.

Looking at your code:

score = yourScoreVariable;

answers = yourAnswersVariable;

startTime = getTimer();

_root.finishButton.onRelease = function() {

endTime = getTimer() - startTime;

moodleService.send_response(answers, endTime, score);

moodleService.cleanUp();

}

moodleService.init();

Could you tell us a bit more about this code?

Tutorial Zip File

The first of the three doubly-indented items in the last section (as of this writing) on this page is highly misleading. The first post in each of the two forum threads that constitute the two parts of the tutorial has an attachment, a zip file. These are appropriately named tutorial1.zip and tutorial2.zip. They contain sample files to be used in going through the tutorial. The zip file link on this page is just a link to tutorial1.zip, not the tutorial itself in a zip file as the text says it is. --Richard Enison 05:03, 6 June 2008 (CDT)