Currently at the start of my movie when played i have a screen model set to
invisible with
member("3DHousePrototype_v2").model("Screen").visi bility = #none
This is working fine.
However to make it visible again i have a button that is to be clicked and
when done so it executes this code
on mouseUp me
member("3DHousePrototype_v2).model("Screen").visib ility = #both
end
This is the problem area as when clicked it is not making the screen visible
again. I have also tried the removeFromWorld code, which works when the movie
is played. But when the button is clicked with the addToWorld code it does not
...
Bookmarks