>> 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
> 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
> 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
> 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
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
> 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
> 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).
> 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
> 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
> 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
>> 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
> 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
> 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.
>> 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.
>> 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
> 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
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
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
> 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
> 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
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
>> 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
> 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
> 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
> 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
>> 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
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
> 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
> 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
>> 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
>> 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
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
> 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
> 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!!
> 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,
> 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
> 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
> 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://
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[
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
> 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
>> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
>> 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
> 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.
> 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
>> 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
> 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
> 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"
> 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)
> 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
> 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
> 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
>> 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
> 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
> 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
>>>
>>> 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
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
>> .. 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"
> 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
>> 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
> 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
> 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/
> 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
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
> 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
>> 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
>>
>>
>> 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
> - -- "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
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
> 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
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
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
> 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
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
> 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
>> 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
> 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
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
>> 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.
> 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
> 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
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
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
> 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
> 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
> 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
> 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
> 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
>> 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
> 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
>
> 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 - 100 of 193 matches
Mail list logo