Are there bugs that occur when using Math in conjunction with a thumbPosition reading. I've noticed that the following...

on scrollBarDrag
   put the thumbPosition of me into theNum
   add 50 to theNum
   put theNum into fld "result"
end scrollBarDrag

When I do it, I don't get the current thumbPosition + 50, I get the current pixel position + 50.

Anyone else seeing this?

Derek Bump
Dreamscape Software
http://www.dreamscapesoftware.com/
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to