home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Mare / SHAREDM.CST / 03029_Script_3029 < prev    next >
Text File  |  1997-09-15  |  849b  |  21 lines

  1. on DIDASCALIA  _text,  _linee , _name
  2.   --  global si_numero_linee,si_text,si_name,si_pos
  3.   --  set si_numero_linee to _linee
  4.   --  set si_text to _text
  5.   --  set si_name to _name
  6.   --  set si_pos to 1
  7.   global si_copia_video
  8.   set si_copia_video to 498
  9.   duplicate member _text of castLib _name, member si_copia_video of castLib "internal"
  10.   set the textheight of member  si_copia_video of castlib "internal" to 17
  11.   
  12. end
  13.  
  14.  
  15. --  DIDASCALIA e' una procedura che serve per visualizzare qualsiasi didascalia
  16. --  il testo da porre nello score e' deciso dalla variabile si_copia_video nel cast "internal" ed e posta 
  17. --  di default a 498
  18. --  _text : posizione membro (testo)
  19. --  _name : cast del membro _text
  20. --  _linee : numero linee da visualizzare (ci si piuo mettere cio che si vuole tanto si adatta alle dimensioni
  21. --  del field)