Search found 13 matches

by Cossades
15 Oct 2012, 16:17
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

Example:

Code: Select all

var
  px, py : single;
begin
  Poly_GetPos( 1, px, py );
  if py > 100 then 
  begin
    Poly_SetSpeed( 1, 0, 0 );
    Poly_SetPos( 1, px, 10 );
  end;
end.
If you want to use SetInt function then use Round or Trunc for convert single to integer.
by Cossades
15 Oct 2012, 15:19
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

Nice screenshot :) "Teleport" added already, but no touch poly script yet, so only by touch object. Uploaded new version. Here exe: http://zalil.ru/33855808 First of all, added new level-file format - zle, its just zip file with vle and all new resources used on level. Also in editor added...
by Cossades
12 Oct 2012, 18:41
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

Pingywings, nice level. My time 26.61
by Cossades
10 Oct 2012, 17:05
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

Pingywings, well, quite hard to make that physics works correctly in any situations...

zebra, thanks! I spend about two weeks on it. But for physic i use Chipmunk physics engine, for graphics - ZenGL, and for scripts - Pascal Script, so it can be said, half of work not mine :)
by Cossades
9 Oct 2012, 03:39
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

Tigro wrote:showing polygon number when pointed on it
ID and type of element showing at bottom panel when pointed.
by Cossades
6 Oct 2012, 20:41
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

by Cossades
6 Oct 2012, 20:06
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

kuchitsu, custom graphics supported already, just put texture or sprite in appropriate folder. But you'll need upload new resources with your level file. Maybe i'll add another level format which can contain resources in it, in next versions. Also, i can upload my animation editor, for create animat...
by Cossades
6 Oct 2012, 18:30
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

Zweq Hmm, i think i fix it: http://zalil.ru/33824864 Btw, nice levels. Really enjoy solving first puzzle. Second is impsy :) kuchitsu I noticed that you gain some additional speed if you touch ground/ceiling exactly at the corner, so I used this trick here. It requires 100% precision and so is kinda...
by Cossades
6 Oct 2012, 03:12
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

omg, impsy recs 8O ho to add vertices to an existing polygon At now only by double-clicking on edge in vertex edit mode. my antivir doesn't let me open it. Maybe it because i use upx packer for reduce file size. Anyway, there no viruses or something like that :) dif moves wil be intresting when/if c...
by Cossades
5 Oct 2012, 13:09
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

Hmm, i have XP too and all fine.

Try this dll please: http://zalil.ru/33821001
Its used OpenGL instead DirectX.

If it doesnt work too, could you please use this amle.exe file: http://zalil.ru/33821016
It create log file. Maybe some useful info in it.
by Cossades
5 Oct 2012, 05:19
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

Bludek, fun levels :)

jonsykkel, not many style in lev, but nice to see some contest :)

Made little update yesterday - added replays in game. Same link, in first post. Or here only exe file: http://zalil.ru/33819755
Almost didn't test it but seems work fine.
by Cossades
2 Oct 2012, 16:50
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Re: Amle2 (Elma fangame)

Thanks to all for comments! 6.9x on first lev looks impsy. I hope it's not game timer bug again. Although, I has 7.03, so probably pos. Lousku, hah, nice :) Zweq There not much comands yet, but i can easy add any function in next version. At the moment there are only these: procedure SetInt( Name : ...
by Cossades
2 Oct 2012, 09:08
Forum: Advertising
Topic: Amle2 (Elma fangame)
Replies: 215
Views: 61916

Amle2 (Elma fangame)

Hi! I made a little fangame about kuski who lost his bike and collect apples by running on feet :) Link: http://cossades.narod.ru/Amle2.rar Screen : http://cossades.narod.ru/screen.png There only two levels, but you can create your own in the editor. Also editor has function of importing elma levels...