26-06-2008, 12:15 PM
If you have used the tutorial for the Rich text box instead of writing on the screen, just rely on if that rtb is visible or not.
On keypresses, if rtbwhatever.visible = true then fishcake else fishcake2
and have your enter keypress as if rtbwhatever.visible = true then rtbwhatever.visible = false else rtbwhatever.visible = true
:]
On keypresses, if rtbwhatever.visible = true then fishcake else fishcake2
and have your enter keypress as if rtbwhatever.visible = true then rtbwhatever.visible = false else rtbwhatever.visible = true
:]