home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / PActionTutorial.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2002-04-02  |  766 b   |  7 lines

  1. MyMouseFrameOne.MrMouseSays = "This code handles all of the BJInit mumbo jumbo for you.  You will notice that there is a line of code \'#include FunctionWrappers.txt\',";
  2. MyMouseFrameOne.MrMouseSays += " this is where all of your wrapper functions will be housed.  If you want to store them in a different filename, then you must change ";
  3. MyMouseFrameOne.MrMouseSays += "this include statement.  It is recommended that you change this value, but not required.";
  4. MyMouseFrameOne.MrMouseSays += "\nYou can find an example of what the wrapper functions file should do in the aforementioned virtualtruck site in the file \'FunctionWrappers.txt\'.";
  5. MyMouseFrameOne.MrMouseSays += "\nYou probably want to reread FlashC++Practices.html at this point too.";
  6. stop();
  7.