Search the web
Sign In
New User? Sign Up
openLingo · openLingo Code Library
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 568 - 597 of 643   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
568
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...
grant667
Offline Send Email
Sep 5, 2003
8:07 pm
569
... 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...
grant667
Offline Send Email
Sep 5, 2003
8:08 pm
570
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...
Robert Tweed
robert_tweed
Offline Send Email
Sep 7, 2003
1:08 am
571
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...
Emiliano de Castro
emilianogcastro
Offline Send Email
Sep 12, 2003
6:58 pm
572
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...
Christoffer Enedahl
Enedahl
Offline Send Email
Sep 18, 2003
3:28 pm
573
... 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...
Agustín María R...
agustin_onwine
Offline Send Email
Sep 18, 2003
6:18 pm
574
I always had trouble to create a good designpattern for handling the applikationflow. What I mean with applicationflow is how the applikation (game) shows...
Christoffer Enedahl
Enedahl
Offline Send Email
Sep 26, 2003
5:21 pm
575
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 ...
Jerry McManus
jerry_mandarin
Offline Send Email
Sep 26, 2003
9:03 pm
576
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...
Christoffer Enedahl
Enedahl
Offline Send Email
Sep 29, 2003
1:44 pm
577
[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...
Roberto Perez
rgpg_99
Offline Send Email
Oct 25, 2003
12:37 pm
578
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...
Christoffer Enedahl
Enedahl
Offline Send Email
Oct 25, 2003
1:06 pm
579
... From: "Christoffer Enedahl" <christoffer@...> ... I let it pass under the assumptions that: (a) It is a /reasonably/ common task for people writing...
Robert Tweed
robert_tweed
Offline Send Email
Oct 25, 2003
1:30 pm
580
[ 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...
devNet
c_i001
Offline Send Email
Nov 2, 2003
5:54 am
581
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...
Luke
lukewigl
Offline Send Email
Nov 6, 2003
12:06 am
582
... From: "Luke" <lukewigl@...> ... function. ... Bah, what a pain! Still, thanks for checking that out, we'll stick with the string method until...
Robert Tweed
robert_tweed
Offline Send Email
Nov 6, 2003
12:13 am
583
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...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 6, 2003
8:18 am
584
Very nice implementation, I'm glad my suggestions were helpful. Cheers, Jerry ... From: "Christoffer Enedahl" <christoffer@...> To:...
Jerry McManus
jerry_mandarin
Offline Send Email
Nov 6, 2003
6:16 pm
585
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...
ithemabv
Offline Send Email
Nov 25, 2003
2:28 pm
586
... Yes you can, you are simply naming the ancestor property wrong. if should be ancestor not _ancestor...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 25, 2003
2:45 pm
587
... Thanks, it works perfectly. Martijn...
ithemabv
Offline Send Email
Nov 26, 2003
12:42 pm
588
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...
ithemabv
Offline Send Email
Nov 26, 2003
12:42 pm
589
... From: "ithemabv" <ithemabv@...> ... No. I suggest you take a look at the list archives for in depth discussions of this subject. The openLingo...
Robert Tweed
robert_tweed
Offline Send Email
Nov 26, 2003
12:52 pm
590
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 ,...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 26, 2003
12:53 pm
591
Just out of curiosity, can I see the script Chris? Pranav Negandhi concept-I www.cimultimedia.com...
Pranav Negandhi
pranav_negandhi@...
Send Email
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...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 26, 2003
8:59 pm
593
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...
Pranav Negandhi
pranav_negandhi
Offline Send Email
Nov 27, 2003
6:11 am
594
... 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. ...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 27, 2003
8:53 am
595
... 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...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 27, 2003
11:28 am
596
... 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...
Pranav Negandhi
pranav_negandhi
Offline Send Email
Nov 27, 2003
1:03 pm
597
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...
fluxus
fluxusx2000
Offline Send Email
Nov 27, 2003
9:11 pm
Messages 568 - 597 of 643   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help