Re: lingo-l OT: director and microcontroller

2004-06-28 Thread Rodrigo Peres
Let's say that for now there's nothing defined. Just the need to control the devices from director.. on 6/28/04 11:08 AM, Mathew Ray at [EMAIL PROTECTED] wrote: Do you have any technical requirements, budget, etc? or do you have carte-blanche? :0) ~Mathew Rodrigo Peres wrote: Hi list

Re: lingo-l OT: director and microcontroller

2004-06-28 Thread Rodrigo Peres
: http://www.mathewandamanda.com/blogs/index.php?blog=5title=controlling_stuff _1more=1c=1tb=1pb=1 ~Mathew Rodrigo Peres wrote: Let's say that for now there's nothing defined. Just the need to control the devices from director.. on 6/28/04 11:08 AM, Mathew Ray at [EMAIL PROTECTED] wrote

lingo-l OT: director and microcontroller

2004-06-27 Thread Rodrigo Peres
Hi list, I Have a presentation that will need to sync to lights and FX equipments. Can someone point in good microcontrollers that can be triggered by director? Thank's Rodrigo [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To

lingo-l OT: Shockwave director silent install

2004-06-08 Thread Rodrigo Peres
Hi list, There's a way to install the shockwave director in a transparent way to the user. Without the prompt, warnings etc? Thank's Rodrigo Peres [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email

lingo-l Convert string to list

2004-05-06 Thread Rodrigo Peres
Hi list, I'm retieving from a txt (I don't have control over it) a list with values for example like this: [[1,2],[3,4],[12,1]] There's a way to acces the values as a list in order to retrive using GetAt().. Something like mainList[3].internal[1] and get 12??? Or any other way to get the values

Re: lingo-l Convert string to list

2004-05-06 Thread Rodrigo Peres
that. Then you can do mainList[3][1] = 12 HTH! ... Alex ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Peres Sent: 06 May 2004 16:20 To: Lingo Subject: lingo-l Convert string to list Hi list, I'm retieving from a txt (I don't have

lingo-l Collision detection (was: 3D maze game)

2004-04-13 Thread Rodrigo Peres
Hi list, I believe my brain is fried at the moment :-/ Does anyone can point me in tutorials, docs anything that helps me on my 3D maze game. I'm needing help to create collision. I have a camera (first person) and I like to check where it enters in a room for example and then trigger an

Re: lingo-l 3D maze game

2004-04-12 Thread Rodrigo Peres
, or to change to digest mode, go to http://www.penworks.com/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!] -- Rodrigo

lingo-l 3D maze game

2004-04-11 Thread Rodrigo Peres
Hi list, I'm trying to develop a labyrinth game using this article, http://www.director-3d.com/article.php?story_id=40, regarding 3D maze. But I'm stuck... Does anyone know if it's possible to retrieve my position inside the maze? I want to map some places in maze and put things like weapons,

some kind of bug??? WAS: Re: lingo-l OT: Windows media activex

2004-02-25 Thread Rodrigo Peres
there is a better way, but what I've done before is checking the currentPosition: if myWmpSprite.currentPosition=myWmpSprite.duration then -- movie done end if valentin Rodrigo Peres wrote: Hi list, I'm using the activex windows media control under director mx to play some mpg movies

Re: some kind of bug??? WAS: Re: lingo-l OT: Windows media activex

2004-02-25 Thread Rodrigo Peres
enough to the end. if myWmpSprite.currentPosition = myWmpSprite.duration - 0.25 then -- movie done end if Jeremy Aker On Feb 25, 2004, at 4:44 PM, Rodrigo Peres wrote: Valentin, Thank's for the tip, but look what I've got: Put sprite(3).duration -- 282.989 After play all

lingo-l OT: Windows media activex

2004-02-24 Thread Rodrigo Peres
Hi list, I'm using the activex windows media control under director mx to play some mpg movies. There's a way to check if the video is still playing or already done?? I've tried some methods from the activex window but almost of then return errors. Thank's Rodrigo [To remove yourself from

Re: lingo-l Especial chars (ISO-8859-1)

2004-02-10 Thread Rodrigo Peres
Thank's for the help Kerry. With a little modifications your script worked perfectly. on 2/9/04 5:09 PM, Kerry Thompson at [EMAIL PROTECTED] wrote: Hi, I'm developing a game (hangman). But in Brazilian Portuguese. How can I make the director recognize chars like á, ã or ê for example. To

lingo-l Especial chars (ISO-8859-1)

2004-02-09 Thread Rodrigo Peres
Hi, I'm developing a game (hangman). But in Brazilian Portuguese. How can I make the director recognize chars like á, ã or ê for example. To minimize the problem I've built a keyboard in the game with the alphabet, so I'd like to click A and compare all the possibilities like A,Ã,ã. When I teste

Re: lingo-l Help needed

2004-02-08 Thread Rodrigo Peres
!] -- Rodrigo Peres www.rodrigoperes.com.br escritório/office: +55(11) 3781.7017 celular/mobile: +55(11) 9108.6169 -- [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com

Re: lingo-l Filename in shockwave

2004-01-21 Thread Rodrigo Peres
to http://www.penworks.com/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!] -- Rodrigo Peres www.rodrigoperes.com.br

lingo-l Filename in shockwave

2004-01-19 Thread Rodrigo Peres
Hi list, I'm trying to link some images in my shockwave movie. I'm using preloadnetthing and the member(..).filename and the url. Everything goes fine when it runs from director, but when I save to shockwave no image appears. ps: thank's for the other answers regarding my xml problem. In fact

Re: lingo-l Filename in shockwave

2004-01-19 Thread Rodrigo Peres
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rodrigo Peres Sent: Monday, January 19, 2004 6:06 PM To: Lingo Subject: lingo-l Filename in shockwave Hi list, I'm trying to link some images in my shockwave movie. I'm using preloadnetthing and the member(..).filename and the url

lingo-l GetNetText bug (more strange)

2004-01-16 Thread Rodrigo Peres
Hi list, In addition of my last post regarding GetNetText, I've tried a very simple script just to see what's happened. On startMovie global gNetID gNetID = getNetText(http://www.rodrigoperes.com.br/desen/games/php/memoria_xml.php?a tividade_id=12) End In another frame global gNetID

Re: lingo-l GetNetText bug (more strange)

2004-01-16 Thread Rodrigo Peres
PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] -- Rodrigo Peres www.rodrigoperes.com.br escritório/office: +55(11) 3781.7017 celular/mobile: +55(11) 9108.6169

lingo-l GetNetText bug?

2004-01-15 Thread Rodrigo Peres
Hi list, I'm using getNetText to return a xml from a php script. When I try to use the script director open debuger and tells that my var (gListaXML) is empty when I try (gListaXML[1].memoria.cartas[3].carta2[2]). But If I use the same script, line by line in message window everything works fine.

lingo-l Oops

2003-11-17 Thread Rodrigo Peres
-- Rodrigo Peres www.rodrigoperes.com.br escritório/office: +55(11) 3781.7017 celular/mobile: +55(11) 9108.6169 -- [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages

lingo-l Oops

2003-11-12 Thread Rodrigo Peres
Hi list, Does anyone com point me in a direction, docs, tutorial anything that can help to build interactions like this. With interactions I mean the ability to control your avatar and don't cross walls, chairs etc. www.habbohotel.com Thank's Rodrigo [To remove yourself from this list, or

lingo-l Multiuser Xtra received bytes

2003-08-14 Thread Rodrigo Peres
and ask for response, but the server sometimes is overloaded and take a few seconds to respond. Thank's Rodrigo -- Rodrigo Peres www.rodrigoperes.com.br escritório/office: +55(11) 3781.7017 celular/mobile: +55(11) 9108.6169

lingo-l Multiuser Xtra received bytes

2003-08-14 Thread Rodrigo Peres
and ask for response, but the server sometimes is overloaded and take a few seconds to respond. Thank's Rodrigo -- Rodrigo Peres www.rodrigoperes.com.br escritório/office: +55(11) 3781.7017 celular/mobile: +55(11) 9108.6169

lingo-l Filename, path and other

2003-07-26 Thread Rodrigo Peres
rename the root folder (where the two other folders are) or change from mac to pc, the link to the images stops working -- Rodrigo Peres www.rodrigoperes.com.br escritório/office: +55(11) 3781.7017 celular/mobile: +55(11) 9108.6169

lingo-l Filename, path and other

2003-07-26 Thread Rodrigo Peres
Oops, sorry I've clicked the wrong button in the other email :-/ Hi list, I think this is a dummy question but It's frying my brain. I have a folder with many dxr files. In another folder outside of this one I have some images that I'm linking dinamically to those .dxr files. How I need to make

Re: lingo-l remove castLib -thanx-

2003-06-18 Thread Rodrigo Peres
, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] -- Rodrigo Peres www.rodrigoperes.com.br escritório/office: +55(11) 3781.7017 celular/mobile: +55(11) 9108.6169

lingo-l Multiuser Xtra and databases

2003-06-17 Thread Rodrigo Peres
Hi, Is it possible to use multiuser xtra to connect to databases like mysql, oracle etc. I need to connect and retrieve some data. If possible I'd like to run away from third part xtras, but... ps: DirectorMX doesn't use multiuser anymore?? Thank's in advance Rodrigo [To remove yourself from

Re: lingo-l Multiuser Xtra and databases

2003-06-17 Thread Rodrigo Peres
remember, and 2. all the perl executables and lib that come in the distro i have are 13MB - good enough to include on a cd) if writing in those languages is a problem, then that's a different matter. chiming in for no particular good, evan Rodrigo Peres wrote: First, thank's

lingo-l OFF Topic: xtranet xtra

2003-06-17 Thread Rodrigo Peres
Does anyone know where I can download the xtranet xtra?? Every link related to it that I found in web is dead. Thank's in advance Rodrigo [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL

Re: lingo-l Multiuser Xtra and databases

2003-06-17 Thread Rodrigo Peres
On Tuesday, June 17, 2003, at 12:01 PM, Rodrigo Peres wrote: Is it possible to use multiuser xtra to connect to databases like mysql, oracle etc. I need to connect and retrieve some data. If possible I'd like to run away from third part xtras, but... You'll probably want to use a PHP/ASP

lingo-l Again copy files in network

2003-06-15 Thread Rodrigo Peres
Hi, I need to copy files from one machine (server) to many others. Is it possible to do this in this way: - Read the file with FileIO xtra - Send the data to the client machine with Multiuser - Grab the data in client and write back to a file ??? Thank's in advance Rodrigo [To remove

lingo-l GetPixel() to compare colors

2003-06-05 Thread Rodrigo Peres
Hi list, I'm using getPixel to compare 2 images and return the differences between them. After I run a list of points and check if some points are diferent from the bgcolor (white). The problem: The image is scanned so there's a lot of dust confusing the getPixel(). There's a way to compare if

Re: lingo-l Copy files from local network

2003-06-02 Thread Rodrigo Peres
Yeah! I've tried, but I couldn't figure out how to locate the file in the other machine. Is it possible? on 6/1/03 3:52 PM, Howdy-Tzi at [EMAIL PROTECTED] wrote: On Sunday, Jun 1, 2003, at 00:20 America/Chicago, Rodrigo Peres wrote: Hi list, I need to copy some files from one machine

lingo-l Copy files from local network

2003-05-27 Thread Rodrigo Peres
Hi list, I need to copy some files from one machine to other one via a local network(tcp/ip). Does anyone have an idea?? Thank's in advance Rodrigo [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email

lingo-l more effective constraint

2003-03-26 Thread Rodrigo Peres
Hi list, I have a shape (square) and a bitmap(circle). I want to drag freely the circle inside the square but without let it pass over the borders of the square. How can I do This. I tried constraint, a mix of left and right pos but everytime I drag The circle it passes a little out of the

lingo-l loc to mouse position

2003-03-22 Thread Rodrigo Peres
I'm trying to create a color pallete that looks like the color pallete of Photoshop. The idea is, when the mouse is over the color square, a little circle follows the mouse position without enter the border of the square. Can someone send me an idea? I've couldn't made the sprite follows the mouse

lingo-l search folders and subfolders

2003-03-21 Thread Rodrigo Peres
Hi list, I need to develop an application that will dig the hard drive, folders and subfolders, and search for font files. I'm using DirectOS xtra to know if it's a folder or a file. But things is not going right. My script is very slow and left folders behind. There's anyone with a good idea in

Re: lingo-l search folders and subfolders

2003-03-21 Thread Rodrigo Peres
Hi, first of all thank's for the help. I've tried your script, but I don't understando what I'm doing wrong, because it's not made recursive. I put the folder path as My HD. It returns the files but don't take care of the other folders. Rodrigo on 3/21/03 9:00 AM, Fraser Campbell at [EMAIL

lingo-l was comparing 2 images

2003-03-10 Thread Rodrigo Peres
Hi, I think my previous post need a little o Vulcan's Logic :-) I don't need to compare two images but confirm if the checkbox is filled or not. For example, someone fill a test and then I scan the page and check throw the checkboxes for it answers and returns that was filled, so I can compute

Re: lingo-l was comparing 2 images

2003-03-10 Thread Rodrigo Peres
Buzz, but this will return only a geral difference, and I need to know one by one in the checkboxes. on 3/10/03 1:37 PM, Buzz Kettles at [EMAIL PROTECTED] wrote: At 11:25 AM -0300 3/10/03, you wrote: Hi, I think my previous post need a little o Vulcan's Logic :-) I don't need to

Re: lingo-l was comparing 2 images

2003-03-10 Thread Rodrigo Peres
: On Monday, Mar 10, 2003, at 11:31 America/Chicago, Rodrigo Peres wrote: Buzz, but this will return only a geral difference, and I need to know one by one in the checkboxes. Well, then, it's time to start experimenting, isn't it? This doesn't strike me as being a particularly efficient way

lingo-l comparing 2 images

2003-03-09 Thread Rodrigo Peres
Hi list, There's a way to compare two images and retieve the diferences from it other? For example I have a test where someone check the answers with X. Then I scan that sheet and compare it with a blank version of the test in order to check where the user filled the questions or not. Thank's

lingo-l smart card reader

2003-02-20 Thread Rodrigo Peres
Hi list, Things is never easy as we think :-/ Some weeks ago I asked about barcode readers and credit card readers (thank's everybody for the answers), but now someone here goes nutt and want an integration between Director and Smart Card readers. I've found a set of protocols and functions to

Re: lingo-l Web Services

2003-02-13 Thread Rodrigo Peres
I think it's only a matter to understand XML. Web services is based on it. Since Director can parse XML, a lot of work could make it possible. http://www.directorxml.com/ Rodrigo on 2/13/03 4:21 AM, pjg at [EMAIL PROTECTED] wrote: Hi all, I haven't been actively involved in the lingo

Re: lingo-l Re: multiple undo

2003-02-11 Thread Rodrigo Peres
ok. Multiple undo will be the paradise. but nested movie clips...urghhh!!! I hate it in my opinion is the best way to mess up the things. Imagine a huge CDROM project with hunderds of movie clips and it one of it with your own lingo script. :-/ on 2/10/03 6:54 PM, Kyle Smeby at [EMAIL PROTECTED]

lingo-l barcode reader and other devices

2003-02-06 Thread Rodrigo Peres
Does anyone knows if it's possible interact director with devices like barcode reader and credit card machines? How it can be done? there's anybody else around with crazy ideas like this? :-) thk's Rodrigo -- [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l barcode reader and other devices

2003-02-06 Thread Rodrigo Peres
Thank's everybody for the answers. Colin, if not too dificult for you, i'd like if you can send me the docs you have regarding credit cards. Rodrigo on 2/6/03 2:08 PM, Colin Holgate at [EMAIL PROTECTED] wrote: Does anyone knows if it's possible interact director with devices like barcode

lingo-l OOPS

2003-02-03 Thread Rodrigo Peres
Hi, Who has already saw the game The sims?? I need to develop something like that but more simpler. What I need is to develop a room with some furniture and my character that will walk in this room and don't cross throw walls neither tables etc. It will turn around or take another way. Does

lingo-l remote update

2003-01-31 Thread Rodrigo Peres
Hi list, I'm working in a project of a Kiosk that was developed by other company. They used DirectCommunication Xtra and FileIO to connect the Kiosk with another machine to get the updates (text) and display it. There's another way to implement this kind of remote update? Multiuser maybe? The

Re: lingo-l remote update

2003-01-31 Thread Rodrigo Peres
Florian, the connection will be made by modem, some of the kiosks are in other city. on 1/31/03 10:59 AM, Florian Bogeschdorfer at [EMAIL PROTECTED] wrote: Am 31.01.2003 13:24 Uhr schrieb Rodrigo Peres unter [EMAIL PROTECTED]: So the updated via Serial Port connected to another PC? How

Re: lingo-l 2 cdrom project

2003-01-22 Thread Rodrigo Peres
recently I had almost the same problem in a project that ended in 6 cd's :-/ To solve my problem I've made an application that runs from the hd and have an index of all images and it's cd. when the user clicks I look in the index and if not the right cd ask the other one. Rodrigo on 1/22/03

lingo-l again with other subject: characters and interaction inenviroments

2003-01-15 Thread Rodrigo Peres
Hi, I'd like to develop some characters and it's interactions with the enviroment. I have a robot an a room full of furniture. What I want is when my sprite moves around it's detects the furniture and turns around or avoid to walk into a wall. Where I begin to learn this? I'd appreciate if

lingo-l develop enviroments interaction

2003-01-12 Thread Rodrigo Peres
Sorry by strange the subject but I couldn't find a way to express the idea. What I need is a place to start (documents, tutoriais, code examples, anything) in how I develop enviroments and interaction with it. For example I have a robot that walks in a room and if it encounters a desk it turn

lingo-l develop enviroments interaction

2003-01-10 Thread Rodrigo Peres
Sorry by strange the subject but I couldn't find a way to express the idea. What I need is a place to start (documents, tutoriais, code examples, anything) in how I develop enviroments and interaction with it. For example I have a robot that walks in a room and if it encounters a desk it turn

lingo-l shaped stage

2002-11-19 Thread Rodrigo Peres
Hi list, Is it possible to have a diferent shape in the stage in a Macintosh. I've look in web and many other places but couldn't find anything other than information regarding PC. tks' Rodrigo [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l shaped stage

2002-11-19 Thread Rodrigo Peres
uhh!! If it's not ask too much, can someone tell me how to do it, so? I've tried the 1 bit mask trick, but doesn't work for me. tks' Rodrigo on 11/19/02 1:04 PM, Andreas Gaunitz P11 at [EMAIL PROTECTED] wrote: Works. You can even animate it. -A. Are you referring to a masked MIAW? As

lingo-l handlers and boolean return

2002-09-02 Thread Rodrigo Peres
Hi list, I think that my subject is a little confusing uh??? Is it possible in lingo to make handlers return a value and atribute this to a variable?? for example: on test if 2 + 2 = 4 then return false else return true end if end x = test() if x = true then . Thank's in advance [To

Re: lingo-l **SOLVED** problems to attach castlib in windows

2002-08-19 Thread Rodrigo Peres
Hi list, after many tries I found solution. After link the cast I set the searchPaths to the drive letter. Problem solved :-/ [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED]

lingo-l cursor and Windows

2002-08-14 Thread Rodrigo Peres
Hi list, I have made a set of cursor to use in my project all of them in 16 x 16 pixels 1 bit (win pallete). Guess what?? Mac works fine bu windows doesn't show nothing..only the default arrow. What is wrong? to call the cursor I'm using property spriteNum on MouseEnter me

Re: lingo-l find next and previous values in list***

2002-08-09 Thread Rodrigo Peres
Hi, I'm sorry but i didn't explain rigth. The problem is that I have all the castmembers filled but only a few of them has this parameter. So the user could be in an member that don't have your number in list and this is the problem. example the user is seeing the image from member 20, but this

lingo-l credits like text field

2002-08-09 Thread Rodrigo Peres
Hi list, Does anyone have an idea where I begin to make an field scroll like the final credits in the movies?? I've tried to use scroolbyline and scrolltop, but in both I couldn't set up the speed neither the end point in order to begin again (loop forever). Thks Rodrigo [To remove yourself

Re: lingo-l **still have** problems to attach castlib in windows

2002-08-04 Thread Rodrigo Peres
...depends on how much time you want to spend feeding us clues... roymeo At 12:37 PM 7/31/2002 -0300, you wrote: Hi Howdy... I did what you sugest but the problem still there, only in windows. on 7/29/02 12:56 PM, Howdy-Tzi at [EMAIL PROTECTED] wrote: At 09:04 -0300 07/29/2002, Rodrigo Peres

Re: lingo-l **still have** problems to attach castlib in windows

2002-08-03 Thread Rodrigo Peres
-0300 07/29/2002, Rodrigo Peres wrote: Does anyone knows what could be wrong?? If the cd is the right one them AttachCastLib(baixacast, drive baixacast) AttachCastLib(altacast, drive altacast) You need to include the file extension as well -- particularly on Windows. Without

Re: lingo-l **still have** problems to attach castlib in windows

2002-08-02 Thread Rodrigo Peres
clues... roymeo At 12:37 PM 7/31/2002 -0300, you wrote: Hi Howdy... I did what you sugest but the problem still there, only in windows. on 7/29/02 12:56 PM, Howdy-Tzi at [EMAIL PROTECTED] wrote: At 09:04 -0300 07/29/2002, Rodrigo Peres wrote: Does anyone knows what could be wrong

lingo-l problems to attach castlib in windows

2002-07-29 Thread Rodrigo Peres
Hi list, I'm using the CastControl xtra to link external castlibs from cd on the fly. In Mac everything works great, but in windows it links the cast but when I try to change the member to one of the linked cast the project begins to ask for replacement files. Does anyone knows what could be

Re: lingo-l list and castlibs

2002-07-23 Thread Rodrigo Peres
/22/02 8:12 PM, Irv Kalb at [EMAIL PROTECTED] wrote: At 5:55 PM -0500 7/22/02, Howdy-Tzi wrote: At 19:34 -0300 07/22/2002, Rodrigo Peres wrote: gCovers = the number of members of castlib low cover repeat with x = 1 to (gCovers - 1.0) -- subtract one because don't have castmember 0 Who

lingo-l list and castlibs

2002-07-22 Thread Rodrigo Peres
, sometimes the list is full of 0.0. gCovers = the number of members of castlib low cover repeat with x = 1 to (gCovers - 1.0) -- subtract one because don't have castmember 0 gPontosTimeline.add(gEscale * x) end repeat Does anyone have an idea?? Rodrigo Peres -- [To remove yourself

lingo-l PrintOmatic problem

2002-07-21 Thread Rodrigo Peres
hi list, I'm trying to print my stage in 2 pieces the left side and the right side. My stage has 800x526 so to print the left side I've used rect(0,0,400,526), but when I try to print the right side using rect(400,0,800,526) I got a blank page or a page like a broken TV. Does anyone knows how

lingo-l navigate in external cast

2002-07-19 Thread Rodrigo Peres
, after loading I change the member of this image to the first image of the attached caslib. Now I need to go back and forward in the images on that castlib. To change I've used sprite(53).member = member(1,lowcast) but now, how I can go + 1 and -1 in the other images?? Thank's in advance Rodrigo

Re: lingo-l constraint to area

2002-07-02 Thread Rodrigo Peres
PROTECTED] wrote: At 20:49 -0300 07/01/2002, Rodrigo Peres wrote: How can i constrain one sprite to a determinated area. I have a big image moveable and i want to drag it inside a smaller image in a way that the big image only goes when it reachs the boundaries of the smaller image..something

lingo-l multiple cd project

2002-07-01 Thread Rodrigo Peres
Hi list, regarding my problem with a multiple cd project, here is my problem. The piece is a cdrom from a magazine. The part that is installed in the user hd will have the magazine's cover, when clicked will open the pages to the user to browser with next,previous buttons. Something like if he

lingo-l constraint to area

2002-07-01 Thread Rodrigo Peres
Hi list, How can i constrain one sprite to a determinated area. I have a big image moveable and i want to drag it inside a smaller image in a way that the big image only goes when it reachs the boundaries of the smaller image..something like goes untill bottom reaches bottom of the smaller one,

lingo-l multiple cd project

2002-06-29 Thread Rodrigo Peres
Hi list, regarding my problem with a multiple cd project, here is my problem. The piece is a cdrom from a magazine. The part that is installed in the user hd will have the magazine's cover, when clicked will open the pages to the user to browser with next,previous buttons. Something like if he is

Re: lingo-l external cast and cursor

2002-06-24 Thread Rodrigo Peres
yeap, I use sprite(spritenum).cursor = [1,2] Since I have many movies that will use the same cursor I thought that i could made an external cast to store it, but.. on 6/23/02 10:14 PM, Buzz Kettles at [EMAIL PROTECTED] wrote: does it work if they are in the internal cast? -Buzz At 8:24

Re: lingo-l update text field in real time

2002-06-24 Thread Rodrigo Peres
Buzz, I've read it, but couldn't understood!! I've tried to change to ...while the mousedown =true but it has the same effect. on 6/23/02 10:12 PM, Buzz Kettles at [EMAIL PROTECTED] wrote: look up 'the stillDown' in the Lingo dictionary example: on mouseDown me put the ticks into

Re: lingo-l multi cd (6 cd's) application

2002-06-24 Thread Rodrigo Peres
well, since i have no other way the 6 cd what's the best approach?? I have an interface in hd with thumbnails, the user click on it, and will be asked for the cd, so they can navigate in the full size images. My doubt is, what's the best the same interface in the others cd's with the larger

lingo-l update text field in real time

2002-06-23 Thread Rodrigo Peres
Hi list, I'm using this script to make an slider and put it's values into a text field. The script is attached to a mousedown event. The problem is that the text field only updates itself with the values when I release the mouse button. How can I make it happens in real time??? while i move the

lingo-l update text field in real time

2002-06-23 Thread Rodrigo Peres
Hi list, I'm using this script to make an slider and put it's values into a text field. The script is attached to a mousedown event. The problem is that the text field only updates itself with the values when I release the mouse button. How can I make it happens in real time??? while i move the

lingo-l external cast and cursor

2002-06-23 Thread Rodrigo Peres
Hi, Is it possible to use a bitmap located in an external cast as cursor? For example my external cast name library have 2 bitmaps, (1 and 2, respectively cursor and it's mask), that I want to use as cursor, but I couldn't do it! or it load the first one and the cursor becomes transparent or it

lingo-l progress bar

2002-06-14 Thread Rodrigo Peres
Hi list, Is it possible to develop a progress bar in lingo? I want that my users have the ability to import files in the project (ok, it's fine) but, there's a way to check the time, or percentage or anything and make a progress bar? Thank's Rodrigo [To remove yourself from this list, or to

lingo-l avoid 180 sprites got worst

2002-05-31 Thread Rodrigo Peres
Hi list, First of all thank's very much for the help in this tread. My problem got worst since the designers here changed the layout. Now the 180 division became so close that I don'tknow how to check the positions. Maybe is it possible to work in a relation of the position on the bar and

lingo-l change between hi-res and low-res images

2002-05-19 Thread Rodrigo Peres
. Is it possible to do it??Someone has ideas in how to implement this or steps? Thank's in advance Rodrigo Peres [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL

lingo-l dialup with director

2002-05-06 Thread Rodrigo Peres
Hi list, Is it possible to develop an application with director that makes dialup connections to an ISP?? I've been looking the DirectConnection xtra, but if I stabilish a connection with it, can i navigate in internet with a web browser or this connection is restricted to projector enviroment??

lingo-l best database xtra

2002-04-24 Thread Rodrigo Peres
and dynamic languages for web, but never had done anything so big in director. If someone can help with ideas in the best xtra, or storing procedure I'll apreciate. Thank's in advance Rodrigo Peres -- [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com

lingo-l best database xtra

2002-04-23 Thread Rodrigo Peres
and dynamic languages for web, but never had done anything so big in director. If someone can help with ideas in the best xtra, or storing procedure I'll apreciate. Thank's in advance Rodrigo Peres -- [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com

lingo-l charts

2002-02-08 Thread Rodrigo Peres
Hi, First of all, thank's Colin for the tip about the pie chart. I still need some help in tips, with the best way to create simple charts (vertical and horizontal bars). My idea is to read the xml (color, values and names) and dinamically generate the bars, but how?? does anyone have an idea in

Re: lingo-l Graphs, charts and director

2002-02-05 Thread Rodrigo Peres
Hi, First of all, thank's Colin for the tip about the pie chart. I still need some help in tips, with the best way to create simple charts (vertical and horizontal bars). My idea is to read the xml (color, values and names) and dinamically generate the bars, but how?? does anyone have an idea in

lingo-l Graphs, charts and director

2002-02-02 Thread Rodrigo Peres
Hi list, I have an external xml with data, that need to be used to create pie charts, bar graphs etc. How can I do this in director? Does anyone have an advice where to begin? I think the most dificult will be create the charts itself, but any help Will be greate. Thank's in advance Rodrigo

lingo-l mousedown repeat

2002-01-16 Thread Rodrigo Peres
List, I have a project, something like an slide show. When the user clicks the mouse and hold down I want that it steps throw the images one by another and wait a second between them. How can I do this. I've tried repeat while the stilldown , but it jumps directly to the last image! this is my