Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Object stops responding to "move object to"

  • #10, by sebastian 10 years ago Zitieren
    Cool solution though.
  • #11, by afrlme 10 years ago Zitieren
    If it works, it works! wink
  • #12, by qamillo 10 years ago Zitieren
    If it works, it works! wink


    And the end of the day... sure, but I wanted something more sophisticated razz I still wonder what's wrong with "move to". Maybe I'll get it next time. And as I promised - I'll pack source files and publish them as some (silly) example of advanced menu with Read/Write script. smile

  • #13, by afrlme 10 years ago Zitieren
    Quick question: are you using multiple scenes for the main menu / options menu or are they all done on the same scene?
  • #14, by qamillo 10 years ago Zitieren
    I have multiple menu scenes, the structure looks like this:

    - Main menu
    -- Load & Save
    -- Settings
    --- Language
    -- Credits (not done yet)

    Apart from that, I also use menu/scenes for in-game menus:
    - Notebook - character stats
    - Notebook - encyclopedia
    - Notebook - help
  • #15, by afrlme 10 years ago Zitieren
    Hmm I wonder why move object to isn't working correctly when you call the action to update it at begin of scene. Strange.

    My method would have been to use animations (single frame infinite loop) & to update their positions with a single line of Lua script. If you defined the width of the movement area then updating the position would be as simple as calling a single function to update the position based on vol percentage which the function would calculate into x,y coordinates.
  • #16, by sebastian 10 years ago Zitieren
    I used animations instead of moving objects and its whole polygon areas. Also it is usable in interfaces by that which makes it more interesting for me to use "anywhere".
    The only downside of this is that you technically have to do more math and stuff instead of using predefined areas or percentage which can be chosen (0%,10%,20%,...)

    But I like how you solved your problem anyway grin

    kind regards
    Sebastian