Hi Terry,
I wasn't able to understand your script, as there is 2 "end if"
commands, without 2 beginning "if" commands.
Can you look into that?

Local pLine

on mouseMove
    put word 2 of the mouseLine into tLine
    set the itemDel to tab
    if pLine > 0 then
        set the textStyle of item 2 of line pLine of me to plain
>>    end if
    put tLine into pLine
        set the textStyle of item 2 of line pLine of me to underline
>>    end if
end mouseMove

Thanx,
Mark Stuart
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to