//flex table opened by JP

Click to See Complete Forum and Search --> : Now I have a Flash 5 question..


j moy
06-26-2001, 07:18 AM
Ok, I have a movie ready to get played... I have a button.. only thing is how to I let a user click on the button to play the movie?

BC
06-26-2001, 02:44 PM
You could make another intro to it and have it say click to play. and then your action starts that sceen.

Or you can make another alltogether and have the action goto the 1st one you made. Dunno what is the best way.
Sorry.

j moy
06-26-2001, 02:47 PM
Thanks for the answre.. maybe i'll try that...

j moy
06-27-2001, 09:30 AM
Found the answer... this is what i did...
Let the preloader be... then..
Have 3 layers..
"actions" (frame 1) have the action 'stop'
"button" (frame 1) have your button... and right click it for actions on it... and have 'on release", "go to and play" 'next frame'
"movie" (Frame 2) have the movie play because the property is movie and it'd continue to play..

BC
06-27-2001, 02:32 PM
Ahhh G1