×

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] 3d falso porem funcional
[Script] 3d falso porem funcional
Sklag
« Citoyen »
1622595600000
    • Sklag#2552
    • Profil
    • Derniers messages
    • Tribu
#1
  2
Direct1_M(Update)

(Update) Controle pelas setas clicando nas setas rapidamente, você pode mudar o tipo do bloco e etc você pode criar mais de um for para substui / criar modelos novos de objeto, você támbem pode mudar o 3d pelas variaveis.
Script

Code Lua

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
adm = "Sklag#2552" -- Coloque seu nick aqui
-- permetido modificaçoes sem copyright

local dx = 1
local dy = 4
local hx = 200
local hy = 100
tfm.exec.disablePhysicalConsumables(true)

tt=function()
for b = -100,100 do
tfm.exec.removePhysicObject(b)
end
for i = -5,dy do
tfm.exec.addPhysicObject(i, 400 + dx * i, 200 + i * dy,{
type = 10,
color = 0xF,
width = hx,
height = hy,
friction = .3,
restitution = .2,
miceCollision = true,
groundCollision = false
})
end
end

tt()

eventNewPlayer=function()
tt()
end

eventKeyboard = function(name, key, down, x, y)
if name == adm then
if key == 37 then
dx = dx +0.1
tt()
elseif key == 39 then
tt()
dx = dx -0.1
elseif key == 38 then
tt()
dy = dy +0.1
elseif key == 40 then
tt()
dy = dy -0.1
elseif key == 71 then
ry = ry +3
elseif key == 72 then
ry = ry -3
end
end
end

for v,key in ipairs({37 ,39, 38, 40, 71, 72}) do
tfm.exec.bindKeyboard(adm, key, true, true)
end

Dernière modification le 1625941560000
Jota
« Consul »
1622686080000
    • Jota#0676
    • Profil
    • Derniers messages
    • Tribu
#2
  0
muito interessante de brincar, as vezes acontece alguns bugs no Z dos pisos e fica feio mas no geral achei bem legal
Sklag
« Citoyen »
1622687220000
    • Sklag#2552
    • Profil
    • Derniers messages
    • Tribu
#3
  0
Jota a dit :
muito interessante de brincar, as vezes acontece alguns bugs no Z dos pisos e fica feio mas no geral achei bem legal

obrigado
Bolodefchoco
« Sénateur »
1622687520000
    • Bolodefchoco#0095
    • Profil
    • Derniers messages
    • Tribu
#4
  0
Bem legal
Sklag
« Citoyen »
1622738880000
    • Sklag#2552
    • Profil
    • Derniers messages
    • Tribu
#5
  0
Bolodefchoco a dit :
Bem legal

Thanks bolo
Crypoppy
« Citoyen »
1622755860000
    • Crypoppy#9282
    • Profil
    • Derniers messages
    • Tribu
#6
  0
Achei criativo
Sklag
« Citoyen »
1624760400000
    • Sklag#2552
    • Profil
    • Derniers messages
    • Tribu
#7
  0
Crypoppy a dit :
Achei criativo

ty
Sklag
« Citoyen »
1625859600000
    • Sklag#2552
    • Profil
    • Derniers messages
    • Tribu
#8
  0
ChangLog
Direct1_M[09/07/2021]

Novo Sistema de textura
Otimização
Sklag
« Citoyen »
1625860200000
    • Sklag#2552
    • Profil
    • Derniers messages
    • Tribu
#9
  0
embreve tera mais atualizações
Conccino
« Consul »
1626655320000
    • Conccino#7379
    • Profil
    • Derniers messages
    • Tribu
#10
  0
que luxo
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Script] 3d falso porem funcional
© Atelier801 2018

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

Version 1.27