A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [F8] scrolling thumbnails/mouse control help!!

  1. #1
    Junior Member
    Join Date
    May 2008
    Posts
    2

    [F8] scrolling thumbnails/mouse control help!!

    well..I want to make a cool photo gallery in flash so I took this tutorial

    http://youtube.com/watch?v=2TrIQqu2MkU


    the problem is that the action script seems to be fine when I write it (contains no errors) and it is action script 2 but the damn thing doesnt work...as if there was no code at all : (

    please help , just have a look at what this guy is doing in the tutorial on the

    min 19:29
    and let me know whats wrong , or even better please write the code and paste it here...i'd worship you for this..thanks whoever helps me ...thank you!!

  2. #2
    Senior Member
    Join Date
    Oct 2006
    Posts
    114
    I did one and watched this vid and used bit's of the code. I made the stage area 770x120 and the put this code in the main timeline window
    PHP Code:
    _root.onEnterFrame = function(){

    if(
    _root._xmouse<200){
        
    imgBar.prevFrame();
        }
    if(
    _root._xmouse>570){
        
    imgBar.nextFrame();
        }

    with the gotoandplay"start1" sections all the same as in the video this worked absolutly fine for me. I did have a play with the code which reconizes if the mouse is on the imgbar or above it and this did stop the bar from moving. As I didn't need this bit of code I just took it out but if you do need this bit of code then I suggest adding it as the video tells you and then playing with the numbers.

  3. #3
    Junior Member
    Join Date
    May 2008
    Posts
    2

    thank youuuuuu

    dude thanks a lot ...Im gonna try this right nowwwwwww...

    thanks a lot man...you are the only person that has helped me so far : )


    THANK YOUUU

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center