×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Script] Mickey Mouse te persigue
« ‹ 2 / 2
[Script] Mickey Mouse te persigue
Sonicoscar
« Citoyen »
1385495040000
    • Sonicoscar#0000
    • Profil
    • Derniers messages
    • Tribu
#21
  0
_ _-~~~-_
/~ ~\ : , \
' ~ , |: :
{ /~~\ :--~""""\.: :
\ (... : /^\ /^\\ ;
~\_____ | | | |:~
/ |__O|_|O|;
( / O \
\ ( `\_______/)
`\ \ /
) ~-------~'\
/ \
: ||
| | ||
| |.======[]==+'|
(~~~~) | |~)
/ \ | | \
~\ \___/)______/^\__|_/
`\\ // | | | |
`\\__//' | | | |
~~ (~~~~) (~~~)
/ =\..' =_
|__________)________)-jurcy
]]
Olaoscarpro
« Citoyen »
1385582820000
    • Olaoscarpro#0000
    • Profil
    • Derniers messages
#22
  0
Chikibabi a dit :
players={minimauuu}
i=0

mouseLeft=[[
<fade55E><font size='5' face='Verdana'> _-~~~-_ _-~~~-_
/~ ~\ : , \
' ~ , |: :
{ /~~\ :--~""""\.: :
\ (... : /^\ /^\\ ;
~\_____ | | | |:~
/ |__O|_|O|;
( / O \
\ ( `\_______/)
`\ \ /
) ~-------~'\
/ \
: ||
| | ||
| |.======[]==+'|
(~~~~) | |~)
/ \ | | \
~\ \___/)______/^\__|_/
`\\ // | | | |
`\\__//' | | | |
~~ (~~~~) (~~~)
/ =\..' =_
|__________)________)-jurcy
]]
mouseRight=[[
<fade55><font size='5' face='Verdana'> _-~~~-_ _-~~~-_
/~ ~\ : , \
' ~ , |: :
{ /~~\ :--~""""\.: :
\ (... : /^\ /^\\ ;
~\_____ | | | |:~
/ |__O|_|O|;
( / O \
\ ( `\_______/)
`\ \ /
) ~-------~'\
/ \
: ||
| | ||
| |.======[]==+'|
(~~~~) | |~)
/ \ | | \
~\ \___/)______/^\__|_/
`\\ // | | | |
`\\__//' | | | |
~~ (~~~~) (~~~)
/ =\..' =_
|__________)________)-jurcy
]]

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,0xffffff,0xffffff,0.0)
end
end
end
end

Ajam y qde que sirve esto
Alelakad
« Citoyen »
1385605500000
    • Alelakad#0000
    • Profil
    • Derniers messages
    • Tribu
#23
  0
hola una pregunta
Ratonazul
« Citoyen »
1385799900000
    • Ratonazul#9962
    • Profil
    • Derniers messages
    • Tribu
#24
  0
Olaoscarpro a dit :
Ajam y qde que sirve esto

para divertirte e.e


Alelakad a dit :
hola una pregunta

que?
Comepann
« Citoyen »
1386787200000
    • Comepann#0000
    • Profil
    • Derniers messages
#25
  0
-_ _-~~~-_
/~ ~\ : , \
' ~ , |: :
{ /~~\ :--~""""\.: :
\ (... : /^\ /^\\ ;
~\_____ | | | |:~
/ |__O|_|O|;
( / O \
\ ( `\_______/)
`\ \ /
) ~-------~'\
/ \
: ||
| | ||
| |.======[]==+'|
(~~~~) | |~)
/ \ | | \
~\ \___/)______/^\__|_/
`\\ // | | | |
`\\__//' | | | |
~~ (~~~~) (~~~)
/ =\..' =_
|__________)________)
Zutto
« Citoyen »
1386791760000
    • Zutto#4451
    • Profil
    • Derniers messages
    • Tribu
#26
  0
El script del post principal está roto.
~Dejo esto por aquí~
a dit :
players={}
i=0

mouseLeft=[[
<fade55E><font size='5' face='Verdana'> _-~~~-_ _-~~~-_
/~ ~\ : , \
' ~ , |: :
{ /~~\ :--~""""\.: :
\ (... : /^\ /^\\ ;
~\_____ | | | |:~
/ |__O|_|O|;
( / O \
\ ( `\_______/)
`\ \ /
) ~-------~'\
/ \
: ||
| | ||
| |.======[]==+'|
(~~~~) | |~)
/ \ | | \
~\ \___/)______/^\__|_/
`\\ // | | | |
`\\__//' | | | |
~~ (~~~~) (~~~)
/ =\..' =_
|__________)________)-jurcy
]]
mouseRight=[[
<fade55><font size='5' face='Verdana'> _-~~~-_ _-~~~-_
/~ ~\ : , \
' ~ , |: :
{ /~~\ :--~""""\.: :
\ (... : /^\ /^\\ ;
~\_____ | | | |:~
/ |__O|_|O|;
( / O \
\ ( `\_______/)
`\ \ /
) ~-------~'\
/ \
: ||
| | ||
| |.======[]==+'|
(~~~~) | |~)
/ \ | | \
~\ \___/)______/^\__|_/
`\\ // | | | |
`\\__//' | | | |
~~ (~~~~) (~~~)
/ =\..' =_
|__________)________)-jurcy
]]

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,0xffffff,0xffffff,0.0)
end
end
end
end

 
Abadyanez
« Citoyen »
1387311480000
    • Abadyanez#0000
    • Profil
    • Derniers messages
    • Tribu
#27
  0
cual es el chiste del juego? ._.
Rocimaca
« Citoyen »
1398033480000
    • Rocimaca#0000
    • Profil
    • Derniers messages
    • Tribu
#28
  0
Esta re trucho y Abadyanez tiene razon
Melanikp
« Citoyen »
1398706920000
    • Melanikp#0000
    • Profil
    • Derniers messages
    • Tribu
#29
  0
Parece mickey mouse el pedofilo .-.
Elminionss
1398710100000
    • Elminionss#0000
    • Profil
    • Derniers messages
#30
[Modéré par Shyraa]
Saritafeliz
« Citoyen »
1398811080000
    • Saritafeliz#0000
    • Profil
    • Derniers messages
#31
  0
/~ ~\ : , \
' ~ , |: :
{ /~~\ :--~""""\.: :
\ (... : /^\ /^\\ ;
~\_____ | | | |:~
/ |__O|_|O|;
( / O \
\ ( `\_______/)
`\ \ /
) ~-------~'\
/ \
: ||
| | ||
| |.======[]==+'|
(~~~~) | |~)
/ \ | | \
~\ \___/)______/^\__|_/
`\\ // | | | |
`\\__//' | | | |
~~ (~~~~) (~~~)
/ =\..' =_
|__________)________)- que miedo no me funciona
San
« Citoyen »
1401111900000
    • San#2362
    • Profil
    • Derniers messages
#32
  0
Amps everywhere.
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Script] Mickey Mouse te persigue
« ‹ 2 / 2
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27