the "me" is used so a script can be assigned to multiple members and they all can refer to their own properties oldLOCh=sprite(the spritenum of me).locH than...
... hey... you dont need to import a program to launch it you can just use "open" command try opening the message window in director "ctrl m" and type "open...
I've just posted a new isNaN function on m.d.l, which I think may be the most efficient way to test for NaN (Not a number when using floating point numbers. I...
Hi, I'm working on an application that has several ActiveX sprites (multiple instances from the same ActiveX cast member). No problem when I want to set...
I needed a string repeated X times, I had the normal: on RepeatedString aString, aTimes vResult = "" Repeat with i = 1 to aTimes put aString after vResult End...
... Handling lists with verbose syntax should be faster than dot syntax. Sunno why Director´s engine works like this. I just readed this fact many times and...
I always had trouble to create a good designpattern for handling the applikationflow. What I mean with applicationflow is how the applikation (game) shows...
So far it's been my experience that states are absolutely the way to go. Jumping to different frames in the score is essentially changing the 'state', so ...
I'd thought I share this peace of lifesaver, a GenericCallback function, useable when you want to specify what to do later on when for example a network job is...
[Note from moderator: Just a reminder that this type of question is normally OT, but since it could be expanded into something general for addition to the...
I'll point you in the right direction. (Since the moderator let it pass ;-) You can run the command line "RegSvr32 drive:\path\ CtrlActiveXdll.dll" with the...
... From: "Christoffer Enedahl" <christoffer@...> ... I let it pass under the assumptions that: (a) It is a /reasonably/ common task for people writing...
[ Note from moderator: Although I do class this as spam, I allowed one post through previously, because of general interest to list members. I'm also allowing...
Hi Robert & list, I was updating my maths library and did a quick check with your IsNAN function. Unfortunately, it fails with DMX under MacOSX (2.8). The...
Long time no code, so here are a few new :) I asked this group about applicationflow and Jerry McManus answer with a statemachine concept. Here is the result I...
Hi, I've created an object wich has an ancestor. like this ... --ancestor script property _width on new me, width setWidth me, width return me end on setWidth...
Hi, I was wondering. Is it possible to really declare a method/variable as a private one, so that no one can address it from outside the script/object? The way...
Not natively. I saw a script that allowed it, but the overhead was not worth the trouble. Stick with a namingconvention like underscore prefix: _property ,...
Just out of curiosity, can I see the script Chris? Pranav Negandhi concept-I www.cimultimedia.com...
Pranav Negandhi
pranav_negandhi@...
Nov 26, 2003 7:33 pm
592
Ok , I just dug it up: <http://groups.google.se/groups?hl=sv&lr=&ie=UTF-8&oe=UTF-8&selm=38A22E55.FD 88D09F%40young.net> Im not sure it does what I said it was...
Heya Chris, Are you awake yet? The second part that Brennan mentions, about using an interface parent script, sounds interesting. I have actually been using a...
... Yeah, now, after my first cup of coffe. ... for ... Sounds like a good idea when working with other programmers in a large project or as a code provider. ...
... Yep confirmed, the top reference is passed as "me" not the ancestor scripts reference. here is the loophole: (I got the same result with callAncestor) on...
... Ummm...dat was supposed to apply to <snip snip scissors n snip> & <spare my ear n button ur lip>. <:o) I got it from one of my comic books. ... Ancestors...
Hi list, I think I've never posted to this list before, so I'm not sure, if this question fits in here, if not just one word and I will shut up, I promise:-) I...