Извините, ничего не найдено.

Не расстраивайся! Лучше выпей чайку!
Регистрация
Справка
Календарь

Вернуться   forum.boolean.name > Поиск по форуму

Показано с 1 по 25 из 29.
На поиск затрачено 0.01 сек.
Поиск: Сообщения от: NastyKhan
Раздел: MidletPascal 09.12.2010, 01:44
Ответов: 16
Просмотров: 5,412
Автор NastyKhan
Ответ: Vibra, Data, Midi

I decided to not implement highscore table.

I've met another problem though. The game runs fine at simulator, but a little too slow on cellphone. Actually it's just.. boring-slow. I tried some...
Раздел: MidletPascal 08.12.2010, 20:59
Ответов: 16
Просмотров: 5,412
Автор NastyKhan
Ответ: Vibra, Data, Midi

Success!:super: Sound system works.

However, after implementing sounds to the midlet the "MIDletPascal" application itself crash sometimes when I press 'build' right after 'save'. But it's nothing....
Раздел: MidletPascal 08.12.2010, 01:26
Ответов: 16
Просмотров: 5,412
Автор NastyKhan
Ответ: Vibra, Data, Midi

After some experimenting i still can't figure out, how to this thing works. I'm basing on this example i found inside the zip:

program test11111;
uses player;
procedure player_event(p:integer;...
Раздел: MidletPascal 07.12.2010, 23:21
Ответов: 16
Просмотров: 5,412
Автор NastyKhan
Ответ: Vibra, Data, Midi

Thanks. Sorry for not using 'search button' but u know.. the whole forum is in russian anyway ;)
Раздел: MidletPascal 07.12.2010, 23:13
Ответов: 16
Просмотров: 5,412
Автор NastyKhan
Ответ: Vibra, Data, Midi

Sounds exactly what i am looking for. Where can i get it?
Раздел: MidletPascal 07.12.2010, 20:53
Ответов: 16
Просмотров: 5,412
Автор NastyKhan
Ответ: Vibra, Data, Midi

Actually i'm using OpenPlayer every time, because i'd like to play more than just one type of MID, and it looks like there are not.. "bufforing system" here to predefine all files before gaming. But...
Раздел: MidletPascal 07.12.2010, 17:14
Ответов: 16
Просмотров: 5,412
Автор NastyKhan
Ответ: Vibra, Data, Midi

Vibra works fine, thanks.

Sound system works but.. it slows down an application greatly. I mean, my midi file consist of 1 note only (it's 114B ) but each time the program reaches the sound command,...
Раздел: MidletPascal 07.12.2010, 00:24
Ответов: 16
Просмотров: 5,412
Автор NastyKhan
Ответ: Vibra, Data, Midi

Thanks.

About problem 2. Can I just write:

OpenPlayer('/music.mid'
StartPlayer;
StopPlayer;
?
Раздел: MidletPascal 06.12.2010, 14:41
Ответов: 16
Просмотров: 5,412
Автор NastyKhan
Vibra, Data, Midi

Hello,
I almost finished my greatest invention, but i still need some things:

1. How to unleash vibra? Are there any special libs? Or just commands?
2. How to save data to a file? (to make high...
Раздел: MidletPascal 29.11.2010, 17:01
Ответов: 18
Просмотров: 5,429
Автор NastyKhan
Ответ: keys/game library

Success! :super:

I've installed 2.0.2. And as I see it has some good and bad things. One of the features that 2.0.2 has, and 3.1 don't is to show (and name) bugs. I mean in 3.1 you only get...
Раздел: MidletPascal 28.11.2010, 18:09
Ответов: 18
Просмотров: 5,429
Автор NastyKhan
Ответ: keys/game library

Thx cherepets. I got blank screen again however. I really don't know, what's goin on. I think i'm doing something wrong with installing it.

Be default i have my 1,91kb in \MIDletPascal 3.1\Libs\ AND...
Раздел: MidletPascal 25.11.2010, 20:38
Ответов: 18
Просмотров: 5,429
Автор NastyKhan
Ответ: keys/game library

What about GetKeyClicked? I critically need it.

lib_keys allow me only to do this:

key:integer;

if (keys.get_bit(key, FIRE_PRESSED) <> 0) then pause;

but that function is checking if the button...
Раздел: MidletPascal 25.11.2010, 17:53
Ответов: 18
Просмотров: 5,429
Автор NastyKhan
Ответ: keys/game library

I understand. What are you proposing me to do then? I can switch lib for that 310B instead of my 1,91KB, but as i said - i have blank screen then, for unknown reason. It looks like once executed the...
Раздел: MidletPascal 25.11.2010, 01:47
Ответов: 18
Просмотров: 5,429
Автор NastyKhan
Ответ: keys/game library

Here you go:
http://www.sendspace.com/file/k7ihyn

As i said before. All i need is to make those "standard" commands like GetKeyClicked; or Repaint; working. On all other sides, the lib works fine.
Раздел: MidletPascal 25.11.2010, 01:13
Ответов: 18
Просмотров: 5,429
Автор NastyKhan
Ответ: keys/game library

I don't know. What version of MIDletPascal you use? I'm working with 3.1.

I'll try to be more precise:

When using "my" lib_keys (1,91KB ) - game complies, and run. Some commands like GetKeyKlicked...
Раздел: MidletPascal 25.11.2010, 00:19
Ответов: 18
Просмотров: 5,429
Автор NastyKhan
Ответ: keys/game library

Already got it :/ Nothing. Should I add lib_keys.java file to project resources as well?

What about that "GetKeyClicked" things? Any idea how to fix that?
Раздел: MidletPascal 24.11.2010, 22:41
Ответов: 18
Просмотров: 5,429
Автор NastyKhan
Ответ: keys/game library

Didn't work.

Using this lib, the game don't even run.
Раздел: MidletPascal 24.11.2010, 21:20
Ответов: 18
Просмотров: 5,429
Автор NastyKhan
keys/game library

Hi,

I'm using "keys" lib. As far as i know, it is the same as 'game' lib, or at least very similar. Now i have a fallowing problem: some old commands like repaint; or GetKeyClicked; doesn't work any...
Раздел: MidletPascal 17.11.2010, 20:02
Ответов: 9
Просмотров: 3,249
Автор NastyKhan
Ответ: Keypressing

Thanks :) It works now.
Раздел: MidletPascal 14.11.2010, 16:53
Ответов: 9
Просмотров: 3,249
Автор NastyKhan
Ответ: Keypressing

Using MP 2.0 and changing game.init; to game.init(1); didn't work.

In fact, when i keep game.init; it doesn't compile at all.


Still need help : (


edit:
Maybe i have the library wrongly...
Раздел: MidletPascal 14.11.2010, 05:02
Ответов: 9
Просмотров: 3,249
Автор NastyKhan
Ответ: Keypressing

I searched the forum, and i found this:


Program test;

uses
game;

const
UP_PRESSED = 2;
Раздел: MidletPascal 14.11.2010, 03:35
Ответов: 9
Просмотров: 3,249
Автор NastyKhan
Ответ: Keypressing

Hmm.. i was also thinking about it. However I don't know how to use lib_game, and other 'non-standard things'.. any clues with that?

edit:

I downloaded and installed 'game' library into my...
Раздел: MidletPascal 14.11.2010, 03:01
Ответов: 9
Просмотров: 3,249
Автор NastyKhan
Keypressing

Hello,

I'd like to make simple game, when an Object (starship, car, rocket etc.) is controlled by LEFT and RIGHT buttons. When you hold LEFT it strafe left, when you hold RIGHT, it strafe right,...
Раздел: MidletPascal 01.10.2010, 05:52
Ответов: 1
Просмотров: 2,667
Автор NastyKhan
Game doesn't work

Hello,

I've just finished my first game. It works perfectly on emulators (no matter what resolution i pick) and my SE k550i (176x220). The game itself is also 176x200.
Unlucky, there are some...
Раздел: MidletPascal 27.09.2010, 19:11
Ответов: 3
Просмотров: 2,763
Автор NastyKhan
Ответ: getKeyClicked

DIMMON4IK:
I already said that using 'else' instead of three separete "IFs" doesn't work as well. Thanks for trying anyway.

Dj_Alex:
Bulls' eye! It works :) Thx!
Показано с 1 по 25 из 29.

 

Часовой пояс GMT +4, время: 16:09.


vBulletin® Version 3.6.5.
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Перевод: zCarot
Style crйe par Allan - vBulletin-Ressources.com