lingo-l match question - HELP!

2000-12-10 Thread Tim Koster
hi all, i have to make a match question which consist of 3 items and 3 hot spots, where i have to drag the items onto. now this is the case: normally , if you put a wrong item on a hotspot (it doesn't match) then it would move back to startposition. But what i need is that the check (of

lingo-l Gravity?

2000-12-10 Thread Johannes Hansen
I'm making this gravity script but the objects just keep jumping higher and higher all the time, and I cant find a solution to the problem. Here is the script: -- property spriteNum, x, y, Vx, Vy, Ax,

Re: lingo-l match question - HELP!

2000-12-10 Thread Fabio
I know this will sound stupid, cause I always take the most complicated way to do the things, but I'll give a shot... first I would set some global variables, like hotspot1state, hotspot2state, hotspot3state and hotspotsfilled and some properties, like item1, item2, item3, hotspot1, hotspot2

lingo-l Sounds in Channel 1

2000-12-10 Thread AndeanWinds
I put my background sounds in channel 1 and they don't seem to work(the first one does but the rest don't). Everything works fine if I put the sounds in sound channel 2 but If I remember correctly, sound channel 2 doesn't work in lap-tops with Windows 98. Is this completely correct? Can

Re: lingo-l Preload animation is false ?

2000-12-10 Thread Kurt Griffin
Somebody know a simple way to play a film loop or a small flash animation on the loading time. In the score, i have a small animation on sprite 10 (frame 1) and in the score script (frame 2) the script is : on exitFrame preLoad 2, 270 end when the movie start, and during the

Re: lingo-l adjusting width of bounding box to length of text

2000-12-10 Thread Kurt Griffin
I am trying to program a universal pop up menu. At the moment I intend to make it out of 4 lines of single text cast member members. The contents of the menu will be updated in a list and from there read into the text cast members. Each text cast member will have a script that makes the

lingo-l Image Cropping Utility

2000-12-10 Thread Kurt Griffin
Hi all, A Mac version of the image cropping utility is available on my site for anyone who is interested. It's not fully tested, not fully commented, doesn't have a help feature, doesn't filter out "invisible" files in the menus, and I'm working on making it cross platform (and there's one bug -

Re: lingo-l cursor

2000-12-10 Thread joy chalissery
HI Corad, It is simple !!1 Use on mouseUp me sprite(me.spriteNum).cursor = 280 --(sprite(me.spriteNum).cursor = 290 ) updatrStage end pls. attach this to u r cast member enjoy it Joy [EMAIL PROTECTED] --- Conrad Ayala [EMAIL PROTECTED] wrote: Does anyone know the code