edrevolution / pywright

Automatically exported from code.google.com/p/pywright
0 stars 0 forks source link

Issues with hide_check_button/show_check_button macros #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Anything which causes these macros to be run, interferes with trying to jump to 
a position in scripts. List, menus, examine, present, etc, all try to jump to a 
label within the macro instead of the current script.

    "I don't know if it's me or not, but when I tried presenting evidence during the Cross-Examination, of my game, the error box showed up and nothing happened."

"Well, Another thing I encountered was scrolling on 512 x 192 backgrounds. When 
I tried to examine areas by clicking them, it would suddenly jump back to the 
Talk, Present ect Menu. It's kinda weird what happen so I can't explain it 
well." - might be something else

Original issue reported on code.google.com by saluk64007@gmail.com on 7 Apr 2011 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by saluk64007@gmail.com on 8 Apr 2011 at 5:17

GoogleCodeExporter commented 9 years ago
Fixed in rd06a8d03fa77  

Crutch. Running subscripts (the built in court record button macros) inline 
instead of having proper execution environment. If the macros get long it will 
introduce visible slowdown.

To make this work had to make sure that blocking object.update() calls were not 
being run after an object is deleted.

Original comment by saluk64007@gmail.com on 11 Apr 2011 at 6:37