Guest Apogee Posted April 12, 2014 Share Posted April 12, 2014 I'm having a really annoying issue when trying to set up a timer for paint. http://gyazo.com/eeb80bf1d5476b83dd487700b051a115 That's a screenshot of the issue. I've tried adding the cast, i have no idea how to use it so i just deleted it. I looked through the API and was unable to find a reason for this. I have spent about 9 hours today just trying to grasp all of this.Any input on this would be highly appreciated Link to comment Share on other sites More sharing options...
Swizzbeat Posted April 12, 2014 Share Posted April 12, 2014 I would recommend learning java first before scripting. Your code won't improve just because you know the API well. As for your issue (assuming you're using the same Timer class nearly everyone uses) you probably imported the standard Java one instead of your "other" Timer class. Link to comment Share on other sites More sharing options...
Sigma Posted April 12, 2014 Share Posted April 12, 2014 you probably definitely imported the standard Java one instead of your "other" Timer class. 2 Link to comment Share on other sites More sharing options...