1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Paint

Discussion in 'Developer Support' started by Exile, Jul 28, 2014.

  1. Exile

    Joined:
    Jul 24, 2014
    Messages:
    188
    Likes Received:
    23
    Well I was working on a small paint, but when testing it it doesn't show up anything.. Probably a stupid mistake.

    EDIT: Nevermind got it, you need to add

    getEventDispatcher().addListener(this); to the onStart..


    [​IMG]
     
  2. Ian C

    Joined:
    Jul 6, 2014
    Messages:
    24
    Likes Received:
    16
    Yeah, the script bot class dispatches events and has it's own multicaster.
     
  3. Black Fire

    Joined:
    Dec 13, 2013
    Messages:
    83
    Likes Received:
    7
    OP, you do know that the client itself already has a Task Framework correct? You can just do public class ExoSpan extends TaskScript, no need for you to make your own :p
     

Share This Page

Loading...