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...
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...
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...
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...
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...
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....
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...
... From: Princess !! [mailto:libra_77a@...] Sent: Saturday, August 23, 2003 8:50 PM To: openLingo@yahoogroups.com Subject: [openLingo] Request...... Hi...
Peter Bochan
peb965@...
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...
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 ...
... From: "Neil Stapleton" <sahnic1@...> ... The "me" reference in Lingo is possibly one of the most confusing and poorly implemented parts of the entire...
hello. the procedure for your questions are mentioned in the help files. its quite nicely explained. see 'projectors' for projectors and 'shockwave' for ...
... 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...
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...
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!? ...
... 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...
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...