ElaKiri Community
Downloads
Go Back   ElaKiri Community > Computers & Internet > Tips & Tricks
Reload this Page Mouse Tail....
Reply
 
Thread Tools Display Modes
(#1)
Old
htsm's Avatar
htsm htsm is offline
Senior Member
htsm is an unknown quantity at this point
 
Posts: 2,677
Join Date: Feb 2007
Location: Peliyagoda
check Mouse Tail....[Flash] - 02-21-2007, 05:21 PM

1.Open new flash Document.
2.Go 2 Action script(F9)
3.Copy & Paste Dis

Text = "RCRC";
letters = Text.split("");
letterformat = new TextFormat();
letterformat.font = "Verdana";
letterformat.align = "center";
letterformat.size = "10";
spacing = 8;
speed = 3;
for (var LTR = 0; LTR<letters.length; LTR++) {
mc = _root.createEmptyMovieClip(LTR+"l", LTR);
mc.createTextField(letters[LTR]+"t", LTR, LTR*spacing, 10, 20, 20);
with (mc[letters[LTR]+"t"]) {
text = letters[LTR];
setTextFormat(letterformat);
selectable = false;
}
if (LTR) {
mc.prevClip = _root[(LTR-1)+"l"];
mc.onEnterFrame = function() {
this._x += (this.prevClip._x-this._x+5)/speed;
this._y += (this.prevClip._y-this._y)/speed;
};
} else {
mc.onEnterFrame = function() {
this._x += (_root._xmouse-this._x+10)/speed;
this._y += (_root._ymouse-this._y)/speed;
};
}
}


4.If u want 2 change da words, edit
"RCRC" [1st Line]

Last edited by htsm; 02-22-2007 at 03:27 PM.
Reply With Quote
(#2)
Old
htsm's Avatar
htsm htsm is offline
Senior Member
htsm is an unknown quantity at this point
 
Posts: 2,677
Join Date: Feb 2007
Location: Peliyagoda
02-22-2007, 03:27 PM

SWF
http://d02.fileflyer.com/d/4425914a-...45d/0/RCRC.swf
Reply With Quote
(#3)
Old
fazaal24's Avatar
fazaal24 fazaal24 is offline
Senior Member
fazaal24 will become famous soon enough
 
Posts: 51,033
Join Date: Nov 2006
Location: Carbon Canyon Dehiwala
Send a message via MSN to fazaal24
02-22-2007, 03:32 PM

elaela gr8 job macho
Reply With Quote
(#4)
Old
htsm's Avatar
htsm htsm is offline
Senior Member
htsm is an unknown quantity at this point
 
Posts: 2,677
Join Date: Feb 2007
Location: Peliyagoda
02-22-2007, 03:36 PM

Quote:
Originally Posted by fazaal24
elaela gr8 job macho
THx.......
Reply With Quote
(#5)
Old
Tissaka's Avatar
Tissaka Tissaka is offline
Senior Member
Tissaka will become famous soon enough
 
Posts: 12,469
Join Date: May 2006
Location: Up in the Air
02-22-2007, 03:38 PM

ela ela
Reply With Quote
(#6)
Old
GNS's Avatar
GNS GNS is offline
Senior Member
GNS is on a distinguished road
 
Posts: 11,311
Blog Entries: 1
Join Date: Jan 2007
Location: UF., Gampaha.
02-23-2007, 04:25 AM

Reply With Quote
(#7)
Old
ashley's Avatar
ashley ashley is offline
Senior Member
ashley is an unknown quantity at this point
 
Posts: 512
Join Date: Dec 2006
Location: canada
02-23-2007, 04:30 AM

nice
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A4Tech's X-750F Laser gaming Mouse chaminga_d News & Discussion 8 10-07-2009 09:31 AM
The World’s Most Expensive Computer Mouse anuja Sports 15 08-19-2007 12:05 PM
OCZ Debuts “Equalizer” Mouse for Gamers. Anusha News & Discussion 3 02-15-2007 09:34 PM
A mouse story.... sandu_ls ElaKiri Talk! 6 02-13-2007 12:23 PM
Mouse story DJ.Parker ElaKiri Talk! 6 10-05-2006 03:10 AM



Copyright © 2006 - 2011 ElaKiri™ Beta2.Evo vBulletin, vBa iBproArcade Subdreamer I-Magic MKv
Optimisation plugin by DBtech

Page generated in 0.07545 seconds with 7 queries