Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jbearclaw84

  1. jbearclaw84

    multiple movies in 1 flash video component

    Hello All!, So I have 13+ minute “movie” broke down into chapters, 9 all together. As of right now each chapter is in its own separate movie file. I want the option of being able to turn on and off different chapters to play in sequence through the single video component. I have the file setup...
  2. jbearclaw84

    help with onClipEvent MX[04]

    here are the different codes i have tried.... onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { if (this._currentframe == 1) { this.nextFrame(); } } else if (this._currentframe == 2) { this.prevFrame(); } else {...
  3. jbearclaw84

    help with onClipEvent MX[04]

    hey Kenneth, inside the mc/btn i have a stop on frame 2 that makes my letters bold wich is a rollOver action and that works fine but now i have a short animation playing after frame 2 (frames 3-20) im trying to create a code that on Release gotoAndPlay's frame 3 but its not playing the...
  4. jbearclaw84

    Trying to do a simple slide show

    so what is the actual problem? do you need examples/tutorials? Try: http://www.flashkit.com/movies/Animations/Anime/Animations/flashmo_-Min_Thu-11950/index.php
  5. jbearclaw84

    help with onClipEvent MX[04]

    here is a code i have that works if i create the movieclip button on the main scene but do to my project the movieclip button is ebedded in 5 different movie clips (dont ask not my project just trying to work with what i got). the reason why i am not using a button is because i have a pan and...
  6. jbearclaw84

    help with onClipEvent MX[04]

    I have a movie clip that acts like a button and inside the movie clip I have 2 frames. The code I have given the mc is: onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.nextFrame(); } else { this.prevFrame(); } } That all works fine. The problem comes...
  7. jbearclaw84

    [MX,05] tell a button to go to a certain area on a pg

    yes! exactly like that. would you be comfortable sending the .fla?
  8. jbearclaw84

    [MX,05] tell a button to go to a certain area on a pg

    MX, 04 is the version I am using, sry used to flashkits forum rules. I am using AS 2.0. And yes exactly like anchor points. I also found an equivalent HREF tutorial using asfunction but have yet to figure out a way to utilize it.
  9. jbearclaw84

    [MX,05] tell a button to go to a certain area on a pg

    Is there a way I can tell a button to go to a certain area on a web page? I am trying to mimic a web page that has a list of lets say questions and each question has a long answer about a paragraph. I want a list of the questions at the top to act like individual buttons that on release will...
  10. jbearclaw84

    Flash Tutorial for picture slideshow

    flashkit.com has hundreds of tutorials!
  11. jbearclaw84

    mouse following pointer

    try this.... mouse_x = -_xmouse; setProperty(_root.follow, _x, mouse_x+((getProperty(_root.theMC, _x)-mouse_x)/1.15)); put this on your main timeline frame, 1
  12. jbearclaw84

    mouse following pointer

    so basically your looking to pan your movie clip?
  13. jbearclaw84

    AI. files turns into bitmap??

    no problem!
  14. jbearclaw84

    AI. files turns into bitmap??

    open your AI file. go to file>export>choos.swf file. you have the option of saving all ai layers to swf frames (which means every AI layer turns into a flash frame, great for editing) all file to swf file (self explanitory) then all layers to swf file (again self explanitory) all files are...

Part and Inventory Search

Back
Top