Open GoogleCodeExporter opened 8 years ago
The first approach seems to make more sense. Since it can be easily inserted at
the end of the text. What I'm thinking in terms of the macro is this
set _prompt_bar general/promptanswer (for regular prompt bar)
set _prompt_bar general/promptarea (for are of picture prompt bar)
set _prompt_bar general/promptthought (AAI prompt bar for Logic)
macro prompt
obj $_prompt_bar y=212 name=prompt
scroll y=-20 spd=4 name=_textbox_ nowait
scroll y=-20 spd=4 name=prompt
endmacro
And then the author can utilize the type of prompt they want.
Then they can use this macro to delete the prompt
macro endprompt
delete name=_textbox_
delete name=prompt
endmacro
Original comment by earlAcda...@gmail.com
on 9 Feb 2014 at 9:07
Original issue reported on code.google.com by
saluk64007@gmail.com
on 9 Feb 2014 at 8:26