Home
Project Folders
Teacher Resources
Student Resources
How Do I?
Literacy
MWForum
Site Map
Search
Our Team

MWForum Message [Date Index] [Threads] [Authors] [Attachments] [Subscribe]

[Thread Prev] [Thread Next]

To: <mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: transparent textbox
From: "Alain Tougas" <alain@xxxxxxx>
Date: Wed, 30 Apr 2008 11:31:49 -0400

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.


    © copyright 2001 - 2008