home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 November - Disc 2 / PCNET_CD_2006_11_2.iso / apps / Swishstudio2.exe / Main / guitar.swf / scripts / DoInitAction_2.as next >
Encoding:
Text File  |  2006-10-05  |  6.0 KB  |  338 lines

  1. TEXTWRAPPER = function()
  2. {
  3. };
  4. TEXTWRAPPER.prototype = new MovieClip();
  5. TEXTWRAPPER.prototype.addProperty("menu",function()
  6. {
  7.    return this._text.menu;
  8. }
  9. ,function(x)
  10. {
  11.    this._text.menu = x;
  12. }
  13. );
  14. TEXTWRAPPER.prototype.addProperty("tabEnabled",function()
  15. {
  16.    return this._text.tabEnabled;
  17. }
  18. ,function(x)
  19. {
  20.    this._text.tabEnabled = x;
  21. }
  22. );
  23. TEXTWRAPPER.prototype.addProperty("tabIndex",function()
  24. {
  25.    return this._text.tabIndex;
  26. }
  27. ,function(x)
  28. {
  29.    this._text.tabIndex = x;
  30. }
  31. );
  32. TEXTWRAPPER.prototype.addProperty("autoSize",function()
  33. {
  34.    return this._text.autoSize;
  35. }
  36. ,function(x)
  37. {
  38.    this._text.autoSize = x;
  39. }
  40. );
  41. TEXTWRAPPER.prototype.addProperty("background",function()
  42. {
  43.    return this._text.background;
  44. }
  45. ,function(x)
  46. {
  47.    this._text.background = x;
  48. }
  49. );
  50. TEXTWRAPPER.prototype.addProperty("backgroundColor",function()
  51. {
  52.    return this._text.backgroundColor;
  53. }
  54. ,function(x)
  55. {
  56.    this._text.backgroundColor = x;
  57. }
  58. );
  59. TEXTWRAPPER.prototype.addProperty("border",function()
  60. {
  61.    return this._text.border;
  62. }
  63. ,function(x)
  64. {
  65.    this._text.border = x;
  66. }
  67. );
  68. TEXTWRAPPER.prototype.addProperty("borderColor",function()
  69. {
  70.    return this._text.borderColor;
  71. }
  72. ,function(x)
  73. {
  74.    this._text.borderColor = x;
  75. }
  76. );
  77. TEXTWRAPPER.prototype.addProperty("bottomScroll",function()
  78. {
  79.    return this._text.bottomScroll;
  80. }
  81. ,function(x)
  82. {
  83.    this._text.bottomScroll = x;
  84. }
  85. );
  86. TEXTWRAPPER.prototype.addProperty("condenseWhite",function()
  87. {
  88.    return this._text.condenseWhite;
  89. }
  90. ,function(x)
  91. {
  92.    this._text.condenseWhite = x;
  93. }
  94. );
  95. TEXTWRAPPER.prototype.addProperty("embedFonts",function()
  96. {
  97.    return this._text.embedFonts;
  98. }
  99. ,function(x)
  100. {
  101.    this._text.embedFonts = x;
  102. }
  103. );
  104. TEXTWRAPPER.prototype.addProperty("_height",function()
  105. {
  106.    return this._text._height;
  107. }
  108. ,function(x)
  109. {
  110.    this._text._height = x;
  111. }
  112. );
  113. TEXTWRAPPER.prototype.addProperty("hscroll",function()
  114. {
  115.    return this._text.hscroll;
  116. }
  117. ,function(x)
  118. {
  119.    this._text.hscroll = x;
  120. }
  121. );
  122. TEXTWRAPPER.prototype.addProperty("htmlText",function()
  123. {
  124.    return this._text.htmlText;
  125. }
  126. ,function(x)
  127. {
  128.    this._text.htmlText = x;
  129. }
  130. );
  131. TEXTWRAPPER.prototype.addProperty("maxChars",function()
  132. {
  133.    return this._text.maxChars;
  134. }
  135. ,function(x)
  136. {
  137.    this._text.maxChars = x;
  138. }
  139. );
  140. TEXTWRAPPER.prototype.addProperty("mouseWheelEnabled",function()
  141. {
  142.    return this._text.mouseWheelEnabled;
  143. }
  144. ,function(x)
  145. {
  146.    this._text.mouseWheelEnabled = x;
  147. }
  148. );
  149. TEXTWRAPPER.prototype.addProperty("multiline",function()
  150. {
  151.    return this._text.multiline;
  152. }
  153. ,function(x)
  154. {
  155.    this._text.multiline = x;
  156. }
  157. );
  158. TEXTWRAPPER.prototype.addProperty("password",function()
  159. {
  160.    return this._text.password;
  161. }
  162. ,function(x)
  163. {
  164.    this._text.password = x;
  165. }
  166. );
  167. TEXTWRAPPER.prototype.addProperty("restrict",function()
  168. {
  169.    return this._text.restrict;
  170. }
  171. ,function(x)
  172. {
  173.    this._text.restrict = x;
  174. }
  175. );
  176. TEXTWRAPPER.prototype.addProperty("scroll",function()
  177. {
  178.    return this._text.scroll;
  179. }
  180. ,function(x)
  181. {
  182.    this._text.scroll = x;
  183. }
  184. );
  185. TEXTWRAPPER.prototype.addProperty("selectable",function()
  186. {
  187.    return this._text.selectable;
  188. }
  189. ,function(x)
  190. {
  191.    this._text.selectable = x;
  192. }
  193. );
  194. TEXTWRAPPER.prototype.addProperty("stylesheet",function()
  195. {
  196.    return this._text.stylesheet;
  197. }
  198. ,function(x)
  199. {
  200.    this._text.stylesheet = x;
  201. }
  202. );
  203. TEXTWRAPPER.prototype.addProperty("textColor",function()
  204. {
  205.    return this._text.textColor;
  206. }
  207. ,function(x)
  208. {
  209.    this._text.textColor = x;
  210. }
  211. );
  212. TEXTWRAPPER.prototype.addProperty("type",function()
  213. {
  214.    return this._text.type;
  215. }
  216. ,function(x)
  217. {
  218.    this._text.type = x;
  219. }
  220. );
  221. TEXTWRAPPER.prototype.addProperty("variable",function()
  222. {
  223.    return this._text.variable;
  224. }
  225. ,function(x)
  226. {
  227.    this._text.variable = x;
  228. }
  229. );
  230. TEXTWRAPPER.prototype.addProperty("_width",function()
  231. {
  232.    return this._text._width;
  233. }
  234. ,function(x)
  235. {
  236.    this._text._width = x;
  237. }
  238. );
  239. TEXTWRAPPER.prototype.addProperty("wordWrap",function()
  240. {
  241.    return this._text.wordWrap;
  242. }
  243. ,function(x)
  244. {
  245.    this._text.wordWrap = x;
  246. }
  247. );
  248. TEXTWRAPPER.prototype.addProperty("length",function()
  249. {
  250.    return this._text.length;
  251. }
  252. ,null);
  253. TEXTWRAPPER.prototype.addProperty("maxhscroll",function()
  254. {
  255.    return this._text.maxhscroll;
  256. }
  257. ,null);
  258. TEXTWRAPPER.prototype.addProperty("maxscroll",function()
  259. {
  260.    return this._text.maxscroll;
  261. }
  262. ,null);
  263. TEXTWRAPPER.prototype.addProperty("textHeight",function()
  264. {
  265.    return this._text.textHeight;
  266. }
  267. ,null);
  268. TEXTWRAPPER.prototype.addProperty("textWidth",function()
  269. {
  270.    return this._text.textWidth;
  271. }
  272. ,null);
  273. TEXTWRAPPER.prototype.addListener = function(a)
  274. {
  275.    return this._text.addListener(a);
  276. };
  277. TEXTWRAPPER.prototype.getNewTextFormat = function()
  278. {
  279.    return this._text.getNewTextFormat();
  280. };
  281. TEXTWRAPPER.prototype.getTextFormat = function()
  282. {
  283.    var _loc0_ = null;
  284.    return _loc0_.getTextFormat.apply(_loc0_ = this._text,arguments);
  285. };
  286. TEXTWRAPPER.prototype.removeListener = function(a)
  287. {
  288.    return this._text.removeListener(a);
  289. };
  290. TEXTWRAPPER.prototype.removeTextField = function()
  291. {
  292.    return this._text.removeTextField();
  293. };
  294. TEXTWRAPPER.prototype.replaceSel = function(a)
  295. {
  296.    return this._text.replaceSel(a);
  297. };
  298. TEXTWRAPPER.prototype.replaceText = function(a, b, c)
  299. {
  300.    return this._text.replaceText(a,b,c);
  301. };
  302. TEXTWRAPPER.prototype.setNewTextFormat = function(a)
  303. {
  304.    return this._text.setNewTextFormat(a);
  305. };
  306. TEXTWRAPPER.prototype.setTextFormat = function()
  307. {
  308.    var _loc0_ = null;
  309.    return _loc0_.setTextFormat.apply(_loc0_ = this._text,arguments);
  310. };
  311. BUTTONWRAPPER.prototype.addProperty("enabled",function()
  312. {
  313.    return this._button.enabled;
  314. }
  315. ,function(x)
  316. {
  317.    this._button.enabled = x;
  318. }
  319. );
  320. BUTTONWRAPPER.prototype.addProperty("trackAsMenu",function()
  321. {
  322.    return this._button.trackAsMenu;
  323. }
  324. ,function(x)
  325. {
  326.    this._button.trackAsMenu = x;
  327. }
  328. );
  329. BUTTONWRAPPER.prototype.addProperty("useHandCursor",function()
  330. {
  331.    return this._button.useHandCursor;
  332. }
  333. ,function(x)
  334. {
  335.    this._button.useHandCursor = x;
  336. }
  337. );
  338.