Hello!

I am trying to shift castmembers (between two quicktimemovies). No problem
so far...

However, I also want the movies to show the same moment (i.e movietime).
When the user clicks the movie, the movie is changed and the new movie shows
the same passage (For the real project, a rendered movie and a wireframe
movie are used...).

Any ideas?

I have tried using the following script

on mouseUp
  global g
---is set to 1 in the startmoviescpt
  global gTid
--also set to 0
  put the movieTime of sprite 1 into gTid
  if g= 1 then 
    set the movieTime of sprite 1 to gTid
    set the member of sprite 1 to member "portua"
    set g=0
  else

    set the MovieTime of sprite 1 to gTid
    set the member of sprite 1 to member "portub"
    set g=1
   
  end if
  
  
end 

Regards,



------------------------------------
Björn Fundberg, (lecturer)
http://www.idp.mdh.se/personal/bfr
Malardalen University
Informationsdesign (IDP)
Tel. +46-16-15 51 92
Fax. +46-16-15 36 50


Address:
Mälardalens högskola
Institutionen för Informationsdesign
och Produktutveckling
Box 325, 631 05 Eskilstuna



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to