| [Script] Pet Mouse |
| 0 | ||
Issey a dit : Closest a normal player could get to replacing mice with images c: |
| « Citoyen » 1381524480000
| 0 | ||
| This looks fun let me try it |
| « Citoyen » 1381524480000
| 0 | ||
| it didnt work o.o |
| 0 | ||
| there fixed |
| « Citoyen » 1381524720000
| 0 | ||
| U need to redo this, Issey said:players={} i=0 mouseLeft=[[ <ROSE>&lt;'J___)--- ]] mouseRight=[[ <ROSE>---(___C'> ]] |
| « Consul » 1381524720000
| 0 | ||
| Haha nice little script, it's a shame it's laggy with player co-ordinates ;; |
| 0 | ||
Kidxdeath a dit : Yeah, fixed now Shamousey a dit : Not laggy, the timer in eventLoop is just too slow c: |
| « Citoyen » 1381524840000
| 0 | ||
| OMFG THIS IS cool, but you need to edit the pet its just a purplr outline ![]() |
| « Censeur » 1381525320000
| 0 | ||
| Something Issey requested me to show her the lua link that relates to this a dit : Test it out |
| « Citoyen » 1381525320000
| 0 | ||
| Ok. Famous Map edior "Mousechris" ![]() Yeah this is better |
| « Censeur » 1381525980000
| 0 | ||
| http://pastebin.com/xreNbbda Improved it even more |
| « Citoyen » 1381526520000
| 0 | ||
![]() ![]() Awsome. Im using this at Valentimes day |
| « Censeur » 1381526760000
| 0 | ||
| http://pastebin.com/PFpXU8wG Creepy faces are creepy :D |
| « Citoyen » 1381526760000
| 0 | ||
| Its a picture frame and its pink and blue Try this players={} i=0 mouseLeft=[[ <Rose><font size='100' face='Comic Sans MS'>@.@ ]] mouseRight=[[ <BV><font size='100' face='Comic Sans MS'>O.o ]] function eventNewPlayer(name) players[name]={ x=tfm.get.room.playerList[name].x, y=tfm.get.room.playerList[name].y, id=i } print(players[name].x) if(tfm.get.room.playerList[name].isFacingRight) then mouse=mouseRight else mouse=mouseLeft end ui.addTextArea(players[name].id,mouse,nil,players[name].x,players[name].y,0,0,0xffffff,0xffffff,0.0) i=i+1 end for name,player in pairs(tfm.get.room.playerList) do eventNewPlayer(name) end function eventLoop(tc,tr) for name,player in pairs(tfm.get.room.playerList) do if not tfm.get.room.playerList[name].isDead then local x= tfm.get.room.playerList[name].x local y= tfm.get.room.playerList[name].y if(tfm.get.room.playerList[name].isFacingRight) then mouse=mouseRight x=x-40 else mouse=mouseLeft x=x-45 end y=y-70 if(x~=players[name].x) or (y~=players[name].y) then ui.addTextArea(players[name].id,mouse,nil,x,y,0,0,0x001000,0xffffff,0.0) end end end |
| « Citoyen » 1381662960000
| 0 | ||
| Other color code? |
| « Citoyen » 1381675080000
| 0 | ||
| Try using webdings or wingdings fonts. There are more useful symbols to use. |
| « Consul » 1381677420000
| 0 | ||
Pomamopa a dit : That becomes an issue because people on non-Windows operating systems won't have those fonts. |
| 0 | ||
| "What you do with me" : http://pastebin.com/8CRAPj0X |
| 0 | ||
petMouse a dit : this works.. |
| 1381769340000
| | ||
| [Modéré par Bolinboy, raison : Not english] |