Scroll Speed and Object Visibility?

  • #1, by SDMonoMonday, 05. May 2014, 23:24 10 years ago
    Hi Everyone!!!

    I am back with more questions. grin

    1. Is there any way to control the Scroll Speed of each scene independently or is the global setting in the game settings the only available option?
    2. If you set the visibility of an object to "0" the action area is still active. Is there any way to turn the action area off or hide the object completely?

    Thank you!!!!

    Saludos,
    Gordon

    Forum Fan

    148 Posts


  • #2, by AlexMonday, 05. May 2014, 23:40 10 years ago
    Hi,

    1. scroll speed is global only. but you can set it when entering or leaving a scene to adjust scroll speed for certain scenes.
    2. select a condition for the object. when the condition is set to false the object will be deactivated (completely hidden and no action area).

    Great Poster

    378 Posts

  • #3, by SDMonoTuesday, 06. May 2014, 01:04 10 years ago
    Thanks Alex!!!! grin

    Sorry, but how do I set the scroll speed when entering or leaving a scene? I cannot find any action.

    Forum Fan

    148 Posts

  • #4, by AlexTuesday, 06. May 2014, 01:17 10 years ago
    you're right. It would probably be a good idea to add an action part for this...
    you can set it with an 'execute script' action part, e.g.
    game:setValue(VGameScrollSpeed, 200)
    

    Great Poster

    378 Posts

  • #5, by SDMonoTuesday, 06. May 2014, 01:22 10 years ago
    Now we are talking... grin!!! Thank You!!!

    Forum Fan

    148 Posts