
understands himself(herself)?

My English one is very bad


I might write the code please? Following(Continuing) the example
please please
Posted 14 April 2004 - 04:27 AM
Posted 14 April 2004 - 07:15 AM
Posted 14 April 2004 - 08:23 AM
Posted 14 April 2004 - 01:50 PM
Posted 14 April 2004 - 02:16 PM
Posted 14 April 2004 - 03:38 PM
Posted 14 April 2004 - 06:07 PM
Local k,pict,num SetBG Off SetAxes Off SetDispGCon Off SetCoord Off SetGrid Off SetLabel Off Cls Lbl show Do GetKey k LpWhile k<k1 or k>k9 Cls k-(k1-1)=>num ExpToStr num,num StrJoin "pict",num,pict isdef(pict) If RTN=1 Then RclPict #pict Else Print "Picture does not exist" IfEnd Goto show
Posted 15 April 2004 - 10:39 PM
Posted 15 April 2004 - 10:58 PM
Local k,pict,num SetBG Off SetAxes Off SetDispGCon Off SetCoord Off SetGrid Off SetLabel Off Cls 1=>num RclPict pict1 Lbl show Do GetKey k LpWhile k<49 or k>50 Cls If k=49 Then num+1=>num Else num-1=>num IfEnd ExpToStr num,tmp StrJoin "pict",tmp,pict RclPict #pict Goto show
Local k,pict,num,plist {"pict1","pict2"}=>plist (fill this list wth the names of your pictures in the order you want them displayed) SetBG Off SetAxes Off SetDispGCon Off SetCoord Off SetGrid Off SetLabel Off Cls 1=>num plist[num]=>pict RclPict #pict Lbl show Do GetKey k LpWhile k<49 or k>50 Cls If k=49 Then If num=dim(plist) Then 1=>num Else num+1=>num IfEnd Else If num=1 Then dim(plist)=>num Else num-1=>num IfEnd IfEnd plist[num]=>pict RclPict #pict Goto show
Posted 15 April 2004 - 11:02 PM
Posted 16 April 2004 - 12:09 AM
Posted 16 April 2004 - 02:27 AM
Posted 18 April 2004 - 02:58 PM
Posted 18 April 2004 - 03:28 PM
Posted 18 April 2004 - 07:21 PM
Posted 18 April 2004 - 07:48 PM
Posted 18 April 2004 - 08:21 PM
Local k,pict,num,plist,group,glist {"pict1","pict2","pict3","pict4","pict5","pict6","pict7","pict8","pict9","pict11","pict12","pict13","pict14","pict15","pict16","pict17","pict18","pict19","pict20"}=>plist {6,13,20}=>glist SetBG Off SetAxes Off SetDispGCon Off SetCoord Off SetGrid Off SetLabel Off Lbl show Cls rand(1,3)=>group for ((group-1)*6)+group=>num To glist[group] plist[num]=>pict RclPict #pict Next Do GetKey k LpWhile k=49 Goto show
Posted 18 April 2004 - 09:32 PM
Local k,pict,num,plist {"pict1","pict2"}=>plist (fill this list wth the names of your pictures in the order you want them displayed) SetBG Off SetAxes Off SetDispGCon Off SetCoord Off SetGrid Off SetLabel Off Cls 1=>num plist[num]=>pict RclPict #pict Lbl show Do GetKey k LpWhile k<49 or k>50 Cls If k=49 Then If num=dim(plist) Then 1=>num Else num+1=>num IfEnd Else If num=1 Then dim(plist)=>num Else num-1=>num IfEnd IfEnd plist[num]=>pict RclPict #pict Goto show
Posted 18 April 2004 - 11:51 PM
Local k,pict,num,plist {"pict1","pict2"}=>plist (fill this list wth the names of your pictures in the order you want them displayed) SetBG Off SetAxes Off SetDispGCon Off SetCoord Off SetGrid Off SetLabel Off Cls 1=>num plist[num]=>pict RclPict #pict Lbl show Do GetKey k LpWhile k<49 or k>50 Cls If k=49 and num<>dim(plist) Then num+1=>num ElseIf num<>1 Then num-1=>num IfEnd plist[num]=>pict RclPict #pict Goto show
Posted 26 April 2004 - 03:13 PM
Local k,pict,num,plist,group,glist {"pict1","pict2","pict3","pict4","pict5","pict6","pict7","pict8","pict9","pict11","pict12","pict13","pict14","pict15","pict16","pict17","pict18","pict19","pict20"}=>plist {6,13,20}=>glist SetBG Off SetAxes Off SetDispGCon Off SetCoord Off SetGrid Off SetLabel Off Lbl show Cls rand(1,3)=>group for ((group-1)*6)+group=>num To glist[group] plist[num]=>pict RclPict #pict Next Do GetKey k LpWhile k=49 Goto show
Posted 26 April 2004 - 03:44 PM
Posted 26 April 2004 - 05:16 PM
Posted 26 April 2004 - 08:34 PM
Local k,pict,num,plist,group,glist,glast,gcount {"pict1","pict2","pict3","pict4","pict5","pict6","pict7","pict8","pict9","pict11","pict12","pict13","pict14","pict15","pict16","pict17","pict18","pict19","pict20"}=>plist {6,13,20}=>glist 0=>gcount 0=>glast SetBG Off SetAxes Off SetDispGCon Off SetCoord Off SetGrid Off SetLabel Off Lbl show Cls rand(1,3)=>group If glast=group Then gcount+1=>gcount if gcount=3 Then goto exit IfEnd Else group=>glast 0=>gcount IfEnd for ((group-1)*6)+group=>num To glist[group] plist[num]=>pict RclPict #pict Next Do GetKey k LpWhile k=49 Goto show Lbl exit 'code here
Posted 26 April 2004 - 10:56 PM
SetBG p4 Cls Pause Local k,pict,num,plist,group,glist {"p5","p6","p7","p15","p15","p15","p16","p16","p17","p18","p19","p20","p22","p22","p23","p24","p25","p26","p4","p5","p6","p7","p101","p102","p102","p102","p103","p103","p104","p105","p106","p24","p25","p26","p4"}=>plist {19,35}=>glist Cls SetBG p2 Cls Wait 1 SetBG p3 Cls Wait 1 SetBG p4 Cls Lbl show Do GetKey k LpWhile k<8 If k=52 Then rand(1,2)=>group For ((group-1)*18)+group=>num To glist[group] plist[num]=>pict SetBG #pict Cls Next IfEnd Goto show
Posted 26 April 2004 - 11:21 PM
Posted 27 April 2004 - 01:35 AM
Posted 27 April 2004 - 02:10 AM
Posted 27 April 2004 - 02:36 AM
Posted 27 April 2004 - 06:41 AM
0 members, 1 guests, 0 anonymous users