Difference between revisions of "Talk:User interface concepts"
From Organic Design wiki
(Probably a scripting error) |
(ok, seeyou this evening :-)) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | Things i'd like to discuss this evening: | ||
| + | *Containment - movie clip objects inside one another | ||
| + | *Scaling - what causes them to scale | ||
| + | *Depth - how this works (manual is very bad at explaining this) - ''damn right it is!!!!!! [[User:Nad|Nad]]'' | ||
| + | *When something is ready to be part of the Symbols category | ||
| + | --[[User:Rob|Rob]] 11:50, 5 Apr 2006 (NZST) | ||
| + | |||
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... | 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: | ||
| + | :<tt>myObject.methodName = function(parameters....) {</tt> | ||
| + | ::<tt>script...</tt> | ||
| + | ::<tt>};</tt> | ||
| + | |||
| + | |||
| + | '''NOTE: the semicolon that's needed after the function declaration - this is because its also an assignment.''' | ||
Latest revision as of 00:03, 5 April 2006
Things i'd like to discuss this evening:
- Containment - movie clip objects inside one another
- Scaling - what causes them to scale
- Depth - how this works (manual is very bad at explaining this) - damn right it is!!!!!! Nad
- When something is ready to be part of the Symbols category
--Rob 11:50, 5 Apr 2006 (NZST)
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.



