gamecorptm's Forum Posts

  • How can I contact with you? I need online slots machines like at playslotscasinos (.) com. Maybe you can create something for me.

    sorry at a moment cant develop games, sincerly don't have time, but you can reach me at skype id gamecorp.tm

  • gamecorptm

    Any particular reason for bringing up a topic from more than 1,5 years ago?

    somebody mentioned my name here! or smth got an alert on my inbox from this post sorry my bad dident read the time !

  • Thanks for your answer.

    Do you know if there's some kind of tutorial to do it?

    I have a little idea but may be it's better if I ask experienced people.

    the game itself is verry easy to do! the problem is for more layouts or screen you wanna do! the more placement and positions you need to corectly spawn since you scrool to right side the screen or move the background to left1 depends on many aspects of how you wanna do the engine either is a programmed scrooling background! that make you feel your mooving , or you actually move and scrool screen to actor! but that will require you a huge amount of actors and a big layout placement tile! unless you calculate for each tile upfront where to be and when to spawn but i woldnt recomend the last one cause if your already in game and you start creating massive long maps! on mobile games will make your game crash! or freez till crasshes! so its possible but to take out the other problems that are involved in the programming itself! will be needing you to know alot more about programming! and c2! ( hope i dident been so harsh) the game itself should be simple to be done! but the optimization will be a pain in ass!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have the same questions. The only C2/Ejecta game I found with IAP is here: viewtopic.php?f=148&t=108333

    The game is 'Avoid the Block' on App store here: https://itunes.apple.com/us/app/doodle- ... d882729324 (looks like it was called Doodle and Dodge to start with)

    Looks like the dev gamecorptm got IAPs working with Ejecta.

    If anyone have any tips on getting IAPs working on specifically on IOS I would love to know. I've just about to get my head into exactly that...!

    the game is not using c2 iap is a external coding part that i had to hire some other proffesional guys to make it for me! cause the one in c2 wasnt working well!:) to many headakes! forgot to mention that! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile"> the only thing i used is ejecta on that! the shoping part is not c2built in!

  • use the new version of r174 c2 or logout from you account! delete cookies! restart browser and go back and login again try uploading if that is fixing your probblem then cudos ! if not dont have a clue!

  • Did you use the latest beta r174?

    If yes, and you're still having issues, then maybe try a silly default template extract, just to see if it works.

    After that, maybe give Tom a shout, see what he says.

    read carefully the problem i have! the problem is not from construct 2 release version and yes i use the latest r174 or whatever is it! the problem is when it tryes to connect to this here scirra.com/arcade/upload when i try by forum or construct 2 to get to that page i get the error above! but this happens only on this account! gamecorptm! i have another account called gamecorpstudio its fresh new! on that one everything works perfect!

    edited 9:52 pm

    the problem is i want this account to work! cause of my high reps! and my friend list!

    also if you want to see my problem in real time i can sharescreen with you on skype! and youl understand better what im talking about!

    gamecorp.tm id skype!

    btw i also tryed with mozila , chrome, IE, flock, and many other browsers! the problem is same! on this account i get that error! on other account not!

    also when i first got the error i reformated my pc! reinstalled all clean no hosts blocking or other programs in +! now im clean! reinitialized my system! only necesary programs for development i need i use ! no antivirus no custom firewall nothing! its default!

  • nice game! but because of the frame thing! and the asteroids moving as same as snake! gives me the impression game is lagging even if its not! try making asteroids moving smoothly then every 1 sec! and if you change instead of any click try left mouse going moving left and right mouse down moving right! so youl have left and right movement! not only left! but this thing wont work on android unless you do a swipe detection! i already had a snake with swipe for mobile platforms! the bad part is i cannot upload to scirra arcade the capx with this account! keep it up! looks great!

  • When was the last time you tried to upload?

    Tom has already posted that there was an issue with lack of disk space that has now been remedied.

    well that issue was for like 1 month ago till last week! never tryed again since then let me try and il tell you!

    Edited 9:37 PM

    same problem! as above!

    from error is telling me that is not a space hdd problem but my account is missing somefiles from the scirra servers! so il try read Tom`s post and see if will fix it! i can use it if i use another account! but on this one not!

  • the original pou is made in Stencyl engine , the pow in construct 2 arcade is a clone!

    i know that because i was testing stencyl 1-2 years ago and pou was just a sketch wanna be game in those forums! and after a few months later! it got big! but im not recomending you stencyl ! one because does not have full freedom of engine as you want! your bound to some built in codes unless you know serious programming! not so many custom plugins addons , verry verry poor fps with a 300 actors on screen! verry poor engine ! but still is flash is good enough for apps and old mario games! but not good enough for more advanced stuff as construct 2 does:X! so stick to c2 if you want a good easy to learn engine!

  • Tom or Ashley

    if i read correctly is something worng with my account space on scirra european servers its not unzipping the zip folder or something have been moved! maybe the paint game that is in example was removed or something?! because i already had it in puzzle ?! with the same name?! could that be the problem?!

    'D:\pergatory\64048\unzipped\arcade.xml'. < this error here tells me that its not finding a 64048 request unzipped version! or that folder have been deleted! if is that the issue please can you get it fixed! i want to share some free capx files for my little brother school projects!

  • >

    > > i made some kind of paint but not like that!:) it is possible but right now construct does not use canvas pixel fill! so if you get a plugin for c2 coloring every pixel of canvas in part! then you can do that and even add brushes!

    > >

    >

    > True filling and mixing pixels one at a one will be a bit sluggish in JS. Alla Prima Paint does not do this, instead pastes brush dabs fully on top of each other letting the browser implementation of HTML5 pixel mixing do the work.

    >

    > Thanks,

    > Ken

    >

    oh thats how its working then! )

    edited :

    oh i actually done that system in my paint on construct 2 arcade long before this! but i used no brush types just a spite .. does the same thing! just you have nice brush effects on sprite looks great!:D feels great! awesome app you made good job! but is it in c2?! or is js imported?!

  • > i made some kind of paint but not like that!:) it is possible but right now construct does not use canvas pixel fill! so if you get a plugin for c2 coloring every pixel of canvas in part! then you can do that and even add brushes!

    >

    True filling and mixing pixels one at a one will be a bit sluggish in JS. Alla Prima Paint does not do this, instead pastes brush dabs fully on top of each other letting the browser implementation of HTML5 pixel mixing do the work.

    Thanks,

    Ken

    oh thats how its working then! )

  • Nice game. What did you use to build it on ios? Ejecta?

    yep ":D

  • Hi everyone,

    Im messing around with the tilemap feature and i cant seem to figure out how to destroy a tile at my Touch.X,Touch.Y

    Is there a different way of doing this with TileMap?

    make a Xtouch and Ytouch variable! and make it on updating when you are touching it! (when in touch set xtouch to touchx set ytouch to touchy ) trigger event when touching tilemap destroy tile at xtouch ytouch the simplest way to do it!

    so basically you do a secondary touch x touch y to the original 1 somehow aint working with direct input of touch x touch y !

  • It took me around two weeks to cobble together, with some help from a friend, and while it's not up to the standards of some other games here, I'm proud of what I've accomplished so far.

    I took the Clay.io leaderboards out because I was under the impression they weren't happy for games with their plug-in to be used on ad-supported sites other than their own ~

    I wasn't have much luck with Clay.io anyway, (the game was 'pending' for around three months) so I decided to purchase my own domain and upload the game there:

    http://www.touchmyballs.net/

    Please enjoy.

    Thank you.

    awsome fun!:D made 173 ... im a noob!