[Thread Prev] [Thread Next]
Hi,
No, you can't. If you must, and if it's not visually problematic, you can
use
to ttt
set "text1 "transparent? "false
insert "a wait 1
insert "b wait 1
insert "t wait 1
set "text1 "transparent "true
end
Use your own text box name. Note that a text box cannot be made transparent
if it is completely empty.
AT
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Daniel
Ajoy
Sent: Wednesday, April 30, 2008 11:17 AM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: Re: transparent textbox
On Tue, 29 Apr 2008 12:43:26 -0500, zehava wizman <zehavawi1@xxxxxxxxx>
wrote:
> Hello Forum!
>
> I try to activate proc that insert letters to textbox ,and I need the
textbox to
> be transparent I get an error "text1 is transparent in ttt",Is there a way
to
> use this function with this mode of textbox?
>
> to ttt
> insert "a wait 1
> insert "b wait 1
> insert "t wait 1
> end
>
> to startup
> ttt
> end
>
> thanks, Zehava
You cannot change the content of transparent text boxes.
Try:
to ttt
myinsert "text1 "a wait 1
myinsert "text1 "b wait 1
myinsert "text1 "t wait 1
end
to myinsert :tb :x
opaque :tb
insert :x
transparent :tb
end
Daniel
OpenWorld Learning
Previous by thread:
Re: transparent textbox
Next by thread:
Asteroid-type Game
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|