Guest User

Untitled

a guest
May 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. section1.one.onRollOver = Delegate.create(section1.one, InnerBtn);
  2.  
  3. function InnerBtn():Void {
  4. smoothToolTip.setText("Section One","This is all about section one.");
  5. smoothToolTip.startMouseFollow();
  6. this.onRollOut = this.onReleaseOutside=Delegate.create(this, btnOut);
  7. }
Add Comment
Please, Sign In to add comment