austinh115

xat bug fix for flash 26

Jun 14th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Both issues related to masks (not sure if there are more)
  2.  
  3. main.as (mask was overlapping textbox)
  4. http://i.imgur.com/c4n0pPI.png
  5. mcscrollermask = xatlib.AddBackground(mcscroller,xatlib.NX(10),xatlib.NY(456),t,xatlib.NY(20),xatlib.c_bl);
  6. (or you can use "mcscrollermask.visible = false;" and not edit that line)
  7.  
  8. ctabs.as (mask overlapping chat tabs)
  9. http://i.imgur.com/ostkyPr.png
  10. Mask.visible = false;
  11.  
  12. Setting visible=false for both of them, and any potential others, should work.
Add Comment
Please, Sign In to add comment