Skocz do zawartości
View in the app

A better way to browse. Learn more.

Max3D.pl

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Napisano

Może mi ktoś powiedzieć jak wie jak do tego skryptu dostawić drugi buutton?

rollout MyRandomSelectionTool "Skrypt testowy."
(
 button GetRandom "Editable Poly"

 on GetRandom pressed do
 (
 convertTo $ PolyMeshObject
 )



)
createdialog MyRandomSelectionTool

  • Odpowiedzi 3
  • Wyświetleń 691
  • Created
  • Ostatniej odpowiedzi

Top Posters In This Topic

Napisano
rollout MyRandomSelectionTool "Skrypt testowy."
(
button GetRandom "Editable Poly"
button DrugiButton "Drugi Button"

on GetRandom pressed do
(
	convertTo $ PolyMeshObject
)
on DrugiButton pressed do
(
	print "drugi button"
)
)
createdialog MyRandomSelectionTool

Napisano
  • Autor

a jak ustawić żeby button był np . z lewej strony i zaraz obok niego następny, no i kolejny pod spodem?

Napisano

rollout MyRandomSelectionTool "Skrypt testowy." width:200
(
button GetRandom "Editable Poly" across:2 
button DrugiButton "Drugi Button" 

on GetRandom pressed do
(
	convertTo $ PolyMeshObject
)
on DrugiButton pressed do
(
	print "drugi button"
)
)
createdialog MyRandomSelectionTool

Topik w docs:

Rollout User-Interface Controls Common Layout Parameters

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Powiadomienie o plikach cookie

Wykorzystujemy cookies. Przeczytaj więcej Polityka prywatności

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.