Re: RE: Way OFF: Look MA: I'm on TV

2001-08-24 Thread Kurt Griffin
>> I Rock, back-and-forth when I am concentrating heavily. >> Strange habit I picked up as a kid :) > >> so does Bill Gates... are you two related? > > Hu - I suspect this is a good thing? > Strange nervous tick suffering programmers: UNITE!!! > > [wow, that aught to provoke a ton of respo

Re: the "do" command

2001-08-24 Thread Kurt Griffin
> I parse an xml file and for every child i generate a > sprite at runtime. Each child in my xml file has > further subchildren with data about the child. I need > to store this data about the child in a list which > corresponds to the number of the sprite such as list 1 > list2 and so on. > F

Re: Way OFF: Look MA: I'm on TV

2001-08-24 Thread Kurt Griffin
> Multimedia Producers Rock! Ah, so that's what they do. I've been wondering for years now. ;) -Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PR

RE: OT: Giving away your lingo

2001-08-22 Thread Kurt Griffin
> NEVER GIVE AWAY YOUR SOURCE CODE THAT SMALL MEDIA DEPARTMENT TODAY WILL > BECOME A BIG ONE TOMMORROW AND REUSE YOUR LINGO TEMPLATE AS BASIS FOR OTHER > PROJECTS. YOU MIGHT BE ABLE TO SELL THE CODE TO THEM, BUT REMEMBER THEY WILL > STILL IT. I HAVE SEEN IT HAPPEN BEFORE AHEM! LOL. Get over yours

Re: RE: OOP and ancestor access

2001-08-21 Thread Kurt Griffin
Jakob made a lot of good points, and boiled it all down to: > Suddenly it seems so cloudy again... can you wipe away the clouds? This is where I usually end up whenever I try to adhere religiously to pure OOP standards in Director. I just get the feeling that the hybrid procedural/oop environme

Re: RE: mouseLoc or?

2001-08-20 Thread Kurt Griffin
> You can use BuddyAPI to restrict the movement of the cursor... > > RestrictCursor > > Description:baRestrictCursor restricts the cursor to a specified part of > the screen. > > Usage:baRestrictCursor( Left, Top, Right, Bottom ) That raises an interesting question, though - how d

Re: I SEARCHED THE archives...

2001-08-14 Thread Kurt Griffin
> Does anyone happen to know if, after using imaging lingo to create a new > bitmap, I can save it to an external file/cast? Yes. For a cast, in addition to what Buzz said, you need to leave the external cast unprotected and make sure the cst file is not read-only (the movies can be protected).

Re: Re: editable text fields

2001-08-08 Thread Kurt Griffin
> characters that can be entered, and i think it's a little weird just to > check for correct when they have the right number of letters, as opposed > to a submit button. I'd have to agree with Bhakti on that one. What if the user types "who" when the correct answer is "whom"? Nothing happens w

Re: how to change video source while playing?

2001-08-01 Thread Kurt Griffin
> Can someone telle me how I can change the source of an videocastmember while > the video is playing? > I have a video playing in sprite a, and with a skip-button I'd like the the > sprite to stop, load another file into the memeber and start playing again. > > I now use this: > > property pCur

Re: Tab's New Book (was: South Africa or something)

2001-07-27 Thread Kurt Griffin
> whatever you do, please don't loose that approach. Gee, and Karina was so postive about the book... :) Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email

Re: RE: Best way to post graphic to web?

2001-07-27 Thread Kurt Griffin
>> I've got postNetText() working to put text in a net >> directory, but how do I >> send a graphic to the web? I'm not talking about emailing it, >> I just want to >> use Director to send a graphic from my desktop to a folder on >> my web site. > > there is no native way to do this. you need an

Re: Re: mac stub dir 8.5

2001-07-25 Thread Kurt Griffin
> Don't get too hot under the collar, Kerry. You do have good logic, but > this whole issue was a little new to me, since MACR used to have stubs > available on their site, and MACR people used to post that it was OK on > Direct-L. MACR's policy has changed, it makes sense, but don't take it too

Re: Re: baXCopy progress

2001-07-25 Thread Kurt Griffin
> worse comes to worse, you can always display text asking the user to > wait, and remove it when the copying is over. > it can even be a film loop or animated gif so that there's some motion, > even if it's just a simple repetitive animation... > but whatever you do, riki, don't lose that number.

Re: RE: referring to the hard drive on a Mac

2001-07-23 Thread Kurt Griffin
>> whether or not the app is installed on the same hard drive is >> irrelevant. the getOSDireectory() returns the path to the system >> folder which is on the primary hard drive on the user's system. by >> parsing that you will get the name, or letter if on an Inter system, >> of that hard drive.

Re: Re: cropping images based on a common background

2001-07-23 Thread Kurt Griffin
>> I want to crop my images based on a common background, I mean I >> have a series of images with a common background, on which only a >> few things change, for eg. only the text changes, I want to know >> whether is there an xtra or a s/w which will crop my images based on >> the changes alone i

Re: Re: Message window

2001-07-19 Thread Kurt Griffin
> use an .ini file > > named the same as your projector. plus the dot inny of course. > > comment out the following line; > > MessageWindow=1 > > that should do it. > you can set the rect if you want, but you don't have to. > > - -bhakti I find that [Lingo] DisplayFullLingoErrorText=1 is

Re: Re: Finding If a _huge_ float is divisible by anumber

2001-07-19 Thread Kurt Griffin
So, if you don't want the rounded number, subtract .5 from the float before the mod function. > I am afraid that I do not think so. > > myFloat = 7.5 > put ilk(myFloat) > - -- #float > if not (myFloat mod 2) then put "even" > - -- "even" > > The mod function seems to round a float number before

[OT] Protect a cast on the fly

2001-07-19 Thread Kurt Griffin
Hi, Does anybody know of a way to protect a cast on the fly? I'm working on a system of web-based shockwave builders. The user inputs content in a shockwave, the data is transferred to server-side data base, and then sent to an "engine" shockwave, which stores it in an external cast. Now, before

Re: loading + Re: Fwd: Cruelty Untold--Are we reallyhuman!!

2001-07-16 Thread Kurt Griffin
> Come on... That's obviously a hoax... do you really think that if that was > true, the guys wouldn't be in big troubles already?! PETA's been trying to shut the site down for a long time (funny how these "liberal" activists are so ready to toss the first amendment in the trash), they even broug

Re: handler/button/getPropertyDescriptionList

2001-07-12 Thread Kurt Griffin
> Hello List, > I hope someone may advise me here. > I've tried to make a button behavior which includes in the > getPropertyDescriptionList: > > pList[#pHandler] = [? > #comment: "calls this handler", ? > #format: #string, ? > #default: "myAlert"] > > > and then: > > on mouseUp > put value(pH

Re: RE: ...a little question...

2001-07-06 Thread Kurt Griffin
Buddy's baOpenFile() opens a file in the appropriate app (it finds the app for you). All you need is a path and a file type. One function, therefore, free. -Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to t

Re: RE: Re: password masking

2001-07-04 Thread Kurt Griffin
>> At least Al didn't try to sell you an xtra that masks keystrokes > (just >> keeping you honest, Al... I'm still waiting to hear how masterApp > does >> something buddy can't) :) > > 1 - and I am an honest person, always - every day. True enough. Bad use of a common phrase on my part. That was

Re: Dir8.5 3D Background

2001-07-04 Thread Kurt Griffin
> Hi All, > I use Dir8.5 create alot of object and do some programme on it already. > However, I wold like to add an 2D backgroung at the back, except create a > box at behind and map a texture on it, is there any simple way to add a 2D > background to the 3D environment? I haven't delved into th

Re: Re: password masking

2001-07-03 Thread Kurt Griffin
> yep .. got it .. DOH ! > I hate it when that happens - oh well such is life > >> isn't there a behaviour for this in the behavior library? >> >> Al Hospers wrote: >>> would anyone know of a script or have a script that masks a password Field ? I have a User Detail screen that p

Re: Spreadsheet like forms in Director

2001-07-03 Thread Kurt Griffin
> Hi List, > Does anyone know of a way to create spreadsheets (like Access) in Director? > The only way I have found so far is with the use of an Xtra such as > TableMaker. If anyone knows another way to do so, please let me know. Well, you can emulate a lot of things in Director. It only depend

Re: Re: UNSUBSCRIBE>

2001-07-03 Thread Kurt Griffin
>> UNSUBSCRIBE > > Just trying to keep an even keel here--I've been sending these guys polite > off-list messages with polite instructions on how to politely GET THEIR > *#@^&*# ACT TOGETHER. > > There. Now I feel better. Kerry is such a mellow guy, not to mention sensitive to those for whom en

Re: Re: Let me try again (was emulate END key)

2001-07-03 Thread Kurt Griffin
Selection is a text member property, not a field's. perhaps set the selstart and selend to the last char + 1 (just a guess)... or maybe put a return after the last char, and then do the above (again, a guess) > i thought selStart and selEnd were replaced by the selection in d8.x > maybe try

Re: Re: Re: avi file has no sound in director

2001-07-03 Thread Kurt Griffin
> I have a question? > We used MacroMix when we were authoring in Director 7.0 > - example-set the soundDevice = "MacroMix" > > So do we still need it in Director 8? > or should I movie to > - ---example- > if the soundDeviceList.getPos("directSound") = 0 then > the soundDevice = "Mac

Re: Re: avi file has no sound in director

2001-07-02 Thread Kurt Griffin
> Some systems are incapable of using direct sound. It is machine dependent. > > try this: > > on startMovie > set the soundDevice = "MacroMix" > end on startMovie > > You might want to read more in the Director 8 manuals about the innate > "Macromix" function. Software drive channels as oppose

Re: Re: find and compare

2001-06-28 Thread Kurt Griffin
>> There's a way to create a autocomplete feature, the user begin type and see >> grayed the possible matchs for that word (something like the auto complete >> xtra) and when they stop to type or the word is finished, the translation >> for that word appear in other window?? > The point is that y

Re: Re: Locking someone out

2001-06-28 Thread Kurt Griffin
>> What I was meaning (in some way) was that if you make a .zip, anyone can >> delete it. > > Fred didn't say why he wanted to keep people out of his files, but I > suspect it is for security. Look at his sig--he works for a casino. Those > folk have to be as careful about security as banks. I kn

Re: Help with modifying this code to "Search Again"

2001-06-26 Thread Kurt Griffin
Untested: - property pStartLine on beginSprite me pStartLine = 1 end on new me pStartLine = 1 return me end > on keyUp > searchStr = member("searchFor").text > pMember = member "ZoneMastText" repeat with i = pStartLine to member("ZoneMastText").line.count > set lineNum

Re: Re: hilite line on text member

2001-06-26 Thread Kurt Griffin
> Roberto Molari wrote: > >> is there a beahvior that hilite the mouseline of a text member? > > would changing: > member(myTextMember).line[myParagraph].foreColor > do the trick? > > failing that, you could use selStart and selEnd to > highlight the relevant line... Actually, with text member

Re: SOS...question of sound 'wav'

2001-06-23 Thread Kurt Griffin
> i have a problem to read the sound 'wav' well. > the sound is changing and is'not continuous. > i don't know exactly why... > i wonder that all of sound piste is busy. > when the flash animation is playing, 3 or 2 sound pistes are begining in > minium. > > if anybody knows something, help me!!

Re: its very urgent

2001-06-23 Thread Kurt Griffin
> i have a problem in one project. which i had created in director 7. The > project has external movies also so when i protect the files and cut the > cd after that in cd it gives "director player error" and some places it > gives "out of memory". > > so please give me the proper solution. Well,

Re: RE: Sending a large group params

2001-06-22 Thread Kurt Griffin
> repeat loops lock out everything else. I prefer to avoid them wherever > possible. Except for those times when locking out everything else is preferable. 2 cents -Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post mes

Re: inverse cosine

2001-06-21 Thread Kurt Griffin
> Is there an inverse cosine function in lingo? > I've looked and didn't find it. > > Anyone enough of a mathwiz to tell me how to calculate it if there's no such > function available? Danny Kodicek posted this to the dir-GameL list a while back... > asin(x)=atan(x/sqrt(1-x*x)) > acos(x)=atan(s

Re: Re: Project created in Director 8 not running inWindows NT

2001-06-21 Thread Kurt Griffin
> i have created a project in Director 8 which is not running in > Windows NT. can anyone suggest me. Well, you can't get much more vague than that. What exactly happens when you try to launch your projector? -K [To remove yourself from this list, or to change to digest mode, go to http://

Re: Re: Subscripts and superscripts and Lingo

2001-06-15 Thread Kurt Griffin
on keyDown me member("someText").text = member("someText").text & the key currentChar = member("someText").char.count if the commandDown then member("someText").char[currentChar].size = member("someText").char[currentChar].size - 2 if the shiftDown then member("someText").char[

Re: Re: Imaging Lingo

2001-06-10 Thread Kurt Griffin
Take a look at the paintbox behaviors in the library palette as well, if you need some working examples. -Kurt > Thanks Kerry, will do! > Vic >>> Can anyone make any suggestions how I can create a paint fill option for > an >>> easy to use kids program. What I need to be able to do is flood an

Re: XTRA QUESTION

2001-06-07 Thread Kurt Griffin
> Can anyone recommend a printing xtra that is supported by Director 8+. > > I am picking up a job midstream, the former programmer had been trying to > use Print-O-Matic but apparently had a conflict with Director 8. Yeah? Was the former programmer competent? What's the conflict, and have you f

Re: Re: Imaging Lingo Weirdness

2001-06-06 Thread Kurt Griffin
>> What is the centerregpoint setting for the bitmap? > > The sprite member's centerregpoint is 0. > > This sounds on point--what should it be? You might still have to set the regpoint again. (Assuming that the duplicate image is a screen artifact - I don't know what that might be). FWIW, I ten

Re: Re: director 8.5 serial >:-E

2001-06-06 Thread Kurt Griffin
> i think it's more like handing out the keys to the BMW car that you > already bought... Actually, it's more like handing the keys out the keys to the BMW car that you already bought to someone that you know is a fugitive. If you know full well that your action is leading to a crime (and if you

Re: Problem with lists

2001-06-06 Thread Kurt Griffin
> global graw, gbiglist, gblist > > on assemble > gbiglist = [] > gblist = [:] > repeat with i = 1 to the number of lines in filed("netTextResult") > graw = member("netTextResult").line[i] > graw = value(graw) > if not(field("netTextResult").line[i] = empty) then > gblist.setaProp(#shape,member(g

Re: RE: Password entry fields

2001-06-04 Thread Kurt Griffin
> As I said in my original message, this was not my idea - I just > thought it was very clever. I certainly can write my own behavior > (in fact I did one on a project a few years back). I just wanted to > save an hour or two. So again, if the person who posted this > approach earlier is listen

Re: storing file and foldernames

2001-06-01 Thread Kurt Griffin
> can someone clue on how to efficiently save the contents (files & folders) > of a folder to a castmember or file. > In such a way that I can "browse" the folder and its contents "offline" > (without physically reading the folder). I've written several "drive-browsers" using buddy API. You'd hav

Re: target casts for member.duplicate() and member.move()

2001-06-01 Thread Kurt Griffin
> Is there a way to control in which cast these commands create the new member? > > I'm trying to store user's work in a "storage" cast by creating a new cast > member for every chunk of user's work (a paragraph of formatted text). When > the user wants to save the work to disk, I let him save th

Re: Sending a image to the server

2001-05-29 Thread Kurt Griffin
> I need send a bitmap or a crop of stage to a server using Post method. Any > suggestion? > > I´m trying to use vector shapes images to send vertexList and another > properties to the server, but if I can use bitmaps will be very easy. > > In vector shape my problem is draw (I need create a com

Re: RE: Win2000 and Win98 file path question

2001-05-29 Thread Kurt Griffin
> First off, you have this: > > set sourcefile=app_Path & "\" & "Qbase.txt" > > and if you put the applicationPath in the message window you will see it > already has the trailing path separator. I'm surprised it works on 2000 > either. > > Also, it probably doesn't matter but since you're usin

Re: Paint Window (was "streaming video")

2001-05-29 Thread Kurt Griffin
> i want to know how would you create a custom paint window > through lingo script, with all the functions of paint window > that is inbuilt in director.. > please if any body can help me... Well, the first thing you can do is make the subject of your post relate to the content of

Re: Re: Appologies to all

2001-05-15 Thread Kurt Griffin
> Blocked before it made it to the list. Be glad you didn't get > it. Multiple 500k files. It didn't get past me. Says Tab, blowing on the tip of his finger and then making a holstering motion with that hand. [To remove yourself from this list, or to change to digest mode, go to http://www.p

Re: RE: Don't Need help with a RAM hog on Windowsanymore

2001-05-15 Thread Kurt Griffin
>> nevermind > > is the issue resolved and is there something we could all make use of in the > resolution? > > Al Hospers Guess you skipped the rest of that thread, huh, Al? :) -Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.c

Re: RE: lowering the volume while the buttonis being presse d down

2001-05-09 Thread Kurt Griffin
> Thanks for the tip, but when I tried this it made the sound seem like it > just turned off right away without any sort of gradual fade. How would I > make the volume sort of lower when I press the button but not just > completely turn off? As Bhakti said, an updatestage is probably the answer.

Re: Re: Multiple cd-roms

2001-05-09 Thread Kurt Griffin
> I am programming a cd-rom where the total size is around 800 mb. How can i > go ahead so that it fits on 2 cd-roms. I have 3 quicktime files each of > 100mb and they need to be fit into the interface. Any clues how to go ahead > and how to read multiple cd-roms. Doing a multiple CD project is n

Re: Re: helping yourself

2001-05-09 Thread Kurt Griffin
>> if I can't find anything THEN, and only THEN, I post a >> question. > > You must have seen my flippant reply to the "fatal error" query this > morning :-) (Tab showed much more patience than I did) > > I'd like to add (join in the chorus if you already know the song): > > - - Please post spe

Re: Cursor Change with Shockwave

2001-05-09 Thread Kurt Griffin
> I'm having trouble with my cursor changes in shockwave. I'm using the same > script on a few different objects but the changes will only work on a couple > of them. I have the sprites in the same sprite channel and I can't > understand why it will work for one but not the other. Is this a common

Re: Re: returning to dir: making a grid with an array

2001-05-09 Thread Kurt Griffin
> I think I'll have to go the "loads of sprites" way, but is there a way of > duplicating the one sprite to form the grid? Whoa, there, don't give up so easily. Imaging lingo is not that difficult to grasp. Check out Colin's suggestions, they're good ones. Frankly, to do it the "lots o' sprites"

Re: Re: Save text file

2001-05-05 Thread Kurt Griffin
> Oh thanks but i don't know that script so if u have then tell me. Type the following in the message window: put interface(xtra "fileIO") That will show you all of fileIO's commands. Here is a basic "save text" script (the "bones" of this came from LIAN a long, long time ago... Thanks, Bruce)

Re: Plug-ins folder in Macintosh systems.

2001-05-04 Thread Kurt Griffin
> I need to know where does the shockwave plug-in folder get created when a > user downloads a copy of the shockwave player from the Net. I know where > does it get created in Windows systems, but no clue abt Mac. systems. In a folder called "Macromedia" in the extensions folder. [To remove you

Re: OT: Director to Web ... flash, shockwave, realMedia... ??

2001-05-02 Thread Kurt Griffin
> I've developed a series of CDs on Public Health using Director 7 ... the > client now wants them to go on their website as well ... what are the > pros and cons of using RealMedia, Shockwave, or Flash? What are the > development implications as well as the lingo implications of doing > this? Sho

Re: exporting a shockwave3d file from director

2001-05-02 Thread Kurt Griffin
> How can I save a shockwave3D file that I created in real time > using lingo?? Wait patiently. I believe there's some xtra development going on for that kind of thing - at least, it's been discussed. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com

Re: Re: SV: which sound xtra should I choose ?

2001-04-27 Thread Kurt Griffin
>> thats lots of interesting info, i cant believe how helpful people can be,... >> your not charging me anything right ;-) > > Not yet. You will be billed in the form of questions that _you_ will answer > at a future time. Um... 42? -Kurt [To remove yourself from this list, or to change to di

Re: Vertical Barchart from a List

2001-04-22 Thread Kurt Griffin
> I need to make a vertical barchart that will automatically change depending > on numbers in a list. It is necesaary that the numbers in this list can be > changed so that the barchart will change because of that. Well, two approaches come to mind. Either drop some rect shape instances on stage

OT: Re: RE: find path

2001-04-18 Thread Kurt Griffin
> Price: $299.00 $299.00? For twice the price of the full version of Buddy, I hope it makes coffee, too. -Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email

Re: Re: Pliz help me.... I'm stuck

2001-04-17 Thread Kurt Griffin
>>> >>> Script: >>> Put member("textmember").word[2].forecolor >>> >>> It return error... It says Property not found !!! Why...?? Anybody can >>> help me... >>> > > > Actually I found it easier to do something like: > > TempRef = member("textmember").word[2].ref > TempRef.color = rgb(0,250,0

OT: Developers in Florence

2001-04-15 Thread Kurt Griffin
This is WAY OT, and 8 months ahead, so apologies to most of the list. I'm planning to travel to Florence over Christmas, and would be interested in contacting any developers there. I know there are more than a few lingo-l members from Italy, and it would be nice to meet a few people who have a co

Re: Re: question for wallpaper

2001-04-15 Thread Kurt Griffin
>> .. how to save the image file directly to be a wallpaper > > Result = baSetWallpaper( FileName , Tile ) Jakob forgot to mention that you need Buddy API for this, but he probably just assumed that you had it - because all Director developers really should have it (notice I said "Director"

Re: Re: New Error On Script for Scaling Graphic

2001-04-15 Thread Kurt Griffin
> David, > > You are getting this specific error message because the keyword > "sprite" only takes one parameter - the spriteNumber. The question > is, what are you trying to say when you keep referencing: > > sprite(1, "pictures") ??? > > sprite(1)refers to whatever cast member is in ch

Re: RE: Neterror text?

2001-04-07 Thread Kurt Griffin
>> Thanks Al; I just thought there'd be a built in thing rather >> than typing out >> all that...but at least you did it FOR me! > > you're welcome. you're right that it would be nice if there was a verbose > setting for the error codes tho. Yeah, thanks for that, Al... the first thing I did whe

Re: RE: Survey of Lowest system developed for...

2001-04-07 Thread Kurt Griffin
> Are any of you doing educational development? Or is all commercial and > private developing? I get the sense from the subject line that you're really asking "Do you have to deal with the antiquated minimal system requirements that are imposed on the educational market by the fact that schools s

Re: stubborn hilite in editable text

2001-04-03 Thread Kurt Griffin
> Thanks for the suggestions, but... the problem persists. > I think someone suggested: member("myText").selection = [0,0] Try this instead: member("myText").selection = [-1,0] 2 cents, Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/

Re: shockwave external data storage/retrieval

2001-04-03 Thread Kurt Griffin
> I'm creating a quick Shockwave calendar using text boxes etc for a Intranet > site. It's the 1st time I've done anything using remote storage of data. > > It's not complicated at all - nor does it need to be secure ( yet :) ). I'm > using a text file at the moment with delimited data written to

Re: Re: print screen

2001-03-15 Thread Kurt Griffin
Well, almost - printomatic will print what you tell it to print. You will also need to grab the screen (I assume you just want the stage, not the desktop). For that, you can use member("someMember").image = (the stage).image, and then use printomatic to print the member. -Kurt > Try PrintoMatic

Re: hilite again

2001-03-12 Thread Kurt Griffin
> Try adding my sample script below: > > on xHiliteLine oMember, nLine > if nLine = 1 then > nFirstChar = 1 > else > nFirstChar = oMember.line[1..(nLine - 1)].length + 2 > end if > nLastChar = nFirstChar + oMember.line[nLine].length > oMember.char[nFirstChar..nLastChar].hilite() > end Heh.. this

Re: hilite again

2001-03-12 Thread Kurt Griffin
>> Hi, >> >> this is my hilite code, but it have that problem i've mentioned. It not >> selecte the entire line (the carriage return too). >> >> on mouseDown >> thisField = sprite(the clickOn).member >> ML = the mouseLine >> if ML <> -1 then >> thisField.line[ML].hilite() >> end if >> end >> >>

Re: Re: Pre-built behaviours

2001-03-11 Thread Kurt Griffin
>> Because the behaviour library is mostly bloated crap? > > Well... I think that's a bit over-generalized. A lot of the behaviors, like > rollover cursor change, rollover member change, and the like, are just > fine. I use them all the time. > > An advanced programmer could undoubtedly write so

Re: Re: Sigh...now it's a weird hyperlink problem

2001-03-09 Thread Kurt Griffin
> - -- "link name: http://www.konstfack.se" I was expecting something far more exciting from that link - it has a very distinctive sound when pronounced by an american. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post mess

Re: Auto arrange borders on text buttons?

2001-03-09 Thread Kurt Griffin
I'm not completely sure that I understand what you are trying to accomplish, but you can create a new button bitmap on the fly. Have a "source" button bitmap that is a button with no text, then duplicate and copy text member images to it to create buttons (It gets slightly more complicated when yo

Re: Archives of Lingo_L ?

2001-03-08 Thread Kurt Griffin
> Hello ! Hi! > Does exist archives of the previous messages of this > list ? > I'm sure the questions I want to ask are already > treated a thousand times !!! I don't want to bore you > all ... Unfortunately, this list is not archived. There is a lot of traffic, and it would require a lot of t

Re: if..then

2001-03-08 Thread Kurt Griffin
Just my 2 centavos here, but almost all "if or" statements can be modified to be more efficient. Have a conditional statement that checks the most likely condition first. If true, then check the next most likely condition. The speed gains may not be huge, but it's a good "mindset" to have. I may

Re: mute sound?

2001-03-08 Thread Kurt Griffin
Please turn off html formatting when posting to the list. > > hello my frends; > how to mute the system sound (pc sound)using lingo There are several ways to kill sounds. puppetsound(soundChannelHere) 0 is one way (for sounds that your Director program initiates). BuddyApi lets you kill the sy

Re: Re: ARGH - text sprite rect weirdness...

2001-03-06 Thread Kurt Griffin
> Hey Mark, thanks. Partially works, -- it fixes the width, but the height is > still huge (the new file is longer)tried resetting the sprite again but > it's still wacky Boxtype? If it's #adjust, manipulating the rect won't do a thing to the height. #scroll or #fixed will allow you to se

Re: OT: Comm+Shift+3

2001-03-05 Thread Kurt Griffin
Print screen button (it's above and to the right of the backspace key). It doesn't work quite the same - it stores the screenshot in RAM rather than as a file, so you have to go through a graphics program to actual save it. > Command+Shift+3 (4), is there an equivalent on the PC? [To remove you

Re: Re: counting Keystrokes

2001-03-04 Thread Kurt Griffin
> I am having trouble having counting Keystrokes. Here is my script. I want > the user to press the key only once otherwise > nothing. The book says that theKey, the keyPressed and the Keycode always > indicate the last key pressed. How do i get > over it. I'm a bit confused as to what the gener

Re: Re: File Dialog?

2001-03-04 Thread Kurt Griffin
>> In case I never mentioned it, I love Gary Smith > > You know, I've heard rumours of such... I was happy to see that Gary is a member of this list. It's nice to know that the author of my favorite xtra is keeping tabs on the development community's problems/wishlists. Someone recently opined

Re: Re: Field Values and Multiple Choice Answers

2001-03-01 Thread Kurt Griffin
> Any help on this would be appreciated. Rethink your entire approach. A list or a set of objects are much more appropriate containers for this kind of data. In order to easily manipulate your data at the end, you need to store it in an efficient and convenient way. -Kurt [To remove yourself

Re: RE: [Lingo-L] Calculating bounces off a slope -How? {01}

2001-02-28 Thread Kurt Griffin
http://www.director-online.com/accessArticle.cfm?id=532 The article is about two particles colliding, but I'm sure you can adapt it. -Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL

Re: Re: Sendallsprites vs sendsprite vs moviescript

2001-02-24 Thread Kurt Griffin
>> If my sprites need >> to communicate with each other usually I will have a sprite manager object > > So this is, what, usually a global variable/list/proplist, ie a common well > that they all draw from? Colin (Kettenacker, that is) has a similar approach to mine, so I'll toss in my 2 pence.

Re: Re: Transition Usage

2001-02-24 Thread Kurt Griffin
> Hi Griffin! Hi! > Any built-in transition of director. Ah, well, I think the other replies were right - you'll have to find work-arounds to transition only one sprite, as transitions affect all changing areas of the stage. I asked "what kind of transitions" because you can use a sprite's ble

Re: More than one instance of a director app

2001-02-23 Thread Kurt Griffin
> What's the best way of only allowing one instance of a director projector to > play? I'm having an issue with more than one windows app being started > > I thought there was a way budapi could sense that another instance of the > projector is running and kill that one? Don't bother with Bu

Re: Transition Usage

2001-02-23 Thread Kurt Griffin
What kind of transition? > Here is an easy question. How a transition can be applied on only one > specific sprite on the stage? Although there are more one or more sprites > are being changed. Other sprites should change but not through transition. [To remove yourself from this list, or to cha

Re: Re: quick question

2001-02-22 Thread Kurt Griffin
Please turn off the html formatting in your posts - it makes your posts really hard to read (thus ignored by folks like me) in the digest. -Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [E

Re: Drag n Drop text editing in field/text member

2001-02-22 Thread Kurt Griffin
> I have searched hi & lo for any reference to editing text using a drag n > drop technique similiar to a standard text editor ie hilite,drag and insert > at mousepoint. > I have an idea of a work around, but I don't want to spend hours reinventing > the wheel. > The text is a series of filepaths

Re: Re: formatting with lingo

2001-02-22 Thread Kurt Griffin
> The problem comes with the fact that field members to not support text > formatting through Lingo, hence you can not set a field to be bold. No - you can set a field or any part of a field to be bold. You just need to use the correct syntax for fields. Fields are not as flexible in their format

Re: Problem reading compiled scripts error.

2001-02-20 Thread Kurt Griffin
> When opening a .dcr movie from the projector I am getting an error (205) > Problem reading compiled scripts. Can someone please tell me what I am doing > wrong in creating the projector (with D8)? I have created the thing from > scratch several times, all with the same result. Probably not the

Re: RE: AnotherIdea

2001-02-20 Thread Kurt Griffin
> Hello Andrew Phelps > Interesting things you have presented. I'm an instructor/Graphic > design-animation at a Community College on Long islandand would be > interested in advancing my students into more complex pieces/assignments. I > have a working ability with Director[CBT/CDROM for colle

Re: Re: Random display of questions

2001-02-13 Thread Kurt Griffin
> as a rule I always use fields for display only and keep any > computations in > variables for speed reasons. And what you need here can be > done easily with > a list I follow the same rule, but not only for speed. Since the context is a quiz, I'll use that as an example. If you can write a q

Re: Lingo-L Digest V1 #1825

2001-02-13 Thread Kurt Griffin
>> So, apparently there's a different version of toast 4 that has the option >> of making a partition in that OS. Yup. Toast "Deluxe". The one they charge for, not the one that comes with a new burner. -Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penw

Re: pesky ICON files when burning hybrid CD. . .

2001-02-10 Thread Kurt Griffin
> While we're off the main subject, what are these files named Icon that I > find in the partition on the Mac that I use for burning hybrid CD-ROMs? > They have to be sought and eliminated one by one from the Mac partition > before the CD-ROM can be burned, or else they end up on the CD-ROM, are >

Re: Sprite transitions

2001-02-08 Thread Kurt Griffin
> The transitions M^2 provides are pretty limited, though. Is there a source > for more sophisticated sprite transitions? I'd especially like something > like the old dissolve--pixellate just doesn't do it for me. > > Or should I roll my own? I've found that incrementally setting a sprite(x).ble

  1   2   >