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: MIA, Ask an Expert: start an objects program
From: "Daniel Ajoy" <da.ajoy@xxxxxxxxx>
Date: Sat, 09 Aug 2008 22:58:32 -0500
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;

On Fri, 08 Aug 2008 23:06:47 -0500, Boyd, Ronald <Ronald.Boyd@xxxxxxxxxxxxxxx> 
wrote:

> The idea was to put code in the Zapped instruction that while the music ants 
> was on the action zapped would be stopped. However we keep getting this error
> 
> get does not like ants as input in zapped


Reading the following, it seems that you should place the music hidden in the 
page, Not in the backpack:

=======================
 Should you import sound and music files into your pages or inside backpacks?

Creating or importing audio objects also creates a MicroWorlds EX command that 
plays the media. For example, if you import a music clip named Chopin you can 
use the word chopin as a command to play the music.

If the sound, music or melody object is embedded inside a turtle's backpack 
and does not exist as a stand-alone icon on a page, only the turtle who owns 
the backpack in which the object is embedded is able to play the sound, music 
or melody. For example,

Case 1. T1 has the chopin audio component in its backpack:

t1, chopin

(The music plays because t1 is the current turtle and the music is in the 
private Audio Tab in t1's backpack)

t2,
fd 50
chopin
I don't know how to chopin

(The error message indicates that neither t2 nor the project know this 
command.)

Case 2. Chopin is an audio component on one of the pages, not inside a 
backpack:

t1,
chopin

(The music plays because the music is public. It belongs to the project and is 
available to all turtles.)

t2,
fd 50
chopin

(The music plays because the music is public. It belongs to the project and is 
available to all turtles.) 

=======================

Daniel
OpenWorld Learning



  • Previous by thread: RE: MIA, Ask an Expert: start an objects program
  • Next by thread: Re: MIA, Ask an Expert: start an objects program

  • 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