GeorgeZaharia's Forum Posts

  • To me looks like additive blending option, but you can also achieve a similar effect with a slight transparent png animation.

    download it and try it out in C3

  • You need to resize the canvas size to that area only and snapshot the screen, then resize canvas back to original ... then download your snapshot... however you might want that drawing area to be either in middle... or towards the left side of screen. or upper left.

    Edited:

    You can read this tutorial i made quickly or download this example for C3 from here and open it in the C3 editor here

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is it possible to retrieve data from a camera snapshot?...

    Is possible, but you will need a custom Js that recognizes text inside picture and turns it into text digitally on a editor like... or store it on your variable inside Construct or dictionary. but doing that Js might be tricky... is not that simple.

    You might want to look at software's similar to this .... and how they done it...

    I don't think anyone every done it with Construct though.

  • lisi4king

    As people suggested above

    You can download a C3 example from here i quickly made using the above suggestions and load it in the free edition here

    nelostic as above Construct works offline if you have a subscription for about 1 week... then you need to connect to internet for 1 minute or more... for the license to be re-validated.

    If you don't have a license it works offline forever.

    All you have to do is go to editor.construct.net give it around 5 minutes or less depending on your internet connection and you are ready to go!

    P.S that bearded fabulous guy looks cool!

  • But okay, I know the way around. My email: jerry+bolder+98 and then gmail

    Oh well that is a totally different email then what i was seeing, and a definitely different one from what i was copy pasting... cause the copy paste of the first one was pasted backwards lol ....

    Sent you a message on gmail talk to you there.

  • PM me or mail me at idurveshnezb@gmail.com

    Your email does not work.

    I only wanted to ask, what does half game developed means in the request above?

  • in the tank demo. how he get the tank to "jiggle"?

    the tank demo is using a bunch of imported js libraries that the developer can't make public cause he borrowed them basically from other people that don't want to show how is made. So you basically have to figure that one out yourself. but is probably mesh manipulation.

  • Thanks for the replies, I'll try to figure it out with the physics. I get the concept but the boulder just sits there, gravity doesn't do anything, or applying torque. Anyways i'll try and figure it out.

    Thanks

    Make sure the object you have doesn't have also solid or platform behavior on it

    Also on physics settings set boundary to circle and make sure the Unmovable Object setting is disabled. or not ticked. if u do all right then it should work. try also look at C3 physics example that comes with C3.

  • Ps. Can construct 3 export native iOS apps? And windows executables?

    The game you mentioned is doable with Construct, and i think there is actually a example file of that specific gameplay somewhere in the Construct 2 section, might be an old post like 1 -4 years.

    As Native IOS? not sure what you mean by that, all i know Construct exports a package file usually zip, if not a folder with assets ready to be imported into the IOS xcode program and then you can follow the specific guide for that process to export a ios playable game, thats why i said i dont know what you mean by that cause im not sure if this is actually native coding transcript, but it should work as good as a native export. For more informations and guides on this wrapping ios thing id suggest searching the C2 tutorial section and C3 tutorials in the Learn link found above in the header menu.

  • You do not have permission to view this post

  • Hello,

    I have question does anyone have a good way to make a boulder roll down a platform? I can get it to roll initially, but cannot get it to move after that. I tired using the simulate control with a invisible detector to trigger the control change, but nothing happens.

    To apply rolling force to an object you need to use the apply torque force so it spins the boulder if is on a horizontal plane.

    if is a slope platform the physics behavior should do its job.

  • Good afternoon guys, my question is about a shortcut, I have Event Sheet 1 and I created a group on it, now I'm on Event Sheet 2 and I need to put that same group in it; I need help in knowing what the key is, I do not want to copy and paste the group, I know there is a keyboard shortcut that creates a group shortcut that already exists, but I can not find the key anywhere. Thanks for listening.

    based on this manual entry i don't think there is such keyboard shortcut

    What you can do to not duplicate the code for each event sheet create a 3rd event sheet move your group events in the 3rd event sheet and then include by pressing N into the desired event sheet 1 and 2 where the group is needed.

  • How would Google notice you are not following the GDPR rules 100% in termes of the Privacy Policy? I think the only way they notice it is if someone reports you right? Im want to use the Policy generator but im not sure if my account will get banned some time or even get sued or something i dont know!

    sachos345

    Yes they will notice you'r app if more then 1 in 10 people start to report your app. Also the moment reports pile up you'll be under the investigation. However long before you get reported, they do a manual check, not sure if you noticed but when you upload your game version, and information regarding your new app, they are taking around 48 hrs to verify your app submission. So there are 2 ways they can check you, not to mention the smart google AI which by now i think is implemented in everything google has up and running (deep mind).

    As how to make sure your following the GDPR 100% rules? read the GDPR rules here or here and also here and follow them manually. The policy and tos generators are good to give you a example form, but you can alter it in order to comply with GDPR updates google tos etc. And if you have some cash to put into the safety of your app, hire a lawyer online like rocketlawyer or something that do this stuff of things. There might be generators online that are made by lawyers themselves keeping everything up to date, based on different platforms either google or ios etc.

    Google doesn't sue you cause of your TOS or Privacy worst they do is suspend your account indefinitely until you contact the support team and find a solution if there is one that can be applied. But if you get suspended is game over with them usually, they hardly give a 2nd chance to anyone.

    However in most of tos/privacy violation you will get notified a few times, and they will tell you to take the app down and fix its issues. If you ignore those warnings then the above might apply.

    They will sue you, if you do actual harm to their business.

    In short, if you collect/sell/use any of the user data without the user knowledge and consent then you breaking the GDPR.

    And when i said any of the user data, i mean anything at all, even if he uses his keyboard to type 1 letter you are not allowed to know what he typed unless he (the user) lets you (the developer/publisher) record that input, and knows you will record that input. And here also is to be mentioned :

    1. usernames or real full or partial names
    2. passwords
    3. credit card info
    4. fake address or billing address or delivery address
    5. phone numbers
    6. app usage related inputs or user behavior when using the app
    7. pictures or emails
    8. opening and closing app function usage
    9. Other than above that user submits, or you might record
  • Are there any advantages in embedding them into the app? Why can't I have them published on my website?

    You can have them on your website, is your choice, but you have to consider a few things.

    Cons having popups in your app, they might not always work, tos policy needs to be on a 24/7 website hosted which not always happens from various reasons, the business isn't generating enough to pay for the hosting etc.

    Another con would be each new android/ios/browser/update popups are handled differently, in past as if i recall correctly some android games didn't had popups or redirects to other games properly working.

    Now the above are not very serious cons but they matter to a more "picky user".

    There are a few advantages like:

    Your app looks a bit more professional and you get a bit more trust from people as you appear to care of your business.

    You don't have to worry about the policy /tos being hosted = no hosting costs.

    Avoiding popup blockers and other issues regarding iapp redirects.

    Now all of them are not very bad things or good things, but it probably takes 5 minutes to add them and they don't do any harm to no one.

    As if you'll ask what if i want to update my policy, you can have a free hosting service and fetch the policy and tos from there. Same applies for the above "0 costs hosting". But when you have a freehosting service, they might not always have SSL and some browsers might give users warnings as "not secure", making your app look suspicious.

    And finally chances are nobody will actually read your policy or tos agreement, but if someone decides to sue you because while playing your game they got annoyed and smashed their device, and they have access 24/7 to your privacy and tos without any interference from your hosting provider etc... then you are covered, and they wont be able to claim a brand new iphone plus damages of not being in contact with their friends/business because of your game. As well in the case of a data leech, you will be covered much easier as your tos would probably have something along the lines if you dont agree with this TOS then uninstall the app and be in the users ability to read whenever they want 24/7.

    Nobody is going to force you to have them built in ... is just that old saying ... "the little things make the difference" and the other golden saying "better safe then sorry".

    There are probably more advantages and cons, but this are the few that pop'd in my head now as a simple logic.

    Sorry if i smashed some words or sentences into a potato pulp.