home *** CD-ROM | disk | FTP | other *** search
/ Your Mobile: Alcatel / Alcatel 2005.iso / Create Animation / setup.exe / setup.msi / Data1.cab / WizardAnim.swf12 / scripts / DefineSprite_260 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-05-16  |  387 b   |  15 lines

  1. if(_root._ErrTxt != "")
  2. {
  3.    txt = _root._ErrTxt;
  4.    ErrTit = "Fout";
  5. }
  6. else
  7. {
  8.    txt = "<b>Gefeliciteerd.</b>\nUw afbeelding %1% is nu in uw toestel opgeslagen. U vindt hem in het beeldalbum.\nU kunt hem gebruiken in het welkomstscherm of hem verzenden per MMS, koppelen aan een contactpersoon, enz. enz.";
  9. }
  10. if(_root.CurrentLink == "None")
  11. {
  12.    gotoAndStop(2);
  13. }
  14. stop();
  15.