That looks rather straightforward to me: all the animations could consist of either animated GIFs, or, preferably, embedded Quicktime Movies,
the movies could then be triggered by invisible buttons: on mouseUp play videoClip "DogWagsTail.mov" at 200,260 end mouseUp those 2 numbers separated by a comma let the program know where to display the movie as it is played. the only small problem is that QT movies vanish away after they have played (correct me here, someone) so you would want to make images of the last frame of each QT movie become visible when that movie finished playing: you can do this by having all your images of the end frames "piled-up" on the card in your stack with their VISIBLE qualities set to FALSE: e.g: on openStack set the visible of image "WoofyThing" to false end openStack (by the way - especially for lazy chaps like me RR lets us type "VIS" and "IMG" instead of "VISIBLE" and "IMAGE") sincerely, Richmond __________________________________________________ See Mathewson's software at: http://members.maclaunch.com/richmond/default.html _______________________________________ --------------------------------------------------------------- The Think Different Store http://www.thinkdifferentstore.com/ For All Your Mac Gear --------------------------------------------------------------- _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
