move object in the scene

  • #1, by divas1980Tuesday, 13. May 2014, 11:44 10 years ago
    hi all and tk for help smile
    i need move a object (a png image of a letter) from up to down. Wich is the right action?

    tk

    Newbie

    46 Posts


  • #2, by afrlmeTuesday, 13. May 2014, 13:37 10 years ago
    You can't move objects or static images... only animations. You can however also move the object polygon with Lua besides the animation image; I've seen it done in Divo's drag & drop script, where he allowed us to move the big boulders into new positions on the scene & then re-click & drag them from the new positions too.

    Simple solution if you aren't too bothered about anything fancy is to create 2 objects. One with the letter in the first position & then another with the letter in the other position & then use conditions to determine which should be shown or an if query & value or condition to determine which to fade in, & which to fade out.

    Imperator

    7278 Posts

  • #3, by divas1980Tuesday, 13. May 2014, 14:28 10 years ago
    the problem is the letter is very large and i have need it scroll on windows.. i can try use image like background on the scene and then scroll down game..roll

    Newbie

    46 Posts

  • #4, by afrlmeTuesday, 13. May 2014, 14:54 10 years ago
    could you post some screenshots? or send some to me via pm, please? so I can get an idea of what it is that you are wanting to do...

    Imperator

    7278 Posts

  • #5, by divas1980Tuesday, 13. May 2014, 15:04 10 years ago
    tk for help but i solve the problem roll
    in the scene background image i used the background with the letter and in the action of the scene i used
    at beginning scene action pause and scroll scene to position
    tk AFRLme

    Newbie

    46 Posts

  • #6, by afrlmeTuesday, 13. May 2014, 15:05 10 years ago
    ok, nice one smile

    Imperator

    7278 Posts