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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 550 - 579 of 643   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
550
hi, i´m current program on an external script editor for lingo. please help me to test this program and give me a feedback in the forum. lingo scriptEditor is...
c_i001
Offline Send Email
Aug 24, 2003
9:13 pm
551
Hi this is Amira from Egypt .I'm certified Flash 5 developer put today I'm interest by Director Program. I was created a project content of several movies with...
Princess !!
princess_of_...
Offline Send Email
Aug 24, 2003
9:15 pm
552
hi i've download your lingo scriptEditor i think: 1.i've found that the installation of .net of microsoft are very not 'happy' request... 2. i will prefere to...
Francesco
puppetsprite...
Offline Send Email
Aug 25, 2003
5:21 pm
553
hi Amira, If you want any help just call me. I'm Yasser from egypt. i think i can help you. Princess !! <libra_77a@...> wrote: Hi this is Amira from...
egypt media
eg_media
Offline Send Email
Aug 25, 2003
5:21 pm
554
Dear Amira What you need is to create a projector ( for instance a entry interface) and then, to open the others .dir´s, you have to add the lingo command...
wilson.bitzone
wilsoncortez...
Offline Send Email
Aug 25, 2003
5:23 pm
555
Hi, I agree with many things that Francesco said, but I also think that the program is already good and can become a great editor. Congratulations! []`s Saulo....
Saulo Dourado
saulo_correi...
Offline Send Email
Aug 25, 2003
8:06 pm
556
Hi You can use "go to movie" sintax 1) - create a empty movie in your movies folder 2) - create a movie script in this movie like this On startmovie Go to...
leandro@...
spbynight
Offline Send Email
Aug 25, 2003
8:06 pm
557
... From: Princess !! [mailto:libra_77a@...] Sent: Saturday, August 23, 2003 8:50 PM To: openLingo@yahoogroups.com Subject: [openLingo] Request...... Hi...
Peter Bochan
peb965@...
Send Email
Aug 25, 2003
8:09 pm
558
Hi. I've been trying to understand why properties of a "me" object reference work with built-in messages, but not custom handlers. For example, if I write a...
Neil Stapleton
sahnic1
Offline Send Email
Aug 25, 2003
10:13 pm
559
Try adding the 'me' reference to the moveASprite call in the mouseUp handler: on mouseUp me moveASprite(me) end or, alternative syntax: on mouseUp me ...
Jerry McManus
jerry_mandarin
Offline Send Email
Aug 25, 2003
11:01 pm
560
... From: "Neil Stapleton" <sahnic1@...> ... The "me" reference in Lingo is possibly one of the most confusing and poorly implemented parts of the entire...
Robert Tweed
robert_tweed
Offline Send Email
Aug 26, 2003
12:08 am
561
Hello Neil, You don't need a property variable, just make sure to pass along the 'me' reference when you call moveAsSprite: me.moveAsSprite() or...
Stephen Guerin
stephengueri...
Offline Send Email
Aug 26, 2003
1:22 am
562
hello. the procedure for your questions are mentioned in the help files. its quite nicely explained. see 'projectors' for projectors and 'shockwave' for ...
:: tushOnline ::
tushonline
Offline Send Email
Aug 26, 2003
5:31 am
563
... Hhmm.. this is not the appropiate place for this kind of questions. this kind of post would be better suited fot Direct-L, Lingo-L or the ... That should...
Agustín María R...
agustin_onwine
Offline Send Email
Aug 26, 2003
4:50 pm
564
Hi Anyone know how make a shared canvas for painting in Director ? I try to use the behavior that ships with Director but it does not work Any sample or...
leandro@...
spbynight
Offline Send Email
Aug 27, 2003
2:49 am
565
I want to run an applicaion (any executable file) from my cast. or How can I run an applicaion, after importing to cast?...
yszneed
Offline Send Email
Aug 29, 2003
8:35 am
566
Hi Anyone know how make a multiuser game in Director ? I try to it but it does not work Any sample or tutorial ? Thanks for all Leandro ... Do you Yahoo!? ...
egypt media
eg_media
Offline Send Email
Aug 29, 2003
8:37 am
567
... See this site for the multiuser part. You don´t even have to know MUS: goMU (http://gomu.rebus.gr/goMU.htm) But again...this is not the right list for...
Agustín María R...
agustin_onwine
Offline Send Email
Aug 30, 2003
5:30 am
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
Messages 550 - 579 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