More re: visual effects

Shari gogypsy at bellsouth.net
Thu Dec 6 20:36:01 EST 2001


>  > I also set the dontUseQt to false and the visuals didn't work.
>>
>>  I have the latest QT installed, 5.0.2.
>
>Can you post a representative script, or a relevant fragment?


several examples, and the lockScreen is set to false for all of them 
(i put an "answer lockScreen" to test just before the effect, and 
took it out again)

note:  the visuals don't even work from the message box, such as:
show cd btn "you" with visual effect "iris open"

on nextLevel -- 2657 -- 11
   global level,myNum
   hide cd btn "you" with visual effect "iris close" very slowly with 
sound "newlevel.wav"
   add 1 to level
   add 1 to word 2 of cd fld "health"
   show image "newlevel1" with visual effect "iris open"
   if level is 27 then send lastLevel to btn id 2687
   send buildWalls to cd btn "portal"
   send endBuild to btn id 2664
end nextLevel

on afterLife -- 2692 -- 10
   global whoPeople,level
   hide cd btn whoPeople with visual effect "iris close" very slowly 
with sound "die.wav"
   if level is 27 then
     set the loc of cd btn whoPeople to "321,334"
     set the life of cd btn whoPeople to "20"
     show cd btn whoPeople
     exit to top
   end if
end afterLife

on yourDead -- 2670 -- 6
   show image "death" with visual effect "dissolve" slowly with sound "dead.wav"
   show cd fld "you're dead" with visual effect "dissolve slowly"
   show cd btn "wait while we bury you..." with visual effect "dissolve" slowly
   send endDeath to btn id 2672
end yourDead
-- 
--Shareware Games for the Mac--
http://www.gypsyware.com
http://www.gypsygames.com




More information about the metacard mailing list