alextro's Recent Forum Activity

  • Just solved it. Hurray a time machine

    undo-redo_block.capx

    warning: no array get involved

    Undo-redo feature is common mechanic in various puzzle game. The example showing how block movement can be undo or redo. The concept is very simple; Each time player drag the block to a new position, the information are stored into dedicated separate text object by append x and y value.

    When the player need to cancel or recall last position, the system just need to iterate using tokenat. Even the system updated in the middle of interfere. I had this solution around my head, but just actuate it just now.

  • Depend on subject you want to master. I recommend to open this How do I FAQ section so You can learn off specific subject that came with example.

    When You advancing into more challenging aspect came from the project You working on, make use of expressions came naturally. Such as sorting object that need to be picked at certain condition or adjusting window to dynamically fit moving enemies.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • At least You need to understand how system expressions work. I believe many people does not know how to code in native programming language. Learn how to solve the logic behind a mechanic, implement simple maths, dive deeper into graphical beauty, will complement someone crafting an enjoyable game.

    I mean that You build up your way there, collecting pieces of skills to be able forging ultimate wheat pond You always want to create.

  • Ah thank you bilgekaan for your kind words. Sure during the development, discovering how things can be done in an unexpected way tend to surprise us. More likely I want to go deeper with the editor. But another aspects need love too.

  • Interactive pix editor? Hmm..

    Editor seems more intuitive than gameplay itself. Oops!

  • I test the method using touch plugin and it works the same:

    Sprite | set position to ( Touch.X(0), Touch.Y(0) )

    Really useful trick to handle cursor object in touch device.

  • I like the shaky end level summary as if there was a trembling sound fx.

  • I prefer a "cat",

    but "pig" is okay too since it really helping

  • usman Haq

    You don't have to. You just need to understand:

    https://dl.dropboxusercontent.com/u/659 ... aving.capx

  • Fun scrolling-collect game.

    Do You want to generate how many floor that pass by variable?

    Technically You just need to put FloorMarker in an acending/descending order by using loop 'For', such as:

    On start of layout , For "elev" from 1 to 20 >> create FloorMarker at (loopindex*400, 0)

  • animator

    Since I got to finish picross clone game, other project need to be in waiting list. Who knows if I will pick this project again and give another shot.

  • animator

    Welcome back to the topic. It's been while since the last sample I worked for. Most the code based on relative distance to compare and manipulate, so it just kind of logical measurement at the end.

alextro's avatar

alextro

Member since 22 Feb, 2012

Twitter
alextro has 40 followers

Trophy Case

  • 13-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x4
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x6
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

27/44
How to earn trophies