Recent content by Hussain A

  1. H

    import classes in flash?

    i have the following code: back = new Sprite(); back.graphics.beginFill(0x000000); back.graphics.drawRect(0, 0, stage.stageWidth, stage.stageHeight); addChild(bg); and for each line i have an error 'access of undefined property back' im guessing i need to import a class at the beginning of the...
  2. H

    using flash how do i move from one scene to another when clicking a button?

    play_btn.addEventListener(MouseEvent.CLICK, play_movie); function play_movie(evt:Object):void { gotoAndPlay("Movie"); } The movie is a different scene
  3. H

    navigation buttons in flash, please help :-(?

    basically i am doing a sort of next and previous button, previous is fine but the next button is going to far in the timeline, i would like it to stop at frame 19 and then start again from the beginning. the line of code "if(currentFrame!=currentFrame+10)" seems to not be giving me this. can i...
  4. H

    flash and action script help?

    Im having trouble with my actionscript. I would like the code below to when rolling over mercury have all the other planets alpha at 0.5, also when the mouse leaves the mercury all the planets alpha go back to 1. Also when clicking on a planet this takes you to a diffirent frame. The code below...
  5. H

    how to assign a command to a button? (flash)?

    Sorry im starting out in flash, ive been told assigning a command to a button is easier then having MouseEventListeners. For example if i had a button with an instance name of sun how would i assign a command to this button?
  6. H

    xbox single red flashing, help?

    my xbox when i turn it on has one single red flashing light which i have been told is a hardware fault. it does give me a fault code of e74, i have rang xbox and they are asking for 70 pounds. has anyone else had this problem ans how did they fix it
Back
Top