Luciana478 / Dizar-Mobile

Creative Commons Zero v1.0 Universal
4 stars 1 forks source link

Dizar Mobile

Hello! Create, comment, and manage AIRS with Dizar Mobile! Dizar Mobile is a simple way to manage and create projects from your Cellphone! The payment cost are FREE!

Installation

It's simple to install, just open the Google Play Store and search for Dizar Mobile. Then, Click at Install on the Dizar Mobile 2021 app.

Wait until the download are finished. How about a coffe?

Usage

To use Dizar in your Android device, Sign in with your dizar account. Dizar Technologies will sent an email so they can confirm that is you.

About 12 seconds left, you would be connected!

Common Problems & its solutions

How to Create a new project

Sem título

This Phone has Dizar installed, so we can learn how to use it:

Note: If you don't sign in, then you can only manage your projects, and you don't can create or edit your games. And the wrost part: you can't disable the bluetooth and needs to stay nearby the computer!

Click at New Air and give it a name, then, click at OK. The Engine would be started.

Sem título 2

After the engine starts, create a new object:

object.create("player":instance)

...Or, click at New instance, and select the instance you want to put it:

Sem título 3

Every element are too in Dizar for Windows, but the Mini store are disabled for Android.

The engine uses Python language, so you can learn now.

part is required!

How to script?

It's easy to script: touch at New Object, then, in Get Code Lines. you will be see this screen:

Sem título 4

Let's create this: a digital farmer tracker

class trackerSoilSystem(self):
  soil = object.Friend("Terrain")
  soilMosture = soil.Friend(Terrain.color)

  if (soilMosture == "Dark Green") {
    soilMosture.Append(": 99%")

Cool, huh?

Create with Mini Items

The mini items are objects you buyed at the Minis store (Needs to create this in a PC).

It's simple to use Games like Mini Items:

Done!

Create with scripts

Scripts are simple:

def startServer(onlineInterest):
  Object.create(city.instance, style: Futuristic)