lucid's Forum Posts

  • Personaly i think its a pile of sh*t, you cant even incorporate simple commands, all i wanna do is move a sprite 360 and rotate 360 on a second controller and there's no script for it !ice attitude. you don't use scripts in construct classic except for very specialized purposes as they aren't needed. Your "simple command"/"script" request aside from not making sense, sounds like a specific feature for YOUR game. this behavior wouldn't be built in. it would require you to learn how to use the software, and implement it in your own game. this would be true of any game creation tool, except maybe movesprite360rotate360onsecondcontrollermaker, but from what I heard that was never finished and they've scrapped the project.

    you need plugins just to use keyboard functions? what a pile of sh*t, and they say gamemaker's crap! you need plugins because construct is built to be extended with plugins. probably the most intelligent design for a generalized game building application.

    all of construct's runtime functionality is provided through plugins. For instance, the built-in Sprite plugin.   as for comparing the two, construct is more powerful, and easier to use, and doesn't require scripting to make games. I don't even think it's subjective which is "better"

    both of your comments were made out of ignorance of the platform...

    maybe posting questions in the help/tech support forum, or looking through some tutorials would be more useful than calling it a pile of [insert excrement synonym here] over and over all across the forums?

  • hmm..not sure.

    don't have time just now to hunt this down. I reverted it back to the previous version for this release. definitely don't want to delay it anymore than it already has

  • ah..ok, I think I fixed it, try this:

    download again

  • I don't know, I don't have to look very far to find pissed off americans these days. all over youtube without looking I find videos recorded by americans informing each other of what the media refuses to cover. Slowly, but surely, more and more people are waking up.   I wouldn't write us off just yet.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • building the ide requires the prof-uis library, which is not free. If I'm reading correctly, it's $175 a year in their online store. You can, however, build the plugins and the runtime without it, and the edittime portions of the plugins. basically everything but the editor itself.

  • Same here

  • mostly clothes. most notably:

    <img src="http://www.welovefine.com/img/p/1357-4036-large.jpg" border="0" />

    <img src="http://www.welovefine.com/img/p/1077-3063-large.jpg" border="0" />

  • put the object into a family.

    on Object collides with Family

    ----Object do this

    ----Family do that

  • thank you yung, yes, that's the expected behavior, it's just random stuff to make sure the ui engine is working. finally integrating the ui into spriter now. thanks for your patience everyone.

  • @alastair Spider_hip merry xmas. copy over the plugins/runtime folder, NOT the plugins/ folder

    I'm just as anxious for the next build release as the rest of you. Seeing as the latest C2 just released a day or two ago, we know what ashley was busy with. The good news is, during the wait, there have been a number of additions to the next version. including this editbox thing.

  • stalker247 I recommend using the cc sdk as a way to boost the fun aspect of learning. Take your normal tutorials and books, or classes on c++. they are all over the web. cplusplus.com will be invaluable as you get further along. but after you've gotten the basics out of the way, also study the sdk, not to learn from the code that's there, but there's something very rewarding when learning a programming language to be able to make cool stuff happen. in between mundane and pedestrian dos prompt examples, you can be making construct objects fly around the screen, and such

  • fixed in the next build

  • yeah, got stuck on the this jump is not impossible part too. how are you supposed to do it?

    edit: beat the whole thing after using hra's video to get past that part

    • Post link icon

    canvas worked for me when I was working on it. for the next version, a memory leak in canvas is fixed, and distort maps have been added