06-09-2010, 08:41 PM
@Zarox, thank you for your attention
actually i have tried :
in the update frame method, as per your advice, to check if i can have an influence, but i couldn't get the print message while pressing C, so i guess it s not working.
anyway, another problem comes with it :
if i find a way to kill the intro scrolling text by pressing C in the script, all scrolling text will be killed by C and i don't want that.
i d rather find a way to kill the scroll text with an event + script call.
event on the map with the scrolling text set on parallel process with a condition,
when C is pressed / script call
do you know how to type the command in the script so you can call it and close the text ?
thank you
actually i have tried :
Code:
if Input.trigger?(Input::C)
# Switch to Title
p 'C pressed !'
end
in the update frame method, as per your advice, to check if i can have an influence, but i couldn't get the print message while pressing C, so i guess it s not working.
anyway, another problem comes with it :
if i find a way to kill the intro scrolling text by pressing C in the script, all scrolling text will be killed by C and i don't want that.
i d rather find a way to kill the scroll text with an event + script call.
event on the map with the scrolling text set on parallel process with a condition,
when C is pressed / script call
do you know how to type the command in the script so you can call it and close the text ?
thank you