pbjpb
01-15-2002, 03:56 PM
hi jesse, quick question..in your ecard tut. you have the _x and _y variables for each attached MC load in the reader.swf like this:
xpos = Number(locationArray.shift());
ypos = Number(locationArray.shift());
what i'm trying to do is add the 'visible' property and i have the writer working corectly sending a 'true' or 'false' in the string but the reader is not displaying it right with either of these codes:
visible = Number(locationArray.shift());
OR
visible = locationArray.shift();
i know since it's a word being sent rather than a number it doesn't need to be converted to a number but i can't figure out what's wrong. any ideas? thanks!
xpos = Number(locationArray.shift());
ypos = Number(locationArray.shift());
what i'm trying to do is add the 'visible' property and i have the writer working corectly sending a 'true' or 'false' in the string but the reader is not displaying it right with either of these codes:
visible = Number(locationArray.shift());
OR
visible = locationArray.shift();
i know since it's a word being sent rather than a number it doesn't need to be converted to a number but i can't figure out what's wrong. any ideas? thanks!