joxer's Forum Posts

  • thanks <img src="smileys/smiley1.gif" border="0" align="middle" />

    and what are other options?

    I found something like marketjs or clay.io, but still dont understand the concept how these markets works...

    someone who tried that?

  • Hello,

    I made a game in construct classic before (free). And now I am considering making some simple game with HTML 5. Is it possible to make some money with it? I am not professional developer, but I am graphic artist and I have some basic skills with construct.

    What is the best way to sell html5 game?

    I am really not good with marketing and things like that... The best for me is find some company which will publish and sell my game. Is there something like this? It is ok for me, if they take percentage of revenue.

    I have some ideas for games, but I want to know if it is worth to try it :)

    thanks for any help

  • I tried to apply this to my game, but I have troubles with it...

    It works for me only on widescreen, when I try this application on normal screen, then it is deformed in fullscreen (not stretched but shringed)...

    what I need is, when it is on windows it will have allways 1024x768. but when it is on fullscreen and on normal screen I need my game fill the screen. but if screen is wider I need to keep aspect ratio and in these empty places (on left and right) I need some dark zones...

  • Zotged: it was black, and after some time I could see only part of scene and right down corner. but I restart my computer and it seems ok now.

    many thanks!

  • Zotged: thanks very much, looks good. but what I need is keep aspect ratio on fullscreen. when i try this on fullscreen, it seems very wierd to me...

  • hello,

    when I switch my game to fullscreen mode, it works. but when I try it on widescreen, it is strangely stretched.

    is it possible to setup it in construct classic, that if there is wide screen and fullscreen, then it will not be stretched. so there will be for example black zones on left and right.

  • it works, thanks!

  • it writes error in parameter 1...

    how exactly do i need to write it?

    thanks

  • I need to use same path for windows 7 and for windows vista. will it work if I will make this? (i would try it, but i have not windows vista)

    system: is global variable �osversion� equal to 6.1

    or

    system: is global variable �osversion� equal to 6.0

    just need to know if i am using "or" conditon right for this case,

    thanks

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • tulamide: fantastic! really much better than my cap :)

    thanks much

  • After long time of trying I figured out how to do it without plugins...

    It is a bit wierdly made application, but it seems working :)

    i tried it on windows 7 a windows XP and for not it works...

    if anyone here will need it i uploaded it here:

    datafilehost.com/download-b72e8381.html

  • Elyzius: is it hard to make it? how can i learn to make plugins?

  • it is bad news :(

    it will be very complicated...

    not any tips what to avoid to i can use constructs save system?

  • is it possible to save file to specific place depending on what operation system it is running on?

    I mean if it is windows vista save it to c: etc...

    else save it to d:etc...

    can i do that?

    i tried sys info, but there is no condition for OS type

  • hello,

    i am using construct classic save system (save/load to disk). sometimes it works, but sometimes it does not work and application falls :(

    please tell me that there is some solution how to avoid this crashing. if i would have to do my own save system with ini. it will take very very hard and long time for me...

    for example saving works fine, but in some specific place - when i click on object it disappears and another object is visibile. after that save does not work... any ideas what to do with it?