| 
              
                
                  | 
                      
                        
                          |  | THE HYPERCARD CENTER |  
 |  
                    |  |  Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page. visualvisual [effect] effect [speed] ¬    [to image]
 The visualcommand specifies a visual effect for HyperCard to use as it moves from one card to another. (Click the placeholderseffect,speed, andimageto see their possible replacements.)Visualmust be followed by agocommand to have any effect. The optional speedparameter tells HyperCard to perform the visual effect faster or slower than normal. The to imageoption changes the screen to white, gray, black, inverse, or the image of the destination card before applying the visual effect. HyperCard uses the visual effect plainas its default effect. The default image iscard. Note: Only the effects push,scroll,shrink,stretch, andzoomwork with the commandgo this card. Examplesvisual zoom open visual effect zoom open visual effect zoom open fast visual effect zoom open to black visual effect zoom open very fast to black
 Demo Scripton mouseUp  set cursor to watch  set lockMessages to true -- leave the demo script up  visual effect shrink to top to grey  visual effect stretch from top to card  go next card  wait 10  visual effect shrink to bottom slow to white  visual effect stretch from top to card  go prev card  visual effect barn door close to black  visual effect iris open slow to card  go last card  wait 10  visual effect venetian blinds very slow  go back end mouseUp
 Related TopicsPlaceholderseffectOne of the following: barn door open barn door close checkerboard dissolve iris open iris close plain push down push up push left push right scroll down scroll up scroll left scroll right shrink to top shrink to center shrink to bottom stretch from top stretch from center stretch from bottom venetian blinds wipe up wipe down wipe left wipe right zoom close zoom in zoom open zoom out
 speedOne of the following: fast slow slowly very fast very slow very slowly
 Note: Of all the speeds, only very fastwill vary in speed depending on the computer. It means “as fast as the machine can go.” imageOne of the following: black card gray inverse white
 
                HyperTalk Reference
               
 |