hi guys, i have two questions.
1. i have a script that i've tried on two different machines with two different results....
dim BULLET as xpBaseObject
scene.GetObjectByName("Bullet2", BULLET)
if Len(Text) > 0 then
BULLET.visible = True
else
BULLET.visible = False
end if
in fact, this is from a Ross sample file.
strange thing is, it works in sequencer on one machine but the same file will not work on another machine....did i anciently turn something off in the seqencer?
2. is there something similar to the vizArtist console? it's a terminal window that basically shows you everything happening in your scene, shows you the commands, etc. very helpful....does this exist in Xpression?
thanks for your help