Re: OT: director and microcontroller

2004-06-28 Thread Rodrigo Peres
n as well: > > <http://www.mathewandamanda.com/blogs/index.php?blog=5&title=controlling_stuff > _1&more=1&c=1&tb=1&pb=1> > > ~Mathew > > Rodrigo Peres wrote: >> Let's say that for now there's nothing defined. Just the need to control the

Re: 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 &g

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 post

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 l

Re: Convert string to list

2004-05-06 Thread Rodrigo Peres
End repeat > > Or something like 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

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 v

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 action.

Re: 3D maze game

2004-04-12 Thread Rodrigo Peres
email > [EMAIL PROTECTED] (Problems, 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 -

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, mone

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

2004-02-25 Thread Rodrigo Peres
rent time is "close 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, >> >> T

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

2004-02-25 Thread Rodrigo Peres
aybe 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, >> >> >&g

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 thi

Re: 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 >> "ê" fo

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","Ã","ã".

Re: Help needed

2004-02-08 Thread Rodrigo Peres
ning 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 -- [To remove yourself from

Re: Filename in shockwave

2004-01-21 Thread Rodrigo Peres
o 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 escritório/office: +5

Re: Filename in shockwave

2004-01-19 Thread Rodrigo Peres
iginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Rodrigo Peres > Sent: Monday, January 19, 2004 6:06 PM > To: Lingo > Subject: Filename in shockwave > > > Hi list, > > > I'm trying to link some images in my shockwave movie.

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 t

Re: GetNetText bug (more strange)

2004-01-16 Thread Rodrigo Peres
es 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 escritório/office: +55(11) 3781.7017 celular/mobi

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

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.

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.

3D labirynth first person

2003-11-27 Thread Rodrigo Peres
Hi list, Can someone point me in examples of 3D labyrinth or maze (I typed right?!), like the old wolfenstein 3d game? I'd like to create a first person walk in a labyrinth and with lingo control the walls position (letf, right ) etc. Thank's in advance Rodrigo [To remove yourself from this l

Oops

2003-11-17 Thread Rodrigo Peres
s Rodrigo ------ 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 m

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

Multiuser Xtra received bytes

2003-08-14 Thread Rodrigo Peres
string 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: +5

Multiuser Xtra received bytes

2003-08-14 Thread Rodrigo Peres
string 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: +5

Multiuser xtra wait full data

2003-07-31 Thread Rodrigo Peres
Hi, I'm using Multiuser xtra to make a text connection to a server and retrieve data. Basically the user use the barcode in my terminal, I grab the data and send it to the server. My problem is that my script is sending only part of the barcode and receiving only a piece of information. How can I

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 t

Filename, path and other

2003-07-26 Thread Rodrigo Peres
verytime I 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)

Re: remove castLib -thanx-

2003-06-18 Thread Rodrigo Peres
ges 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 escritório/office: +

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 PRO

Re: Multiuser Xtra and databases

2003-06-17 Thread Rodrigo Peres
; licenses are pretty loose if i 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 partic

Re: Multiuser Xtra and databases

2003-06-17 Thread Rodrigo Peres
[EMAIL PROTECTED]> > Sent: Tuesday, June 17, 2003 12:12 PM > Subject: Re: Multiuser Xtra and databases > > >> >> On Tuesday, June 17, 2003, at 12:01 PM, Rodrigo Peres wrote: >> >>> Is it possible to use multiuser xtra to connect to databases like &

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 th

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 yourself

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 c

Re: 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, >> >>

Copy files from local network

2003-06-01 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 [E

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 [E

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 square

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

Re: 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 PRO

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 s

Re: was comparing 2 images

2003-03-10 Thread Rodrigo Peres
t [EMAIL PROTECTED] wrote: > 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

Re: 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

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 i

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

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 c

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 c

Re: 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 l

Re: 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] w

Re: 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 >> barco

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 http://www.

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 an

Re: 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 Por

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 goa

Re: 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 10:46

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 someone

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 aroun

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 aroun

Re: 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 MIA

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 http://www.penworks.com/li

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 rem

Re: **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] (Prob

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 sprite(spriteNum).cu

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: 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 i

Re: **still have** problems to attach castlib in windows

2002-08-04 Thread Rodrigo Peres
o be that way. >>>>> >>>>> Sounds like your problem is in the drive variable... >>>>> >>>>> MAYBE the mac is getting it's full day supply of vitamin ":" while (as >>>>> Howdy will remind us) Bill Gate

Re: **still have** problems to attach castlib in windows

2002-08-03 Thread Rodrigo Peres
t the heck you are >>> doing, OR maybe post a little more code so we don't have to guess...depends >>> on how much time you want to spend feeding us clues... >>> >>> roymeo >>> >>> At 12:37 PM 7/31/2002 -0300, you wrote: >>>

Re: **still have** problems to attach castlib in windows

2002-08-02 Thread Rodrigo Peres
e post a little more code so we don't have to guess...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 wi

Re: **still have** problems to attach castlib in windows

2002-07-31 Thread Rodrigo Peres
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?? > >> If the cd

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 wro

Re: list and castlibs

2002-07-23 Thread Rodrigo Peres
igo on 7/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

list and castlibs

2002-07-22 Thread Rodrigo Peres
line" sometimes it's ok, 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 a

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 can

navigate in external cast

2002-07-19 Thread Rodrigo Peres
-1 in the other images?? 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 PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

Re: constraint to area

2002-07-03 Thread Rodrigo Peres
3 AM, Howdy-Tzi at [EMAIL 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

Re: constraint to area

2002-07-02 Thread Rodrigo Peres
3 AM, Howdy-Tzi at [EMAIL 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

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, o

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 i

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: 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 images

Re: 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: 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

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 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 s

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 s

Re: progress bar

2002-06-15 Thread Rodrigo Peres
uhmm!!! Sorry if it'll be a little newbie but, this methods can check if i'm importing from other source than web. Because, my files will be all in cd. on 6/15/02 6:02 AM, Alex da Franca at [EMAIL PROTECTED] wrote: > At 23:47 Uhr -0700 14.06.2002, Buzz Kettles wrote: >> Neither replaces the o

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 c

progress bar

2002-06-07 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 c

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 image??

Best way to avoid 180 channels in score??

2002-05-23 Thread Rodrigo Peres
Hi list In my project I'll have a cronologic line with 180 dots in it. Each dot will have a rollover effect and when clicked go to a specific session of the CD. Is there another way to build it, without using 180 channels in the score?? I thought in film loop, but I think that this "dummy" thing

Re: change between hi-res and low-res images

2002-05-21 Thread Rodrigo Peres
At 3:25 PM -0300 5/19/02, you wrote: >> Hi list, >> >> I'm in a project that will deal if BIG images and the user will >> navigate to view them using the arrow keys. To reduce the time I >> thought in use low-res images (preview) and when the user stops >&

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, em

Re: dialup with director

2002-05-07 Thread Rodrigo Peres
56 -0300 05/06/2002, Rodrigo Peres wrote: > >> This soft (or the idea of it :-) is to give the user the hability to connect >> to an ISP, based on his/her location. So the user is the guy who's decide >> when to connect or disconnect. Taking this in consideration this ca

Re: dialup with director

2002-05-06 Thread Rodrigo Peres
"pain" in director?? or I will be insane to try it in this way?? on 5/6/02 5:28 PM, Howdy-Tzi at [EMAIL PROTECTED] wrote: > At 17:00 -0300 05/06/2002, Rodrigo Peres wrote: > >> Hi list, >> >> Is it possible to develop an application with director that makes dialup

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?

best database xtra

2002-04-24 Thread Rodrigo Peres
nced in SQL 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

best database xtra

2002-04-23 Thread Rodrigo Peres
nced in SQL 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

  1   2   >