home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / soundCD_1.03.iso / players / WinAmp / winamp3_0-full.exe / Skins / Default.wal / scripts / hide.maki (.txt) < prev    next >
Winamp Compiled Maki Script  |  2002-07-03  |  1KB  |  37 lines

  1. /* Note: a decompiler is no invitation to steal code.
  2.    Please respect the the copyright */
  3.  
  4. #include "std.mi"
  5. Global Group Group2;
  6. Global Group Group3;
  7.  
  8. Function func98(Int 0);
  9.  
  10. System.onScriptLoaded()
  11. {
  12. Group2 = System.getScriptGroup();
  13. Group3 = Group2.findObject(( "video\.visualization"));
  14. func98(Group2.getWidth());
  15. return Null;
  16. }
  17.  
  18. Group2.onResize(int x, int y, int w, int h)
  19. {
  20. func98(w);
  21. return Null;
  22. }
  23.  
  24. func98(Int 0)
  25. {
  26. if(( Int10 > 318)) {
  27. Group3.hide();
  28. return Null;
  29. } else {
  30. Group3.show();
  31. return Null;
  32. }
  33. return Null;
  34. }
  35.  
  36.  
  37.