Davioware's Forum Posts

  • for each dummy

    -----ball ID==Dummy ID--->ball:rotate around dummy.

    If that doesn't work in C2, try this (I mostly use classic, so I'm not sure if c2 has small differences with regards to picking)

    for each dummy

    ---for each ball

    -----ball ID==Dummy ID--->ball:rotate around dummy.

    alternatively you can store the dummy co-ords in 2 PVs in the balls, and get rid of the dummy objects altogether. This is less flexible because you can't manipulate the dummies around like normal objects (you need to reference the balls by ID grouping, then change all of their PVs at once), but you save on object count, which can help in a restricted environment (like phones).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can, but this kind of "online persistant world" game requires a server and knowledge of real web programming in mySQL/PHP. If you aren't a programmer, you can't make a game like this. I wouldn't recommend a project like this if you're new to game development either.

  • I was just wondering if it was possible to run arbitrary JS from within the C2 app. For example, say you have other elements on the page aside from the C2 iframe, and you want to run a <script> block which changes their color by clicking on a sprite within the game, let's say. Is this possible? Would it would be possible to write a (potentially unsafe?) plugin which allows you to run JS within the game, or am I potenetially overlooking something which would stall the runtime/not work/etc. or whatnot.

    Edit: Just found that someone made this plugin already.

  • More powerful events, and perhaps a VERY simple image editor. At least support pasting graphics from the clipboard in the next build, if you don't feel like doing the editor. It's essential to my workflow. (probably others too).

    Also, add "overlapping at offset". That idea davo had one night is a godsend. It's the single most useful event in construct classic.

  • When you try to drag an event of higher level under one with subevents (if the subevented one is the last one on the sheet), it only allows you to drop the event as a subevent of last event. Here's an example: (imagine #1 is a single event, and #2 is an event with 2 subevents)

    1.{{{{{{{{{

    2.{{{{{{{{{

         {{{{{{

           {{{{

    Imagine you wanted to drag event 1 under event 2, but keep it's depth level. You can't, unless you manually add a new event under it (so it gets the highest depth) and THEN drag event 1 under the one of highest depth.

  • Yea, I do the same thing for effects in my game konjak, however I'm still using version 99.72. I just tested it in 99.72 and it's the same result; it seems this is a bug that has been there forever (ie, wasn't introduced with the new function object changes).

    I don't really know how stable the python features are, I've never used them extensively.

    This bug is pretty important to fix.

  • I just did some testing and it seems to be a bug in the way the expression editor checks to see if the function expression is valid or not. For instance, I tried pasting konjak's expression (with the 17 params) into the editor and it wouldn't let me press finish and add the action. From that point on I wasn't able to write any other expressions, even valid calls. Closing the expression editor crased the IDE. Then, I tried making an expression by adding parameters one at a time. It was valid until I added number 20, then the input field became permanently red and wouldn't accept any other expressions, (even just a qouted string) until I closed it and it crashed construct.

    Oh and konjak, do you actually need the return value of the function (like do you want to set the variable to the return value), or are you just calling it in a set variable action (you don't care about the variable) because you want to call it as an expression.

  • That's awesome, though that is one gigantic graphic that made my resource saving side cringe a little.

  • Awesome work lucid.

    It's basically the bone behavior FULLY realized. Got myself a copy. Really useful.

  • Just released version 1.1, along with a new trailer.

    youtube.com/watch

  • This one is pretty bad. Fix needed Asap.

  • The boots and gloves give you stat bonuses when stored in your inventory. Gloves make you climb a lot faster, boots make you run faster :). The wand can be fired by throwing it in a direction. (takes a bit of time to charge.)

    And yes, you can kill/stop enemies in a variety of ways. You can blow them up with potions or berries. Protip: Spikes can be "harvested" used as weapons. Part of the strategy is learning when to fight or run.

    The game is supposed to be difficult but rewarding. I really wanted to err on the side of difficult as opposed to easy. Completing the game is supposed to make you feel like you really accomplished something.

    another tip: try tossing an item downward while in mid-air!

  • Thanks for the feedback guys! I really appreciate it. I'm aware that the controls aren't perfect, I guess I just got so used to them that I decided they were good enough for this version. I'm glad you guys are enjoying it. What level have you made it to tokinsom?

  • Hey, thanks for the detailed reply Tokinsom.

    The controls will eventually be customizable, for now you can use joy to key to use a gamepad. And the game can be somewhat confusing for a newcomer; exploring the unknown as you venture higher is part of the progression and gameplay. I also thought pasting the code into the game would be easier since it's quite long.

    Thanks for finding that spacebar bug too. :)

  • davioware.blogspot.com

    I've finally managed!