Talk:User interface concepts

From Organic Design wiki
Revision as of 03:08, 2 April 2006 by Nad (talk | contribs) (Some issues found)

When it comes up blank, right click on it to see if the movie has loaded - if not, you've got an error in the action script. Unfortunately you only get error messages when publishing, not embedding though...

I don't have time to look into it at the moment sorry, but I can see some very bad syntax - to add functions to an object use this syntax:

myObject.methodName = function(parameters....) {
script...
};


NOTE: the semicolon that's needed after the function declaration - this is because its also an assignment.