Tuesday, 15 July 2014

One month to go


I’ve been trying to resolve some issues I’ve had with my mouseOver event on the home page. I’ve been using code snippets to add some interaction to the main image. The eventhandlers didn’t work because I had not used a bind method. I got some advice from people on Stackoverflow to include ‘on’ and ‘off’ instead of using ‘addEventListener’, the event handler assumes the scope o the object that dispatched the event. I’m playing around with this as only one of the movie clips plays properly so I may need to use the binding method anyway.

No comments:

Post a Comment