[Thread Prev] [Thread Next]
On Wed, 09 Sep 2009 15:08:40 -0500, <askanexpert@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
> This is an automatic message sent from the web form at:
> http://mia.openworldlearning.org/howdoi.htm
>
> from: Luis Trujill <luis71097@xxxxxxxxx>
> date: Wed Sep 9 14:08:40 2009
> platform: Platform not specified
> version: MicroWorlds Ex
>
> How can i make a person stop walking in the middle of the page and pop a
> text box with him saying something.
I'm attaching an example.
The project has a text box called "dialog"
The code is:
to startup
dialog, hidetext
setx -200
forever [move]
waituntil [0 < xcor]
cancel [move]
dialog, showtext
setdialog [Hi, how are you]
end
to move
fd 4 wait 1
end
Daniel
OpenWorld Learning
Attachment:
move-stop-talk.mwx
Description: application/mwx-plugin
Previous by thread:
MIA, Ask an Expert: stop and say something
Next by thread:
MIA, Ask an Expert: move, stop and change page
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.
|