Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 8bitDev

Pages: 1 2
1
Ask a Question / Re: Keyboard overlaps with web browser commands(html5)
« on: September 27, 2018, 11:28:23 am »
Thank you,it worked in all of my games without any issue.

Put this in a code block in the first scene of your game in a when created event:

Code: [Select]
untyped __js__('var keys = {};
window.addEventListener("keydown",
    function(e){
        keys[e.keyCode] = true;
        switch(e.keyCode){
            case 37: case 39: case 38:  case 40: // Arrow keys
            case 32: e.preventDefault(); break; // Space
            default: break; // do not block other keys
        }
    },
false);
window.addEventListener("keyup",
    function(e){
        keys[e.keyCode] = false;
    },
false);');

2
Ask a Question / Keyboard overlaps with web browser commands(html5)
« on: July 19, 2018, 02:07:44 pm »
When using keyboard on html5 game(once uploaded to newgrounds),if i use arrow keys web browser window goes up and down and when using space bar it goes instantly down the page while at the same time game input is detected in the game.

How can i limit commands only to the web game that i have compared to the web browser commands?

I used build 9180 and just wandering before upgrading to the newest release if i am doing something wrong or if there is a fix to this issue/workaround in another end?

Regards

3
Ask a Question / Re: I would like to get info about the following?
« on: June 05, 2016, 04:12:58 am »
I done testing without any problem,export was the problem.
Anyway problem solved ;)

4
Ask a Question / Re: I would like to get info about the following?
« on: June 04, 2016, 10:54:47 am »
Thanks a lot,bdw yeah my mistake .exe the same as .deb or .dpkg,package file!

Anyway i found the solution.

I realized just know that its enough to just go to

home>stencylworks>games generated>Game(your game name)>export>Linux64>cpp>bin

Simply copy folder anywhere ,because that is compiled game ,there is no need to use in game engine extractor(compiler),but it would be nice to see it fixed and working!!!

PS:

Make sure that permissions are properly set in order to get it to run on other computers



5
Ask a Question / Re: I would like to get info about the following?
« on: June 03, 2016, 08:19:51 pm »
On Ubuntu and Debian based system only single .sh file is exported,its not the same as on windows.

Basically similar to single .exe file on windows,all necessary files  should be inside.

Is there any way that someone can take deeper look into this???


6
Ask a Question / Re: I would like to get info about the following?
« on: June 02, 2016, 06:51:31 pm »
I messaged on several places but no one seems to reply regarding to this problem.

I filed officially this problem as a bug,so basically its everywhere that it can be at the moment.

Sad thing is i purchased this mainly for ubuntu export and it does not work for months!!!


7
I get this error when i run executable compiled on GNU/linux OS(so far tested on Ubuntu 14.04 LST,Ubuntu 16.04 LTS and Debian Stable 8.4.0)

Can someone please help me,i really do not know how to solve this problem

Regards

8
Paid Work / Selling source codes for 3 of my games
« on: March 10, 2016, 01:43:25 pm »
Hi

I decided to sell to right buyer my 3 games source codes together with assets .

This is one time sale with all right reserved for particular buyer

Names of my games and links where you can play them

Patlogic -  optimized for every platform!!!

Patlogic-flash
http://www.freeonlinegames.com/game/patlogic
Patlogic-android
https://play.google.com/store/apps/details?id=com.bitdev.patlogic&hl=en

Patboy- optimized for flash,hmtl5,desktop,not mobile finished(only touchscreen is missing)Mouse/touch is used for UI and works everywhere,in game commands are optimized for keyboard and gamepad.
http://www.freeonlinegames.com/game/patboy

Patformer- optimized for flash,hmtl5,desktop,not mobile finished(only touchscreen is missing)Mouse/touch is used for UI and works everywhere,in game commands are optimized for keyboard.

http://www.freeonlinegames.com/game/patformer

Sale will include all 3 games,individual purchase for particular game is not available!!

For more information needed please message me below or on private messaging !!!

For each game 3 screenshots are provided!

Regards

9
Ask a Question / Question about gamepads
« on: February 17, 2016, 01:08:15 pm »
Reading on manual i seen that basically you have number for example(0, right hat)at every gamepad command.
Now i would like to know what 0,presents and how many numbers are in total?

2out of 4 of my gamepads reacted on 1,and i would like to know how many of these number options are in total and what they mean in backend of the code because i dont want to end up with not supporting some gamepads just because of command number before actual assign code!

Regards

10
Ask a Question / Re: I would like to get info about the following?
« on: February 16, 2016, 05:33:56 pm »
Thank you,got around that one,with other problems still no luck!!!

Regards

11
Ask a Question / I would like to get info about the following?
« on: January 31, 2016, 04:18:50 pm »
Hi

I have several questions that i need help with to resolve them:

1-I am trying to add exit option to my games on desktop platform(Windows,Ubuntu,Mac OS export).

I seen that you can exit game by pressing alt+f4,but how can i built this in image(on the scene)that when you click on it(mouse pressed)you can actually exit the game,basically turn OFF button on the screen???

2-I am suing latest Ubuntu LTS 14.04.3 (64 bit version).

Testing games works,export is done,but when i try to run the game

Could not load module std@get_env__1

Please message me how to solve this problem??

3-I am also having problem with chrome web export
I did messaged once about this,now i tried the same on WIndows besides the ubuntu,and i actually have the error message on the windows displayed comparing to ubuntu,so please check it out and message me how to solve this problem?

If you need log reports or more info,please message me here in reply!!!

Regards

12
Paid Work / Re: Looking for a investor for my 3 stencyl games
« on: June 16, 2015, 08:50:31 am »
Everyone can message until deal is sealed,if you are interested,message me,or post in this topic.

Regards

13
Paid Work / Re: Looking for a investor for my 3 stencyl games
« on: June 16, 2015, 08:33:37 am »
Everything that you want to talk about we can talk over skype.

If you are willing to invest in my game,i am sure that we can make some deal out?

I will give you my skype in private message.

Regards


14
Paid Work / Looking for a investor for my 3 stencyl games
« on: June 16, 2015, 04:54:53 am »
Hello everyone  8)

I made 3 games using the Stencyl game engine.
Their names are Patboy,Patlogic,Patformer
You can play them here
http://www.freeonlinegames.com/game/patboy
http://www.freeonlinegames.com/game/patlogic
http://www.freeonlinegames.com/game/patformer

Anyway,i will be exporting these games,and i am targeting Windows,Android and GNU/linux,but i would also like to do iPhone export,but sadly i dont own a Mac and Iphone

Anyway,i would be willing to give away rights for commercial use of my games for Iphone export,implementing touchscren methods of clients choice,the same goes for links,advertisement and so on(in exchange for money off course).

I am working on oDesk as a freelancer so more details you can see here
https://www.upwork.com/o/profiles/users/_~016bbcb8f4e7f5da73/
You will be hiring me on this website,and you will be paying me/keeping contract as a job post,so everyone wins on this one

Message me details,post the comments,price is negotiable ,the same goes for conditions,maybe if you want source code rights,or export for another platform and so on.

Games are now only on flash player available

Regards

15
Bug Archives / Chrome export-game not playable
« on: June 10, 2015, 07:05:15 am »
New browser just open new html page adn bind resolution opens up,and thats it.

I dont know how to edit config files.

Can anyone help me with this.

I used stencyl 3.3 version to compile my projects

Regards

Pages: 1 2