-------------------------------------- ICQ History Log For: 4808291 F.Y.P. Started on Thu Jun 07 14:46:46 2001 -------------------------------------- F.Y.P. 7/6/2001 11:56 hi rabbit :) 7/6/2001 11:57 hi ar F.Y.P. 7/6/2001 11:57 where r u?? rabbit :) 7/6/2001 11:58 in MMLab..just changed to this a/c to make sth F.Y.P. 7/6/2001 11:59 ic F.Y.P. 7/6/2001 11:59 very heavy rain outside rabbit :) 7/6/2001 12:02 I know....and very cold here... F.Y.P. 7/6/2001 12:02 bring Umbrella?? rabbit :) 7/6/2001 12:03 of course I have...and I've put a spare 1 in the lab too F.Y.P. 7/6/2001 12:05 smart wo... ha ha... rabbit :) 7/6/2001 12:07 ha.... I don't know y very cold in the lab today F.Y.P. 7/6/2001 12:07 the weather is cool ma rabbit :) 7/6/2001 12:08 freezing F.Y.P. 7/6/2001 12:09 turn down the air-conditioner la rabbit :) 7/6/2001 12:10 中央系統...冇得調效 F.Y.P. 7/6/2001 12:12 icic rabbit :) 7/6/2001 12:12 drinking hot water F.Y.P. 7/6/2001 12:12 better?? rabbit :) 7/6/2001 12:13 yea.. F.Y.P. 7/6/2001 12:14 I didn't interview today... rabbit :) 7/6/2001 12:15 because of the whether F.Y.P. 7/6/2001 12:21 no, I dun have any impression on that job rabbit :) 7/6/2001 12:24 icic... hey..are u free now? F.Y.P. 7/6/2001 12:29 I go to Sham Shui Po later rabbit :) 7/6/2001 12:30 just wanna send sth to u to take a look now F.Y.P. 7/6/2001 12:32 what u want to ask?? rabbit :) 7/6/2001 12:35 that's a matching game after clicking on the green dot on the LHS a line come out but I failed to make the line fit the scene F.Y.P. 7/6/2001 12:40 2 methods 1. set the "line" close to the mouse 2. use the line.hittest() F.Y.P. 7/6/2001 12:43 I think use mouse on for the first choose, the use mouse release to correct is better rabbit :) 7/6/2001 12:46 那條線..我係緊了個line movieclip, 除著mouse動時計數set property F.Y.P. 7/6/2001 12:47 what's ur problem?? rabbit :) 7/6/2001 12:48 始終條線的尾同mouse唔太配合 F.Y.P. 7/6/2001 12:50 what about hittest?? rabbit :) 7/6/2001 12:53 I don't know how to use it F.Y.P. 7/6/2001 12:56 mainObject.hitTest(_root.targetObject) return true if YES rabbit :) 7/6/2001 12:57 I try try la... lunch la...bb F.Y.P. 7/6/2001 12:59 bb F.Y.P. 7/6/2001 13:53 can u tell me how to detect the movements of mouse, e.g. if the mouse are moving, goto play 1 if the mouse stop now, goto and play 2 ?? rabbit :) 7/6/2001 14:13 可唔可以不斷check mouse的 x,y coordinate 再同之前的compare if (x2-x1==0 && y2-y1==0){ gotoAndPlay(2); }else{ gotoAndPlay(1); }