lucid's Recent Forum Activity

  • One way it could work, is 4 parameters

    Iterator name, initial value,

    Comparison combo box(greater than, less than, equal, not equal to, etc),

    And final value

    Then the iterator would be declared and behave as any local variable, to be manipulated through actions, and compared before each iteration

  • but if you're not making a particle apocalypse, it's easy to recreate particles with events

    http://dl.dropbox.com/u/1013446/particall.cap

    from there you can change images however you wish along with anything else, like adding physics, or animations to particles

  • Exe window size is limited to desktop size. I couldn't find where this is specified, I wouldn't mind compiling a new runtime temporarily if that's the only way to fix it. But I couldn't figure out where the change was needed. I need to make a window larger than the current resolution so it goes offscreen

  • Use png

    I. Be used very large pngs and scaled down with no ossue

  • hey loumu awesome plugin

    you haven't released the latest version though. I required the function to get a tile at x or y, and I downloaded the source code so I could add it, and it turned out it's already there, I just had to recompile to get it to Construct

    ps

    thanks for the plug

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • E.g. 0 XOR 0 = 1, 1 XOR 0 = 1

    0 xor 0 = 0

    0 xor 1 = 1

    1 xor 1= 0

    exclusive or is only true if one or the other is true, but not both

    [quote:2bq3b0j5]or more specifically, 1234 xor 3210 = 2136

    I'm not sure what you did there, but...

    [quote:2bq3b0j5]Is there an easy way to do this in Construct?

    ...if it was a bitwise or or xor, no construct does not have any bitwise operators

    here's a complete list of system expressions:

    http://sourceforge.net/apps/mediawiki/c ... xpressions

    if it was a simple exclusive or condition, you can do that by stacking comparison conditions

    if a

    ---if [inverted] b

    OR

    if b

    ---if [inverted] a

    ------------do something

  • that does look like it might be cool

    nice avatar btw

  • seriously impressive

  • If not epic, try episodic.

    yeah, that's the route I'm planning at the moment. on of my main passions lies in attempting to make stupendous game engines

    and I also like grand scale. the episodic route allows alot of flexibility

    you can release a single awesome level and call it a demo

    several more and make it the first release, pricing them according to the amount of content

    if you decide to go that route. you might want to focus on being extremely organized, and also, making your 'engine' as reusable as possible. anything that will be used again and again should be kept in either a template cap, or a level editor, if you have the skillset to create such a thing

    it's discouraging to work on the same things over and over again spending more time on boilerplate code and tedium than you do on your wonderous content

  • You can't learn C++, or any programming language, or anything, in 21 days...

    of course not. but it's like the ghost shooter tutorial, it lets you dive in and get a good overview of the basics, and a basic grasp of a wide array of concepts. from there you can delve deeper into that which is unclear, or that which interests you most. it isn't so much the speed of the book, it's the conciseness. I suppose it depends on the learner, but I find learning programming more enjoyable when I first see the whole picture, and then I lean in for a closer look from there, rather than getting tiny pieces of the picture exposed, while being blind to the rest. especially since at the time I decided to really learn c++ was to start making plugins for construct. i think it's a much more fun learning platform than the text console

    but ashley's right, definitely don't go into it trying to learn it as fast as possible. learn it as thoroughly as possible.

  • About time indeed

    That thread has all the construct specific thing

    Aside from that any beginner c++ book should suffice for starting out

    Learning c++ in 21 days is particularly breezy.

    Also, if you have no money, search google, can't search at the moment, but there should be hundreds of tutorials. Starting with hello world. After you've gotten to a chapter or lesson about classes, you might consider enhancing the fun of learning by making construct plugin versions of the problems and examples. Definitely much more fun, also, feel free to pm me if you get stuck anywhere

    After you get over the initial weirdness of the new syntax, it will come very easily to you, based on what I know about your grasp of logic and math

  • pretty awesome, not totally correct behavior. but still looks amazing when it springs back. how many sprites are there?

lucid's avatar

lucid

Member since 16 Jan, 2009

Twitter
lucid has 22 followers

Connect with lucid

Trophy Case

  • 15-Year Club
  • Entrepreneur Sold something in the asset store
  • 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
  • Coach One of your tutorials has over 1,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

22/44
How to earn trophies