wiggles not working in my scripts.
| Case number: | 671071-988933 |
| Topic: | Game: Other |
| Opened by: | GaryForbis |
| Status: | Closed |
| Assigned: | admin |
| Priority: | 3 |
| Type: | Bug |
| Opened on: | Wednesday, November 24, 2010 - 19:11 |
| Last modified: | Friday, November 26, 2010 - 22:29 |
I have copied this code from other places where it is working but it isn't working in my scripts:
-- gary testing
print("score before=",get_score(true))
do_global_wiggle_backbone(1)
do_global_wiggle_all(1)
print("score after=",get_score(true))
print("testing a null function")
do_nothing()
See the image below for verification. What am I doing wrong?
| Attachment | Size |
|---|---|
| no wiggle working.png | 424.78 KB |

OK, I've learned that I have to put a select_all() before the wiggles.
The select_all() in one script affects other scripts as well.
Strange. I learn something every day.