A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Registered User
    Join Date
    Aug 2012
    Posts
    1

    Help please noone will give me the time of day

    Im new to AS but i know a few things, what i have atm is a program for images, it has external class files and i am able to get a tray to come up from the bottom, (probably not correctly i will say) but i cant do the opposite, iv attached the instructions i was given but they aren't clear enough for me, also hear is my current files for my project, please help i cant get my head around it all

    https://docs.google.com/open?id=0B6D...mMyN2tjWmRLN3M

  2. #2
    Senior Member Steven FN's Avatar
    Join Date
    Mar 2010
    Location
    CA, USA
    Posts
    274
    To fix your mouseOut, use the following:

    if(animating == false)
    {
    if(this.y < frameH)
    {
    this.y += (tMove / (duration * fps));
    }
    }

    Good luck with the rest of you project. BTW, people are usually reluctant to help with school projects because it doesn't help you learn in a way, to get the answers and not really understand how you got there.
    Last edited by Steven FN; 08-11-2012 at 02:48 AM.

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