--track0:ŽžŠΤ,0.0,100,0.30,0.01 --track1:½ήڊԊu,0,1000,0.30,0.01 --track2:c‰‘”δ,-100,100,100,0.01 --track3:Šg‘ε—¦,-800,800,400,0.01 --check0:ΧέΐήΡ,1 --dialog:IN/chk,chk1=1;OUT/chk,chk2=1;ΧέΐήΡ‹——£,dst=68;Šg‘ε—¦/chk,chk3=1;ŽžŠΤζ”,cv=2.0;SEED,sd=100; ------------------------------------set t0=obj.track0 t1=obj.track1 t2=obj.track2/100 t3=obj.track3 sw=obj.screen_w sh=obj.screen_h oi=obj.index+1 on=obj.num ------------------------------------set2 if(oi==1)then if(moji==null)then moji={} end end moji[oi]={obj.w,obj.ox,obj.oy,obj.aspect} num=(oi-1)*t1 ent=1-obj.time/t0+num if(ent<=0)then ent=0 end ext=1-(obj.totaltime-obj.time)/t0+num if(ext<=0)then ext=0 end ------------------------------------script as=t2 if(t3>=0)then ez="Y" else ez="X" end t3=math.abs(t3) if(ent>0 and chk1==1)then obj.aspect=moji[oi][4]+as*ent^cv if(obj.check0)then rndx=obj.rand(-dst,dst,sd,oi) rndy=obj.rand(-dst,dst,sd,oi*2) r=math.rad(obj.rand(-36000,36000,sd,oi)/100) cs=math.cos(r) sn=math.sin(r) obj.ox=moji[oi][2]+rndx*cs*ent^cv obj.oy=moji[oi][3]+rndy*sn*ent^cv end if(chk3==1)then obj.effect("Šg‘ε—¦",ez,t3-t3*ent^cv) end elseif(ext>0 and chk2==1)then obj.aspect=moji[oi][4]+as*ext^cv if(obj.check0)then rndx=obj.rand(-dst,dst,sd*2,oi) rndy=obj.rand(-dst,dst,sd*2,oi*2) r=math.rad(obj.rand(-36000,36000,sd*2,oi)/100) cs=math.cos(r) sn=math.sin(r) obj.ox=moji[oi][2]+rndx*cs*ext^cv obj.oy=moji[oi][3]+rndy*sn*ext^cv end if(chk3==1)then obj.effect("Šg‘ε—¦",ez,t3-t3*ext^cv) end end --[[http://madeinpc.blog50.fc2.com/]]--