GeorgeZaharia's Forum Posts

  • 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.

  • oh i think i got confused with the touch input detection, i think touch should work for custom buttons(but im not entirely certain i remember that has a detect input at index 0,1,2,3,4,5,6 etc which detects the buttons on mouse or multi touch screen but again not sure if applies to mouse or only to touch), but yea, multiple mouse buttons should be supported, nice request +1.

    Edited:

    however i have a gaming mouse, but the extra side buttons, are by default for browser forward/backwards, unless i map them in the mouse settings in windows. so you see that games made in C2 if are not exported in NW.js or for desktop platforms, wold have a issue even if mouse multiple buttons are supported. since wold switch the browser... but i guess it could be made so it overrides the default functions if supported as C2 plugin. but im not sure how practical that wold be. im guessing the best approach wold be to create the mapping of the gaming mouse by Browser.object to cancel the gaming mouse default controls for the extra buttons, and assign them to something else in the game in a menu but that is an entire headache, by itself.

    Edit2: maybe this request should be in the Plugin request section? maybe some plugin guru will pick up the challenge?

  • first of all, let me say i like the idea its really coming together very well with the song and graphics

    second ... how old are you? its not relevant just curious.

    and last you want the truth or fake truth about it? (its good anyways )

  • what do you mean, support for gaming mouses? the mouse plugin already has a input detection for all mouses no matter if has the default 3 buttons or 10

  • 1 disabling ad-block when u are previewing if you have it installed might solve it. (adblock automatically blocks C2 games, causing them to Load with red bar and stop at 80-90%, and even if loads 100% there might be some items skipped.)

    2 trying mozzila/opera/IE and not chrome might solve it.

    3 if we dont know what else is in your guys event system that can interact with your sounds, we cant solve it.

    4 blackhornet is right.

    hope it helped you. there are various reasons why sound wouldn't play on ur project. but most likely as i can see its bad event system logic nothing seems wrong with audio plugin lately, and i wold'v notice them also, since i had some audio projects(massive numbers of sounds and music files) tested this week.

    Edited: might be that is because of some sort of browser cache error, try clearing ur Browser History Cache data(downloaded media and images only before or since the time you started previewing the project your working on.)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just an update.

    Two people from C2 Discord channel (https://discord.gg/YfMsC5D) tested the capx as well.

    The first person with Win 10 could see the flickering, the second person with Win 8.1 could not see the flickering. So again it looks like Win 10 issue.

    you forgot to mention win8.1 also has no problem recording the screen gameplay. <img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz">

    I know that plans change, but at the moment we don't even know (officially) if C3 will still be HTML5-only or not.

    yes we do lol, and we do know that from the fact that Ashley is a fully pledge html5 adopter and supporter. i dont think he will change his mind very soon. even if its an entire new product. why this topic still in debate?

  • if u woldv use bullet behavior u wold had the distance traveled.. however since your object is not a bullet and u dont want to mix the 2 of them cause of obvious glitches..

    create a instance variable on the player with the movement controls.

    when any key is pressed (left or right) that enables the movement, triger one time set the instance variable (lets say posx) to players.x then

    compare two variables : distance(player.x,0,player.posx,0) is less then 250 simulate left or right control. that way ur char will only move when the buttons are pressed if the distance is less then 250 pixels. then when u release and press again everything should restart itself.

    Distance limited movement

    if that is what ur not looking for, then what said for the "teleporting movement"setting the .x to + 250 or -250 wold do it.

  • i think the issue, is that your pinned action happens on a continuous loop, try calling the pinned behavior action, on a trigger once sub event see if that helps.

    if u dont have more then one animations for the shield ball effect, the animation should start playing by its own once its spawned, if the animation speed has a value higher then 0

    however we cant help u exactly without a snapshot of the actual event system u have or a simplified capx of the issue.

  • who told you [/code:xkav2m74] the expression is on browser object?
    (rephrased : what post told you that @KKdenis ?)
    
    the expression "Is on mobile device" or "is on platform " and u select the platform from the dropdown menu its found in the [url=https://www.scirra.com/manual/124/system-conditions]System expression list[/url].
    
    yes the "is on mobile" can be detected by using the browser object however its not required unless u need a specific mobile device to be detected, for example u want to lock ur game to be played only on ipad4 or samsung galaxy S what ever... but i doubt u want that.
    
    care to mention that the browser object has mobile expression such as detecting if the mobile button back or the arrow that is inscriptioned on the devices as an arrow ( < >), same applies to menu buttons and others that can be found on most smartphones(outside iPhone which has only 1 button i think.)
    
    i suggest either read the manual, or if that makes u confused, go trough the entire example files C2 comes with... you will learn faster that way the basics.
  • My game was just reproved. It seens their quality bar is very high. Waste of time. I can't recomend unless you have an AA game.

    So we can have an idea about their quality requirements.

    seems you already answered yourself. u need a game that is near a AA game or viral/trending category/theme. plus quality has to be more then usual concepts, also they expect it to be clean, and the fgl implementations flawless with no errors.

  • Can Blender3d or Maya be used to export armature animation to this thing?

    I really dislike 3ds max, nothing personal

    Thats gonna be the thing that wins me over in the end really

    You should have made it a plugin for blender instead of construct2

    the plugin has 3 exporters facilities, Maya which X3M likes the most, Blender which you seem to like, and Unity for those who have unity characters / assets and want to use them, like me

    they should be explained on the first page if not on X3M's blog

    Content :

    You get :

    -The plugin.

    -The exporters for the 3D editors

    -4 fully commented templates + 4 3DS max scenes.

    -Free updates till v1.0.

    -1 year of support, counting from the day of buying.

  • this is really well made, great job. love the song, controls, its well made really. wow big applause.

  • im using random logo's i design, based on what my mood is in the period im active on scirra forums.

    lately im feeling like Snoop Lion of C2 community ............. lol