I have set up some screencasts of work done with revolution. They can be access on my Portfolio :: movies page or from the links below.
Moving a sprite along a bezier curve
Adding annotations onto an image
Image cutout
Extracting the details of an image
Segmenting an image into a number of pieces
Generating a color palette, with different skins and data providers
Detection of Mouse Gesture
Simplistic Macro Recorder
E-learning exercise :: Snapcards
E-learning exercise :: Dominos
E-learning exercise :: Memory
[ANN] demos
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Livecode Opensource Backer
Thanks for letting me know. That's my first attempt at screencasting. They are all .mov file... to be played with quicktime. I am a mac user, they play fine on both safari and firefox. I haven't tried them on a pc.
What you can do is from within runrev, open a brand new stack, make it as big as you can (maximize the window) and then in the message box, type:
To see the controllers, create a player object and set the source of that object to :
If for some reason the controller buttons don't seem to work (like it's the case on my machine, type in the message box: "start player 1")
Let me know if that option works... Otherwise I will convert them to mpeg.
Marielle
What you can do is from within runrev, open a brand new stack, make it as big as you can (maximize the window) and then in the message box, type:
Code: Select all
play videoclip "http://projects.widged.com/widgets/movies/exercist_snapcards.mov"
To see the controllers, create a player object and set the source of that object to :
Code: Select all
http://projects.widged.com/widgets/movies/exercist_snapcards.mov
Let me know if that option works... Otherwise I will convert them to mpeg.
Marielle