alextro's Recent Forum Activity

  • as DaniellMesquita said, use drag and drop behavior. Then when the object overlap with a cake, do a checking whether it is on drop condition then set the action to drop. Additionally you can include pin behavior to attach the object to the cake as the cake move.

  • Hi, I got it working so that the eggs stay a certain time delay behind the player.

    https://dl.dropboxusercontent.com/u/542 ... _time.capx

    I changed a few things to get it to work. First in addition to x and y I also save the time. This is so I can find the saved position just before and after a certain time. If the first egg would is half a second behind the player then I would find the positions closest to time-0.5. After that I can then interpolate between the positions with lerp. The send thing I change from the original is add to the front of the array instead of the back so I could trim off the excess with a set size.

    Oh it just like replay system to me, a shadow copy. Excellent!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Good and quick explanation I found the solution by reading your response to this topic. Thanks for that.

  • The simplest way to get you want is just use save option. Each time player make a change, system will trigger saving action into an iteration name like "save1", "save2", etc, adding 1 into a variable value. To move back & forth between changes, my undo-redo example did that exactly. You just need to replace the x or y value into save slot then load them when needed.

    So make sure you make entire save-trigger system record every changes made by player and only at certain condition such as ' isn't touching object, trigger once'.

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

  • 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

alextro's avatar

alextro

Member since 22 Feb, 2012

Twitter
alextro has 39 followers

Trophy Case

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

26/44
How to earn trophies