From professional translators, enterprises, web pages and freely available translation repositories.
i miss you so much
wǒ tài xiǎng yào nǐ le
Last Update: 2022-03-30
Usage Frequency: 1
Quality:
Reference:
i also miss you too dear
i miss you darling
Last Update: 2024-07-31
Usage Frequency: 1
Quality:
Reference:
miss you more
google traslator
Last Update: 2018-07-18
Usage Frequency: 1
Quality:
Reference:
?php $m = new swfmovie(); $m- setdimension(11000, 8000); $m- setbackground(0x00, 0x00, 0x00); $m- add(new swfaction(" this.quality = 0; /frames.visible = 0; startdrag('/mouse', 1); ")); // mouse tracking sprite $t = new swfsprite(); $i = $m- add($t); $i- setname('mouse'); $g = new swfgradient(); $g- addentry(0, 0xff, 0xff, 0xff, 0xff); $g- addentry(0.1, 0xff, 0xff, 0xff, 0xff); $g- addentry(0.5, 0xff, 0xff, 0xff, 0x5f); $g- addentry(1.0, 0xff, 0xff, 0xff, 0); // gradient shape thing $s = new swfshape(); $f = $s- addfill($g, swffill_radial_gradient); $f- scaleto(0.03); $s- setrightfill($f); $s- movepento(-600, -600); $s- drawline(1200, 0); $s- drawline(0, 1200); $s- drawline(-1200, 0); $s- drawline(0, -1200); // need to make this a sprite so we can multcolor it $p = new swfsprite(); $p- add($s); $p- nextframe(); // put the shape in here, each frame a different color $q = new swfsprite(); $q- add(new swfaction("gotoframe(random(7)+1); stop();")); $i = $q- add($p); $i- multcolor(1.0, 1.0, 1.0); $q- nextframe(); $i- multcolor(1.0, 0.5, 0.5); $q- nextframe(); $i- multcolor(1.0, 0.75, 0.5); $q- nextframe(); $i- multcolor(1.0, 1.0, 0.5); $q- nextframe(); $i- multcolor(0.5, 1.0, 0.5); $q- nextframe(); $i- multcolor(0.5, 0.5, 1.0); $q- nextframe(); $i- multcolor(1.0, 0.5, 1.0); $q- nextframe(); // finally, this one contains the action code $p = new swfsprite(); $i = $p- add($q); $i- setname('frames'); $p- add(new swfaction(" dx = (/:mousex-/:lastx)/3 + random(10)-5; dy = (/:mousey-/:lasty)/3; x = /:mousex; y = /:mousey; alpha = 100; ")); $p- nextframe(); $p- add(new swfaction(" this.x = x; this.y = y; this.alpha = alpha; x += dx; y += dy; dy += 3; alpha -= 8; ")); $p- nextframe(); $p- add(new swfaction("prevframe(); play();")); $p- nextframe(); $i = $m- add($p); $i- setname('frames'); $m- nextframe(); $m- add(new swfaction(" lastx = mousex; lasty = mousey; mousex = /mouse.x; mousey = /mouse.y; ++num; if(num == 11) num = 1; removeclip('char' num); duplicateclip(/frames, 'char' num, num); ")); $m- nextframe(); $m- add(new swfaction("prevframe(); play();")); header('content-type: application/x-shockwave-flash'); $m- output();?
this simple example will handles keyboard actions. (you'll probably have to click in the window to give it focus.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference:
Warning: Contains invisible HTML formatting