@ƒ‰ƒ“ƒ_ƒ€}Œ`”z’u kerokero9696 --track0:‘ε‚«‚³,1,9999,100,1 --track1:ŒΒ”,1,9999,100,1 --track2:Šp“x•,0,360,0,0.01 --track3:•,0,9999,100,1 --dialog:}Œ`/fig,fig="‰~";F/col,col=0xffffff;width•β³[%],w1=20;height•β³[%],h1=20;seed,sd=100;tempbuffer/chk,chk1=1;aspect/chk,chk2=1;c‰‘”䕝,as=25; t0=math.floor(obj.track0) t1=math.floor(obj.track1) t2=obj.track2 t3=obj.track3 sw,sh=obj.screen_w,obj.screen_h if(chk1==1)then obj.setoption("drawtarget","tempbuffer",sw*(1+w1/100),sh*(1+h1/100)) end for i=1,t1 do if(chk1==1)then obj.setoption("drawtarget","tempbuffer") obj.setoption("blend","alpha_add") end rnds=obj.rand(0,t0,sd,i) rndx=obj.rand(-sw/2*(1+w1/100),sw/2*(1+w1/100),sd,i) rndy=obj.rand(-sh/2*(1+h1/100),sh/2*(1+h1/100),sd,i) obj.load("figure",fig,col,rnds,t3) rz=obj.rand(-t2,t2,sd,i) if(chk2==1)then obj.aspect=rand(-as,as,sd,i)/100 end obj.draw(rndx,rndy,0,1,1,0,0,rz) end if(chk1==1)then obj.load("tempbuffer") obj.effect() obj.draw() end @ƒ‰ƒ“ƒ_ƒ€}Œ`”z’u2 kerokero9696 --track0:‘ε‚«‚³,1,9999,100,1 --track1:ŒΒ”,1,9999,20,1 --track2:‡¬,1,14,13,1 --track3:•,0,9999,100,1 --dialog:}Œ`/fig,fig="‰~";F/col,col=0xffffff;width•β³[%],w1=20;height•β³[%],h1=20;seed,sd=100;tempbuffer/chk,chk1=1;aspect/chk,chk2=1;c‰‘”䕝,as=25;ŒJ‚θ•Τ‚΅,t4=5;angle,ang=360;size_min,smin=25; t0=math.floor(obj.track0) t1=math.floor(obj.track1) t2=math.floor(obj.track2) t3=obj.track3 sw,sh=obj.screen_w,obj.screen_h if(chk1==1)then obj.setoption("drawtarget","tempbuffer",sw*(1+w1/100),sh*(1+h1/100)) end blend={"0","1","2","3","4","5","6","7","8","9", "alpha_add","alpha_max","alpha_sub","alpha_add2",} for j=1,t4 do sd=obj.rand(0,1000,sd,j) if(chk1==1)then obj.setoption("drawtarget","tempbuffer") end if(j%2==0)then obj.setoption("blend",blend[t2]) kk=0.8 else obj.setoption("blend","alpha_add") kk=1.0 end for i=1,t1 do rnds=obj.rand(smin,t0,sd,i) rndx=obj.rand(-sw/2*(1+w1/100),sw/2*(1+w1/100),sd,i)*kk rndy=obj.rand(-sh/2*(1+h1/100),sh/2*(1+h1/100),sd,i)*kk obj.load("figure",fig,col,rnds,t3) rz=obj.rand(-ang,ang,sd,i) if(chk2==1)then obj.aspect=rand(-as,as,sd,i)/100*kk end obj.draw(rndx,rndy,0,1,1,0,0,rz) end end if(chk1==1)then obj.load("tempbuffer") obj.effect() obj.draw() end --[[http://madeinpc.blog50.fc2.com/]]--