snapshot

2000-09-26 Thread toksoz
I'm working on a project where we will be capturing a live video snapshot, using it as a sprite and working on it , through Director show. Is it possible with a camera with USB port. Or , we must use a Video Capture card. If yes, which one we should buy. I check-out the xtras from Penworks. But

embed activeX for netmeeting (expert advice needed)

2000-09-26 Thread tony flow
Hi, Is it possible to embed Netmeeting 3 in Director, especially in shockwave to go on the net (smus) ? Thank you. [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 PROT

Re: Free of Global Variables

2000-09-26 Thread Luke Wigley
on 27/9/00 12:02 PM, Raru at [EMAIL PROTECTED] wrote: > Hi List, > I have some question about Global Variables, hope some one shade me a > light. > I used global variable in Movie A and now I jump to Movie B, so I want to > free of the declared global used in Movie A.(not from Message Window) > I

externalEvent(" goBack")

2000-09-26 Thread ashanet
hi! this is my first question. I hope it stays that way. story: I designed a presentation, in D7 ( internet studio) then to put it on the web I saved each Dir. files into shockwave now, some links (" play x frame of y movie"} wouldn't work on the web and since I used fla

Re: soundDevice & soundLevel anomolies

2000-09-26 Thread Bryan Thompson
At 09:05 PM 9/26/00 , you wrote: >Do you have the DirectSound Xtra in your Xtras folder, or included in >the movie's Xtras list? > >As for controlling WAV level in amongst all those sliders, you may >need a special Xtra, possibly BuddyAPI, in order to just set the WAV >slider position. Er, duh

Re: font color of a specific char

2000-09-26 Thread Luke Wigley
on 27/9/00 12:35 PM, kim maboy at [EMAIL PROTECTED] wrote: > Hi I am not sure if this is possible, but I would like > to specify the color of a specific character in a > field. So far I have tried this with no success. This > is what I tried: > > set the color of char 15 of field "fieldname" = >

Re: soundDevice & soundLevel anomolies

2000-09-26 Thread Colin Holgate
>What's up? I'm not a newbie, and I have researched these functions >extensively. They just don't do what they're supposed to! Do you have the DirectSound Xtra in your Xtras folder, or included in the movie's Xtras list? As for controlling WAV level in amongst all those sliders, you may need

soundDevice & soundLevel anomolies

2000-09-26 Thread Bryan Thompson
Greetings all, Need help getting soundDevice & soundLevel to work in a projector. D8, win98 2E, DX7, QT3, SB Live sound card, developing cross platform. Here's a snippet: on prepareMovie -- set the preferred sound device if the soundDeviceList contains "DirectSound" then the soundDevic

RE: Free of Global Variables

2000-09-26 Thread John Aquilina
Reply to: RE: Free of Global Variables Raru wrote: >Hi List, > I have some question about Global Variables, hope some one shade me a >light. >I used global variable in Movie A and now I jump to Movie B, so I want to >free of the declared global used in Movie A.(not from Message Win

font color of a specific char

2000-09-26 Thread kim maboy
Hi I am not sure if this is possible, but I would like to specify the color of a specific character in a field. So far I have tried this with no success. This is what I tried: set the color of char 15 of field "fieldname" = color.(#rgb, 255, 0, 0) This should make the 15th character of a text f

Free of Global Variables

2000-09-26 Thread Raru
Hi List, I have some question about Global Variables, hope some one shade me a light. I used global variable in Movie A and now I jump to Movie B, so I want to free of the declared global used in Movie A.(not from Message Window) Is there any way? Help me. [To remove yourself from this list,

Re: list funkiness

2000-09-26 Thread Rick
Not so hot in Newcastle, England yesterday. The list seemed to give duplicate/several copies of certain messages. No major problem though and it seems fine now. Cheers, Rick [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post me

Re: SV: case question

2000-09-26 Thread Jakob Hede Madsen
Kerry wrote: >>All the other solutions posted so far do not do what the orignal will. > >You're right, Ike. I was making an assumption, based on his >indentation, that he wanted an either-or solution. > >Your solution, like the original post, will assign a varying number >of sprites. If, for ex

Re: Getting OT: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread guran
Sorry if I confused you or anyone else here by saying that "me" is not to be used with handlers not containing events like mouseDown or such. I thought I knew enough Lingo to not bother to learn anymore. (not counting any interesting new commands in each upgrade) Being an autodidact Lingo programm

Re: Re: Request for free copy

2000-09-26 Thread Kerry Thompson
Noel, You can purchase a copy of Director online at http://www.macromedia.com/software/director/buy. You have your choice of languages, and you can purchase the CD version and manuals there. They will ship to France if you buy online. Cordially, Kerry Thompson Learning Network [To remove y

RE: 1-Bit mask on-the-fly or better solution -FYI

2000-09-26 Thread Azinger, Richard
Hello List, Thanks to those who posted answers to this question. I just wanted to tell all of you the solution that I came up with. I hope it will help someone else in the future. Earlier I tried to use the png format and it worked in authoring mode but not in shockwave. The reason being that it

Re: Re: Request for free copy

2000-09-26 Thread Kerry Thompson
>Uh, Kerry, it looked to me like the person was under the impression that >this list is a Macromedia Company email address, not a guy trying to get a >scammed copy of software. Could be--that's one of the reasons I was (relatively) polite--more than I was to you that one time :-) I didn't in

Re: Re: Request for free copy

2000-09-26 Thread roy crisman
>>Do you please have a possibility to send me >>a update CD rom compatible with my system ? > >Here we go again. > >[snip - We can't give you a copy, that's illegal. - snip] > >Cordially, >Kerry Thompson Uh, Kerry, it looked to me like the person was under the impression that this list is a Ma

Re: SV: case question

2000-09-26 Thread Kerry Thompson
>All the other solutions posted so far do not do what the orignal will. You're right, Ike. I was making an assumption, based on his indentation, that he wanted an either-or solution. Your solution, like the original post, will assign a varying number of sprites. If, for example, gAntbild = 3,

Re: SV: case question

2000-09-26 Thread Ike Eisenhauer
All the other solutions posted so far do not do what the orignal will. None of them go through ALL of the right cases. The correct way to do this is: on rumpan Repeat with i = 0 to 5 if gAntbild>i then sprite(60+i).member=member getAt(gValda, i+1) of castlib "internal"

RE: pressing two arrow keys

2000-09-26 Thread Robert Wingate
> If you use the numeric keypad keys you are assuming that the > person has a numeric keypad You're right -- I guess this would be a drag on a laptop box. /* * Rob Wingate, Software Human* * http://www.vingage.com * * mailto:[EMAIL PROTECTED] * ***

RE: pressing two arrow keys

2000-09-26 Thread Colin Holgate
>However, rather than checking for two keys simultaneously, you might >consider using different keys. The 7,9,1, and 3 keys on the keypad might be >more intuitive for the motion you're wanting. Arrow keys are nice to use, even in combination for diagonal. If you use the numeric keypad keys you

RE: pressing two arrow keys

2000-09-26 Thread Robert Wingate
> im trying to make a sprite move in a upleft,upright,downleft,downright > position. or at least when the user presses the UP and right key the > castmember pertaining to the upright position appears. Firstly, you're passing the keyPressed() function two parameters, but it takes only one. You'd

Re: Request for free copy

2000-09-26 Thread Kerry Thompson
>Do you please have a possibility to send me >a update CD rom compatible with my system ? Here we go again. Noel, you appear to be new to the industry, and in need of certain critical information. Director is a commercial product that you buy, or license, from Macromedia. If you need an upgr

Re: list funkiness

2000-09-26 Thread Carl D. Earnhart II
Seems fine here in Carbondale, Illinois too. -- Carl D. Earnhart II Software Engineer DxR Development Group (618) 453-5877 [EMAIL PROTECTED] AOLIM: cdacota "But because of his great love for us, God, who is rich in mercy, made us alive with Christ even when we were dead in transgressions - it

Re: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread James Newton
Paul Steven <[EMAIL PROTECTED]> wrote: >Here is the exact handler I have > >-- >on Change_Sprite_To_Appropriate_Note_Member me Hi Paul, The message you are getting is likely to be due to "me" being void in the handler that uses it. I i

Re: list funkiness

2000-09-26 Thread Kerry Thompson
>Has anyone besides me been seeing erratic behavior from the list today? Seems to be working ok here in San Francisco. Cordially, Kerry Thompson Learning Network [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

pressing two arrow keys

2000-09-26 Thread JUAN COLON
im trying to make a sprite move in a upleft,upright,downleft,downright. position. or at least when the user presses the UP and right key the castmember pertaining to the upright position appears. I tried this but no luck! else if KeyPressed(126,123) then move(me,0,0)--upleft else if Keypressed

RE: Vector shape fill color

2000-09-26 Thread Kerry Thompson
>1) drag the #shape to the score >2) single-click on the sprite >3) click a new color on the foreColor chip on the tool palette -- this >changes the castMember's color too >4) blow the sprite back out of the score > >Is this what you mean? The subject line says vector shape, but your >questi

list funkiness

2000-09-26 Thread Robert Wingate
Has anyone besides me been seeing erratic behavior from the list today? I'm getting some duplicates, some that came yesterday, etc. I posted awhile ago but haven't seen it hit the list yet -- wondering if it's just me. TIA /* * Rob Wingate, Software Human* *

Re: SV: case question

2000-09-26 Thread Kerry Thompson
> >OOPS!! that'll stop at the first case every time it's > 0. It should be: > > on rumpan >case true of > (gAntbild=1) : sprite(60).member=member getAt(gValda, 1) of castlib > "internal" > (gAntbild=2) : sprite(61).member=member getAt(gValda, 2) of castlib > "internal" > (gA

Live video capture

2000-09-26 Thread Shah, Swati
I'm working on a project where we will be capturing a live video clip and play it back, through Director show. I want to find out, what will be the best way to do this. What kind of Video Capture card we should buy. We check-out couple of xtras from Penworks. Thanks, Swati Swati Shah EDS - E.s

Re: DVD-ROM Capacity

2000-09-26 Thread Kerry Thompson
>Does anyone know that what is the actual capacity of a DVD-ROM? Oops--scratch my earlier reply. I should read more carefully--I gave the capacity for CD-ROM, not DVD-ROM. Sorry if I led you astray. Cordially, Kerry Thompson Learning Network [To remove yourself from this list, or to change

Re: DVD-ROM Capacity

2000-09-26 Thread Kerry Thompson
>Does anyone know that what is the actual capacity of a DVD-ROM? That's not as straightforward as it may seem. Ok, it's 650 megabytes, or 680 million bytes (easy conversion--20 megabytes = 21 million bytes). However, a CD-ROM stores its data in 32K clusters. If you have a 10-byte file, it wi

RE: Vector shape fill color

2000-09-26 Thread Robert Wingate
> there seems to be no way of changing the color > of a shape cast member. There is: 1) drag the #shape to the score 2) single-click on the sprite 3) click a new color on the foreColor chip on the tool palette -- this changes the castMember's color too 4) blow the sprite back out of the score

Print in Director..

2000-09-26 Thread Frédérick Dompierre
Hi everone ! Simple question: How can i print .pdf document from Director ? What is the script et the Xtras ? Thank'S _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about your

Re:

2000-09-26 Thread Rick
Hey, Rip van winkle, do you want groats for your Director 4 copy 'cose none of us have any! Tu est incredible, n'est pas!!bon chance mon ami. (Scuse the crap schoolboy french folks) Rick GUYONNARD wrote: > Director : 4.02 F. I Would like a update for my software ( by download or > CD rom

Re: Vector shape fill color

2000-09-26 Thread Kerry Thompson
>you can edit with the shape palette, command 7. Thanks, Bhakti. The shape cast member is still resisting all efforts to edit it--double-click, command-7, ctrl-7 all fail to open a window where I can edit the shape cast member. The best I can do is bring up the property inspector and change s

No Subject

2000-09-26 Thread GUYONNARD
tion. Best regards. Noel. [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 PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks

RE: CPUhogticks for windows?

2000-09-26 Thread Jon Rowe
Oh OK, I was going the wrong way...set my idleHandlerPeriod to 0 which is generating rather a lot of idle events... I'm doing a every time a request is sent to MSagent to speak, might just get this thang to work! thanks Roy Jon Rowe -Original Message- From: Roy Pardi [mailto:[EMAIL PRO

Re: DVD-ROM Capacity

2000-09-26 Thread Mahmood Akhtar
Hi Holgate! Thank you very much for providing information about DVD-ROM, it is enough for me. Thanks once again and if I succeeded in knowing final capacity, if will inform you. Mahmood. Colin Holgate wrote: > >Does anyone know that what is the actual capacity of a DVD-ROM? > > I know the cap

Re: Audio stopping early

2000-09-26 Thread John R. Sweeney Jr.
>Hey, > >Have a simple script > >if soundBusy (1) then >go to the frame >else >go next >end if > >That's it! Problem is playback keeps leaving before audio is finished, >cutting off end of audio (short narration audio files). >Using D7 on PC. Have set the soundDevice = "DirectSound" in startMovie

Whats the difference? (More, tested, and correct)

2000-09-26 Thread roy crisman
At 02:47 PM 9/26/00 +0200, you wrote: >Now, there you have it: > >"on myOwnHandler me" > >is not the way to use the me parameter. "me" can only be used >together with for example "mouseDown", "mouseEnter" etc. uhnot in any attached behavior I've ever used. A behavior attached to a sprite wi

RE: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Paul Steven
Carl West wrote "Getting back to the original question: If you are dropping the behaviours on the sprites on the stage by hand or assigning them in the score, they'll know their own spriteNum. But if you're assigning them on the fly with Lingo they won't, you'll n

Re: Re: Lingo-L Digest V1 #1643

2000-09-26 Thread Owen Kelly
Hi Eva, >I want the sprite in channel 20 to have a behavior in frame 1 but not in >frame 2. >and I want to remove it from the memory (in frame 2) or atleast make it >inactive. Well, unless you actually need to remove it from memory (and then the question is: why?) you can just make it inactive

Re: SV: case question

2000-09-26 Thread Jakob Hede Madsen
>Hey there.. > >This should be an easy one >How do you "case" the following script > >- >on rumpan >if gAntbild>0 then > sprite(60).member=member getAt(gValda, 1) of castlib "internal" > if gAntbild>1 then > sprite(61).member=member getAt(gValda, 2) of castli

Audio stopping early

2000-09-26 Thread mike cash
Hey, Have a simple script if soundBusy (1) then go to the frame else go next end if That's it! Problem is playback keeps leaving before audio is finished, cutting off end of audio (short narration audio files). Using D7 on PC. Have set the soundDevice = "DirectSound" in startMovie script. ???

Re: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Carl West
(I tried to send this a few minutes ago, and something I posted subsequently has shown up, so I'm trying again -cw) Paul Steven wrote: > Even though it works fine now replacing me.spriteNum with the > currentSpriteNum, I am still curious as to why it doesn't work with > me.spriteNum! Getting b

RE: Re: Lingo-L Digest V1 #1643

2000-09-26 Thread Robert Wingate
> Hi Owen. > I want the sprite in channel 20 to have a behavior in frame 1 > but not in frame 2. and I want to remove it from the memory > (in frame 2) or atleast make it inactive. I'm not Owen, but why not split the sprite (Modify->Split Sprite)? Drop the behavior only on the section you want

RE: Storing user details from a cdrom based quiz

2000-09-26 Thread Robert Wingate
> Specify a pathname for the file that inlcudes a new or > (existing) folder name e.g. c:\userdata\PaulStevenBeer.txt > and it will be created accordingly. This is unfortunately not correct. There are several tools you can use to create new directories, but FileIO is not one of them. Try FileX

RE: Flash and Director

2000-09-26 Thread Robert Wingate
> Can lingo be used to set variables inside a Flash movie like > Javascript can? setVariable( sprite X , variableName , newValue ) getVariable( sprite X , variableName ) For more info, search for TechNote #13986. HTH, Rob /* * Rob Wingate, Software Human*

Re: Lingo-L Digest V1 #1643

2000-09-26 Thread Eva Fadeel
Hi Owen. I want the sprite in channel 20 to have a behavior in frame 1 but not in frame 2. and I want to remove it from the memory (in frame 2) or atleast make it inactive. Do you think you can help me? > > /Eva -- Eva Fadeel Multimedia Desig

Re: CPUhogticks for windows?

2000-09-26 Thread Roy Pardi
At 2:49 PM +0100 9/26/2000, Jon Rowe wrote: >Hi all, > >What I need is an equivalent for CPUhogTicks on Windows... Briefly >here's the setup, I,m running Win98 on a PII with 64Mb of RAM. The brief >is to produce a talking head using text-to-speech. Best results so far >have been with DirectXtra's

Re: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Carl West
Paul Steven wrote: > > Paul, check if you didn't forget the "me" on your sprite's handler, that > could be your answer. > > Nope - I didn't forget the me > > Here is the exact handler I have > > -- > on Change_Sprite_To_Appropriate_No

Flash and Director

2000-09-26 Thread Bradshaw, Brian
Hi everyone. Got another question for the list here: Can lingo be used to set variables inside a Flash movie like Javascript can? I've been looking, and I don't see a way to do it. I'm hoping I'm just missing something, or someone has a method I just haven't thought of. Any assistance is greatly

Re: SV: case question

2000-09-26 Thread Carl West
Carl West wrote: > > Magnus Ewald wrote: > > > > Hey there.. > > > > This should be an easy one > > How do you "case" the following script > > > > - > > on rumpan > > if gAntbild>0 then > > sprite(60).member=member getAt(gValda, 1) of castlib "internal" > > if gAn

RE: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Karina Steffens
> Guran said > > "on myOwnHandler me" > > "is not the way to use the me parameter. "me" can only be used > together with for example "mouseDown", "mouseEnter" etc. > > Thanks Guran > > Wow! I have been using me like this for years - I am sure all > my lingo books > use this convention! > >

CPUhogticks for windows?

2000-09-26 Thread Jon Rowe
Hi all, What I need is an equivalent for CPUhogTicks on Windows... Briefly here's the setup, I,m running Win98 on a PII with 64Mb of RAM. The brief is to produce a talking head using text-to-speech. Best results so far have been with DirectXtra's agentXtra and Microsoft Agent software. but it's s

RE: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Robert Wingate
Guran wrote: > "on myOwnHandler me" > is not the way to use the me parameter. "me" can only be used > together with for example "mouseDown", "mouseEnter" etc. This isn't true at all. "on myOwnHandler me" is exactly the way to use 'me', so long as this handler is placed within either a sprite or

Re: SV: case question

2000-09-26 Thread Carl West
Magnus Ewald wrote: > > Hey there.. > > This should be an easy one > How do you "case" the following script > > - > on rumpan > if gAntbild>0 then > sprite(60).member=member getAt(gValda, 1) of castlib "internal" > if gAntbild>1 then > sprite(61).member=me

RE: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Karina Steffens
> Nope - I didn't forget the me > > Here is the exact handler I have > > -- > on Change_Sprite_To_Appropriate_Note_Member me > > case pInstrument_Icon_Number of > > 1: sprite(me.spriteNum).member="Instrument1_Note" > > 2: sprite

Re: Remove behavior

2000-09-26 Thread Jonas Brink Worsøe
- Original Message - From: Eva Fadeel <[EMAIL PROTECTED]> Subject: Remove behavior >I have tried to use the "scriptInstantList" but i can´t get it to work. >can you give me an example? >For example if I have a behavior (x) that is attached to sprite 20 and >when the marker gets to 2 I w

RE: Remove behavior

2000-09-26 Thread Robert Wingate
> >I have tried to use the "scriptInstantList" but i can´t get > it to work. can you give me an example? Haven't much been paying attention to this, but try this: sprite(spriteToClearBehaviorFrom).scriptInstanceList = [] HTH, Rob /* * Rob Wingate, Software Huma

RE: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread roy crisman
At 02:14 PM 9/26/00 +0100, you wrote: >Guran said > >"on myOwnHandler me" > >"is not the way to use the me parameter. "me" can only be used >together with for example "mouseDown", "mouseEnter" etc. > >Thanks Guran > >Wow! I have been using me like this for years - I am sure all my lingo books >use

Re: Changing the width and height of a field or text member on the fly

2000-09-26 Thread Carlos Eduardo Bizzotto
Thanks to Kerry Thompson and FumioNonaka, both suggestions have worked. - Click here for Free Video!! http://www.gohip.com/freevideo/ - Original Message - From: "Kerry Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, S

Re: Storing user details from a cdrom based quiz

2000-09-26 Thread David Kimmer
FileIO will do the job perfectly and as an added bonus you can create a separate folder containing a text file wherever you feel is appropriate. Specify a pathname for the file that inlcudes a new or (existing) folder name e.g. c:\userdata\PaulStevenBeer.txt and it will be created accordingly. As

RE: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Paul Steven
Guran said "on myOwnHandler me" "is not the way to use the me parameter. "me" can only be used together with for example "mouseDown", "mouseEnter" etc. Thanks Guran Wow! I have been using me like this for years - I am sure all my lingo books use this convention! For example in "Advanced Lingo

Re: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Owen Kelly
At 14:48 26.9.2000 +0200, guran wrote: >Now, there you have it: > >"on myOwnHandler me" > >is not the way to use the me parameter. "me" can only be used >together with for example "mouseDown", "mouseEnter" etc. Sorry, but this is COMPLETELY untrue, and if you think that the use of me is so limit

SV: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread guran
Now, there you have it: "on myOwnHandler me" is not the way to use the me parameter. "me" can only be used together with for example "mouseDown", "mouseEnter" etc. And a coding tip for you my friend: --- on Change_Sprite_To_Appropri

Re: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread guran
Now, there you have it: "on myOwnHandler me" is not the way to use the me parameter. "me" can only be used together with for example "mouseDown", "mouseEnter" etc. And a coding tip for you my friend: --- on Change_Sprite_To_Appropri

Re: Remove behavior

2000-09-26 Thread Owen Kelly
At 14:16 26.9.2000 +0200, you wrote: > >Try and remove the behavior from the "scriptInstanceList" of the sprite. > >Off the top of my head that should do the trick for you. It's easiest if > >you added it dynamically, but I assume you didn't as you probably > >wouldn't ask this if you were. >I

Re: DVD-ROM Capacity

2000-09-26 Thread Colin Holgate
>Does anyone know that what is the actual capacity of a DVD-ROM? I know the capacities of DVD, but there's something I'm not sure about to do with DVD-ROM, and that is whether a ROM can bridge a two layer disc or not. Anyway, the rough capacities are: one sided one layer 4.5 GB one sided two l

Remove behavior

2000-09-26 Thread Eva Fadeel
[EMAIL PROTECTED] skriver: > >Date: Mon, 25 Sep 2000 16:24:18 +0200 >From: =?iso-8859-1?Q?Jonas_Brink_Wors=F8e?= <[EMAIL PROTECTED]> >Subject: Re: Remove behavior (WAS: No Subject) > >Try and remove the behavior from the "scriptInstanceList" of the sprite. >Off the top of my head that should do

Storing user details from a cdrom based quiz

2000-09-26 Thread Paul Steven
Hi there I am making a safety cdrom - that includes a quiz section. This will be run from a cdrom. Now I would like to let the user store their progress between sessions so that if they complete half the quiz - they can return at a later date, enter a login name and password, and carry on where t

Re: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Bjarne Nyquist
> Here is the exact handler I have > > -- > on Change_Sprite_To_Appropriate_Note_Member me > > case pInstrument_Icon_Number of > > 1: sprite(me.spriteNum).member="Instrument1_Note" > Im not absolutely sure but shouldn´t that be:

RE: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Paul Steven
Paul, check if you didn't forget the "me" on your sprite's handler, that could be your answer. Nope - I didn't forget the me Here is the exact handler I have -- on Change_Sprite_To_Appropriate_Note_Member me case pInstrument_Icon_Nu

control the visiblity of symbol in Flash movie from Director

2000-09-26 Thread Damian Lopez
Flash button script === On (Release) Set Property ("l1", Visibility) = "1" End On can anyone help to control the Flash movie symbol visibility on/off with in Director... thanks in advance dl _ Get Yo

RE: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Karina Steffens
> > sprite(me.spriteNum).member="Instrument2_Note" > > I get a script error > > You're trying to set a sprite's member to a string, instead > of a member. Do > this instead: > > sprite(me.spriteNum).member = member("Instrument2_Note") That's odd Rob - I always use Sprite(me.spriteNum).member

RE: Vector shape fill color

2000-09-26 Thread Karina Steffens
> Ahh I see > > that would be > sprite(somelineSpriteNumber).foreColor = someIndexNumber > > ie > > sprite(2).foreColor = 33 > > > be forewarned you cannot change the color of the member, at > least I can't > seem to find a way, but you can adjust the linecolor of the > sprite that > contains a li

RE: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread Paul Steven
My guess is that you are using Cast Member Scripts and not Behaviors. Cast Member Scripts do not receive a "me" parameter, so if you use... No - I am using all behaviours - I never use Cast member scripts - I was warned against using them when I first learnt director. Weird! Paul [To remove

DVD-ROM Capacity

2000-09-26 Thread Mahmood Akhtar
Hi Lingo Fellows! Does anyone know that what is the actual capacity of a DVD-ROM? Thanks. Mahmood. [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 PRO

RE: check my simple code.

2000-09-26 Thread Karina Steffens
> It's really help me a lot. Thanks. But I did a little > amendment here: > > --the 12:00 AM should be 00:00 in international time > > hour=integer(systime.item[1]) > tt=the last word of systime > if (tt contains "A") or (tt contains "a") then > if hour = 12 then > hour = 0

Re: creating and adding to filmloop

2000-09-26 Thread James Newton
Paul Shrubsole <[EMAIL PROTECTED]> wrote: > How (if possible) do I add members to a filmloop in lingo? Hi Paul, You should find an article on how to do this at: >>http://www.director-online.com/accessArticle.cfm?id=154 The article was written for Director 5, but it should still be valid. I

SV: case question

2000-09-26 Thread Magnus Ewald
Hey there.. This should be an easy one How do you "case" the following script - on rumpan if gAntbild>0 then sprite(60).member=member getAt(gValda, 1) of castlib "internal" if gAntbild>1 then sprite(61).member=member getAt(gValda, 2) of castlib "internal"

Re: Whats the difference? the currentSpriteNum and me.spriteNum

2000-09-26 Thread James Newton
Paul Steven <[EMAIL PROTECTED]> > If I use the following lingo > sprite(me.spriteNum).member="Instrument2_Note" > I get a script error > > Property not found > #spriteNum > However if I use > sprite(the currentSpriteNum).member="Instrument2_Note" >...it works Hi Paul, My guess is that y