![]() |
#4
|
|||
|
|||
Thanks, that's much better now. The problem is that the if block starting on the line if obj == ollie_slider: is not indented properly. You need to indent that block of code so that it is part of the myslider function. Otherwise, that code is part of the global scope, which does not contain an obj variable, hence the error.
|
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
quick display question | timbo | Vizard | 1 | 07-09-2008 03:53 PM |
Quick Question | nige777 | Vizard | 5 | 05-08-2008 05:50 AM |