GeorgeZaharia's Recent Forum Activity

  • you could try combining the strawhat samurai fighting style with it, its basically 1vs1 combat but more intuitive hope you make it trough.

    as long as you make your own graphics and you dont really follow the exact graphics of the original, but make it so they look the same but they are not, you dont have to worry about the license, however, i seen lots of bleach games types using the original graphics, that can only mean one thing, that is the bleach creators, are giving away cheap licenses, or atleast affordable till you get big enough and you can pay it in full.

    well you need internet for downloading them in first place, ........bummer >..> i usually play casual games, tetris like, flappy bird types etc.

  • good approach, but if its already so weirdish, i wold'v taken out the back button when u over grab, and just close it as triggered when back button was pressed.

  • RTS can be done sure, here is a tutorial i found on forum RTS Tutorial, there is also a RTS example in C2 itself check it out when you press file>new>project list example. The good part with C2 is that you can virtually do almost any 2d game with it. However you might face development problems, while you clutter your event system and forget what things do if you plan in building something as large and complex as Dwarfs Fortress is. Happy Development !!

  • The PC's run fine for more than 3 years and I've never had this problem till now.

    So, the entire 3 years and more, you had the computer for ... Was Windows 8.1 installed on it?

    Also, is your Windows 8.1 with a official Microsoft license? Is Construct2 the free version or the Licensed Version? things might occur differently when software's are not the official latest release, but outdated ones.

    Are you using the standalone Construct2 downloaded from official Scirra site or the Steam version? What Construct2 Version are you using?

    The lockup thing didn't happened before, and from 3.5 millions downloads this is the first time i see this appearing in forum, im just curious about all elements, since all this elements matter into pinning down the mysterious problem.

    If all the answers to the above questions are Right(meaning=you had windows 8.1 since it was released in 2014 on this computer u are using now and never C2 did this, every software is licensed on ur computer and its not a torrented version that might cause this problem, C2 is not the steam version since the problem it can be caused by the steam playtrough feature, Construct2 version is not older then R239 since that is the official stable release.) then i have no real response to fix your issue, but instead i suggest you file this problem into a report at the Bug's Section

    If some or part of the software's you are using (windows/C2/other software you use in same time while you are working in C2) are not licensed or are from torrent downloads then i suggest get the official version of them, cause in that situation no one really can help with a official response, and you might be subject to sanctions for breaching licensing terms.

    I'm not saying you are doing something wrong or illegal, just being thorough, so me or a more experience user in this matter(more experienced users, moderators, C2 creators) can provide you with a perfect response and fix this issue that might affect us all, as well the future updates and future users of the C2 product.

    Hope you read all the above, also i hope if you found why is the problem with the lockup happening, to reply here or in the Bug's Section so the issue to be patched in the future updates. Thanks.

  • [quote:3ml9xpol]try disable ur auto update windows feature... u will see ur windows 8.1 its going to work fine for you.

    Why do you think this will work?

    because i experienced the same thing you described. and i had always this process called, windows auto update thing in task manager, and when the cpu wold spike on it or increase by 20% stuff wold start crumbling no alt+tab no ctrl+alt+delete nothing. after i researched the matter of the process a bit turned it off. and no more issues for me. and same as you i have a pretty decent new computer... built it with new cutting edge parts last year so it shouldn't happen, i wold understand if wold use the old rig, but on the new one no.

    Edit: im responding purely from my experience based on your description, as you, i own a windows 8.1 license. and for me the problem was from the auto update.

    Edit2: i should'v first ask you if the problem started from u installing the windows 8.1 on ur machine, that wold make it much easier to understand my response.

  • its not C2 its a new Trojan type of malware that lurks around internet, i got something similar also on my laptop(i wont say exactly what i did on it, but its not using C2) .. its called Windows 8 or 8.1 cant remember properly....

    just joking with the Trojan ... its a windows 8 and 8.1 problem.

    try disable ur auto update windows feature... u will see ur windows 8.1 its going to work fine for you.

    its one of windows 8.1 bug that made Microsoft skip windows 9 and went for 10 directly.

    Edited: if the windows auto update its off... then u might caught a real Trojan and now im not joking. C2 doesn't do that to ur computer lol.

  • looks great

  • Hi, Tom or Ashley not sure which should i call in on this, but i noticed, that scirra store doesn't have a capx download for the sellers own assets, for example, i want to download a game of my own so i can re-work it a bit, since i lost the original capx, but outside the generate code i cant download the versions of it.

    i dont know if this is a issue or that was mentioned before. but its a addition for store to be much faster? like adding a download button in the version area for each version, so we dont have to generate more codes for the files we need?

      Version
        capx1---Download
        capx2 ---Download
        capxN---Download

    if the request is in the wrong section im sorry, i dont know where to post it im confused since its not a real important issue or bug, but more of a feedback based request type of post, that in my opinion it wold make things much smooth and look/feel more normal.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can confirm there is an issue when disabling the solid behavior while being on it (the issue being that you stay on it)

    https://1drv.ms/u/s!AjkoCSebIn9Ji1Aq6dwwy51jvSAG

    I have done a 1 event capx showing it if it can help focusing on the bug

    Step1: move with the arrow keys, you can jump if you want with the up arrow but stay between the walls

    Step2: stay on the ground, press space, all platform will turn transparent, and will lose their solid behavior, you can pass through the walls but you'll still be on the floor

    Step3: jump to see you are falling through

    C2 version 293, windows 10 x64, occurs on opera as well

    i know its not a normal fix and should not work like this, as i patched it, however its working on my side.

    patched bug the bug is due to the fact, and i might be mistaken, but C2 i think it checks for overlapping points at offset by 1 pixel, so u suddenly disabling it, it wont change the fact in C2 "eyes" u still on the platform since detection is still present. so in order to patch it, i pushed the player 1 pixel up, and gravity platform takes the obvious action.

  • Your example was very good but I Want to move 250px just by one tap and not by isTouching , how should I do It?

    that is easy also, however depends what you want to use it with or for, cause if u use some sort of physics, or collision feature behavior with it then u need to create a Boolean and basically change the "on keeping pressed" so it creates a loop, if you dont need physics, same applies, but instead of the 8 way behavior u use "move at angle - pixels "

    edited the capx i added a description for the instance variables also(you can see the meaning of instance variable when u click the Sprite "player" and in left side instance variables, then at bottom of settings u should see a text explaining it.) you can also modify the speed it travels at, however i suggest to do the increase in speed to be something like this (400,800,1000 or any par number increased by power of 2), that wold avoid the player going sometimes to far by 1-5 -10 pixels sometimes.

  • Yes, you are right. The browser object's platform expression returns the OS it's running on. My mistake.

    oh no, i was asking the OP not you dear friend, but i was thinking someone told him that, then read it again, and i see the confusion, however the question i did, sounded a bit high-demanding sorry for that. you where right also though.

GeorgeZaharia's avatar

GeorgeZaharia

Online Now

Member since 30 Jun, 2014
Last online 31 Jan, 2025

Twitter
GeorgeZaharia has 36 followers

Trophy Case

  • 10-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x9
    Popular Game One of your games has over 1,000 players
  • x21
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies

Blogs

  • Construct For Dummies - Simple Tutorial Collection

    I scour the Construct forums for users tutorial requests, and create small quick and simple tutorials using Construct's defaults features so anyone can use and apply them.

  • My Dev Logs

    Thinking on games 24/7 is fun and waste of time and unproductive if we don't bring those game ideas to life. In this blog im bringing my game ideas to life and log their development process.