no! Language & RegionBensonmaam wrote:For the iOs keyboard?
Well, german.
Classic TETRIS
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
Re: Classic TETRIS
-
- Posts: 4
- Joined: Thu Jan 01, 2015 10:19 pm
- My devices: Ipad
Re: Classic TETRIS
Language is Deutsch means German
Region is Deutsch, also
Region is Deutsch, also
Last edited by Bensonmaam on Fri Jan 02, 2015 10:35 am, edited 1 time in total.
- Dutchman
- Posts: 851
- Joined: Mon May 06, 2013 9:21 am
- My devices: iMac, iPad Air, iPhone
- Location: Netherlands
- Flag:
Re: Classic TETRIS
It tells me that the "language"-file 'en' in the folder 'system/language' is empty.Bensonmaam wrote:When running tetris I get the error message
Input without data in file system/language/en.
What went wrong?
There should be also a file 'de', for Deutsch. So your game should start in die Deutsche Sprache.
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
Re: Classic TETRIS
check the contents of the folder System / Language. folder files should be en for English and de for German language
https://www.dropbox.com/sh/z2cjuosl59w9 ... guage?dl=0
https://www.dropbox.com/sh/z2cjuosl59w9 ... guage?dl=0
- Dutchman
- Posts: 851
- Joined: Mon May 06, 2013 9:21 am
- My devices: iMac, iPad Air, iPhone
- Location: Netherlands
- Flag:
Re: Classic TETRIS
@ Mr. Fant:
I prefer to use the iPad upside down, so that it fits in a stand with the supply cable at te top.
Your game is then upside down.
I solved that in my game "Sea Combat' with the following code:
I prefer to use the iPad upside down, so that it fits in a stand with the supply cable at te top.
Your game is then upside down.
I solved that in my game "Sea Combat' with the following code:
Code: Select all
GET ORIENTATION p
IF ODD(p) THEN
SET ORIENTATION p
ELSE
SET ORIENTATION TOP
ENDIF
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
Re: Classic TETRIS
thank you! I agree with you! Tetris-old version. in his last program I use when the application starts a universal orientationDutchman wrote:@ Mr. Fant:
I prefer to use the iPad upside down, so that it fits in a stand with the supply cable at te top.
Your game is then upside down.
I solved that in my game "Sea Combat' with the following code:Code: Select all
GET ORIENTATION p IF ODD(p) THEN SET ORIENTATION p ELSE SET ORIENTATION TOP ENDIF
GET ORIENTATION P
if p = 1 or p = 3 or p = 4 then set orientation 4 else set orientation 2
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Classic TETRIS
IF p=2 THEN set orientation 2 ELSE set orientation 4Фант wrote: if p = 1 or p = 3 or p = 4 then set orientation 4 else set orientation 2
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
Re: Classic TETRIS
В моем случае исключается вертикальная ориентация для устройства-пример для игр только с ландшафтной ориентациейMr. Kibernetik wrote:IF p=2 THEN set orientation 2 ELSE set orientation 4Фант wrote: if p = 1 or p = 3 or p = 4 then set orientation 4 else set orientation 2
-
- Posts: 4
- Joined: Thu Jan 01, 2015 10:19 pm
- My devices: Ipad
Re: Classic TETRIS
Now I have created the folders. But I don't know what inputs I have to put in a file. Whilst I have no source of the tetris program, can someone provide the appropriate text file used by tetris?
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
Re: Classic TETRIS
create do not need anything! sufficient to establish the content of links to any folder and run smart Basic file Tetris.codBensonmaam wrote:Now I have created the folders. But I don't know what inputs I have to put in a file. Whilst I have no source of the tetris program, can someone provide the appropriate text file used by tetris?
https://www.dropbox.com/sh/z2cjuosl59w9 ... OhmZtmu-Za