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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 504 - 533 of 643   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
504
Hi - It sounds like an interesting project. You probably know this, but with Director 9 you can bring an "invisible" Flash MX cast member into the score and ...
Neil Stapleton
sahnic1
Offline Send Email
May 7, 2003
8:23 pm
505
... From: "Neil Stapleton" <sahnic1@...> ... This idea has been suggested before. I'm not entirely sure that openLingo should support MX-only code at the...
Robert Tweed
robert_tweed
Offline Send Email
May 7, 2003
9:42 pm
506
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openLingo group. File : /Christoffer...
openLingo@yahoogroups...
Send Email
May 9, 2003
11:51 am
507
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openLingo group. File : /Christoffer...
openLingo@yahoogroups...
Send Email
May 19, 2003
12:30 pm
508
Hi! Inspired by Halflife 2, I want to gather some people to develop a game. I have many idéas for gameplay but none of my games seems to be finished. So my...
Christoffer Enedahl
Enedahl
Offline Send Email
May 21, 2003
2:30 pm
509
Have you seen "Robot Battle"? http://www.robotbattle.com/ It's not Lingo, but I think it could easily be ported. It would be great fun to see an open source...
Jerry McManus
jerry_mandarin
Offline Send Email
May 22, 2003
5:15 am
510
... From: "Christoffer Enedahl" <christoffer@...> ... I think this is both a good and bad idea. The reason it is a bad idea is that developing a game...
Robert Tweed
robert_tweed
Offline Send Email
May 22, 2003
8:33 pm
511
... Yes thats true. But one if my intensions with this message was to kick some life in this list. ... I'm not going to dismiss this before it started answers...
Christoffer Enedahl
Enedahl
Offline Send Email
May 22, 2003
9:22 pm
512
Well, at least game *engines* (jump&run, etc.) could be open source. This would be easier to develop as team, whereas everyone could make his/her own game out...
Stefan Ladstaetter
stefan_matic
Offline Send Email
May 23, 2003
4:09 pm
513
... From: "Stefan Ladstaetter" <ladstaetter@...> ... Agreed: I would like to see as much as possible open source, and as much as is practical form some...
Robert Tweed
robert_tweed
Offline Send Email
May 24, 2003
7:40 pm
514
Hi list, Lately, I have been looking at formally documenting the code I write for my projects. After dabbling with UML for a while, I find it a bit overkill...
pranavn@...
pranav_negandhi
Offline Send Email
Jun 10, 2003
5:54 am
515
I am including a script that normally works. It basically loads an external swf file into a cast member and the puppets a sprite and inserts the member. Here...
fantastichien2002
fantastichie...
Offline Send Email
Jun 12, 2003
11:01 pm
516
You might have forgotten to mark up a parent script with the tag: -- @type parent and that would have made it a moviescript, thereby overriding the 'new' ...
Christoffer Enedahl
Enedahl
Offline Send Email
Jun 13, 2003
5:55 am
517
Hiyas, I've been writing a shortish article about Model-View-Controller Design pattern in lingo... in particular, focusing on techniques for decoupling the...
Luke
lukewigl
Offline Send Email
Jun 16, 2003
7:30 am
518
Hi Luke, This is a very interesting quiestion. Since I moved from Java to Director/Lingo at christmas I have probably tried most things! I wrote some Table...
Ben St Johnston
benstjohnston
Offline Send Email
Jun 16, 2003
9:15 am
519
It sounds like you're on the right track. My understanding of MVC is that the responsibility for displaying state changes in the model is encapsulated in the...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 16, 2003
9:33 am
520
Hi Ben, I like your your design ideas, but it sounds like you are still working out the how's and why's of Director, so I thought I would jump in and offer my ...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 16, 2003
12:03 pm
521
Thanks Jerry, You are right in thinking that I am still working out the hows and whys of Director. I think sometimes I am guilty of avoiding puppeting sprites ...
Ben St Johnston
benstjohnston
Offline Send Email
Jun 16, 2003
3:08 pm
522
Hi Ben, You are right, MVC is not always the best solution to every problem, and I wasn't really trying to suggest that, but the focus of the discussion is...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 16, 2003
7:35 pm
523
We tend to use MVC in a lot of our projects. Our Model objects all have an "Observable" parent script somewhere in its ancestor chain. The Observable object...
Stephen Guerin
stephengueri...
Offline Send Email
Jun 16, 2003
8:02 pm
524
Hi Jerry, I broadly agree with everything you say, but before you go quiet... just answer 1 (plus supplementary) question: When should you abandon the stage,...
Ben St Johnston
benstjohnston
Offline Send Email
Jun 16, 2003
9:00 pm
525
<delurk> Hey everyone, ... I'd say when you start to work on anything that is not a mockup, a quick prototype. IMHO anything needs to be built upon does wisely...
lucas_gba@...
algemeenid
Offline Send Email
Jun 16, 2003
9:39 pm
526
Hi - and thanks for the feedback. I guess the fundamental issue I am interested in is the practical techniques for decoupling the view (and controller, if they...
Luke
lukewigl
Offline Send Email
Jun 17, 2003
3:12 am
527
Hi Luke, ... popup ... model. ... Makes sense, a popup should know how to pop-up on it's own and there's no reason this couldn't be handled by a sprite...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 17, 2003
6:29 am
528
Since about six months now, I've been using the following model in the apps I develop. ... Controls ... Interfaces ... Components ... 1. The controls layer is...
pranavn@...
pranav_negandhi
Offline Send Email
Jun 17, 2003
6:59 am
529
I think I'm beginning to see a 'pattern' here ; ) What people are describing sounds like what is known as the PAC pattern (Presentation, Abstraction,...
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 17, 2003
8:46 am
530
There's been an idea germinating in my mind since a while to create a GUI library for Director using pure Lingo. I had tried a few sprite based prototypes a...
pranavn@...
pranav_negandhi
Offline Send Email
Jun 17, 2003
10:16 am
531
Excellent idea. Are you familiar with the Java Swing framework? It's a large collection of UI control classes that can be imported at runtime as a library....
Jerry McManus
jerry_mandarin
Offline Send Email
Jun 17, 2003
6:00 pm
532
My Swing book says that Swing is not pure MVC but "makes use of a simplified variant of the MVC design called the model-delegate. This view conbines the view...
Ben St Johnston
benstjohnston
Offline Send Email
Jun 17, 2003
6:26 pm
533
Hi all, First post, but the topic is great... I have a meager understanding of the coding behind Flash Components, but I believe they used Swing components as...
Mathew Ray
mrayinteractive
Offline Send Email
Jun 17, 2003
10:11 pm
Messages 504 - 533 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