A Flash Developer Resource Site

Search:

Type: Posts; User: liske

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    421

    Got it.

    Sure there is an easier way. For a NOOB I am happy to be at a working state.



    var navstate=1

    stage.addEventListener(MouseEvent.MOUSE_MOVE, mousePosition);

    function...
  2. Replies
    3
    Views
    421

    Thanks, one other issue -

    This code works, however it keeps refiring the play sequence, so I have to set up someway to only fire once, and then fire a return event when it goes back below the Y 200 coordinate. Maybe use a...
  3. Replies
    3
    Views
    421

    Track Y coordinate, then doSomething

    Hey I am trying track to see if mouse is between 0 and 200 pix in the Y coordinate, then do an if statement.

    -----

    stage.addEventListener(MouseEvent.MOUSE_MOVE, mousePosition);

    // I use this...
  4. Thread: Zoom+Pan

    by liske
    Replies
    17
    Views
    63,415

    Does anyone know how to convert this code to use...

    Does anyone know how to convert this code to use a mouse click and centers map at zoomed level? [SAME ZIP FILE AS ABOVE].

    _______________

    // size of stage
    SW = Stage.width;
    SH =...
  5. Replies
    6
    Views
    1,430

    How do you like living in New Zealand? I have...

    How do you like living in New Zealand? I have about had it with the states.
  6. Replies
    6
    Views
    1,430

    Yes it was. A logo exported to Gif & Jpeg. But...

    Yes it was. A logo exported to Gif & Jpeg. But the logo looks fine in any browser. It's when it imports into flash that the left side blows out a pixel.
  7. Replies
    6
    Views
    1,430

    Image breaking down

    Can anyone tell me why this GIF [attached] freaks out? I need it to not jagger on the left side. It doesn't in photoshop. Flash is a joke when it comes to bugs. Maybe adobe can Iron it out.
  8. Replies
    2
    Views
    453

    I used this

    _root.stop();
    var percLoaded:Number = 0;
    var newPercLoaded:Number;
    onEnterFrame = preload;
    function preload():Void {
    newPercLoaded = Math.floor(_root.getBytesLoaded()/_root.getBytesTotal()*100);...
  9. Replies
    2
    Views
    453

    NOOB preloader issue flash 6 / 7

    This works great in flash 6, its a preloader. Can anyone tweak to make it work in flash 7? when i publish in 7 it loses it. I attached a zip of it as well.

    onClipEvent (enterFrame) {
    loading...
  10. Replies
    1
    Views
    317

    pause movie for External JPG load.... what

    I have a series of 11 images that are loading externally.... what I would like to do is for the movie to stop at each individual frame the external image lives on until that image loads, then on to...
  11. Replies
    2
    Views
    394

    Sorry, guess the search term eluded me, because I...

    Sorry, guess the search term eluded me, because I came up empty.
  12. Replies
    2
    Views
    394

    How do they scale this site?

    I like what is going on here in terms of scaling and it really gives an awesome full screen effect- click on the skiiing one.

    http://www.redbullcopilot.com/

    Some of it seems to scale with the...
  13. Replies
    2
    Views
    419

    Poll: Sorry They are posted.

    There ya go, I accidently dropped the files.
  14. Replies
    2
    Views
    419

    Poll: The Tale of Two Plates

    I am working out some ideas for a new version of my site.

    I would appreciate feedback and preference between two versions I have going.

    The first plate is
    ...
  15. Replies
    9
    Views
    594

    Poll: pixelden.com

    Good Idear on getting jasonliske.com regardless. Thanks for that!

    I now own all three. I am still debating whether to purchase chimpswithlittleredhats-design.com.

    I am so undecided on it.... ...
  16. Replies
    9
    Views
    594

    Poll: Company Name, Please Vote! [Poll]

    Thinking about changing my name... trying to get some feedback from Peoples.

    Currently I am Redwood Design. I was thinking of changing just to my name. I also own pixelden.com

    So the choices...
  17. Replies
    0
    Views
    364

    Help with double clicking

    The site I have works fine, except I can't figure why the navigation is requiring a "double click" on some of the images. They are all coded to open new movie on mouse down. Sometimes they work fine,...
  18. Replies
    1
    Views
    1,809

    Please help turn all sound off!

    In this movie there is a mute button in the upper right hand corner of the user interface. This button I want to turn ALL sounds off. in the first fram of the movie there is:

    globalvolume = new...
  19. levels

    Thanks for the responses.

    I have movies on level 4 and level 8 as well, but the reference to them in the sound button is just to make a clip invisible or visible [it is a closed caption...
  20. Ummmmmm

    Any one have any ideas?
  21. ummm

    Does no one have any leads?
  22. Please help turn all sounds OFF! [streaming and event]

    There is a mute button in the upper right corner of the user interface. I want to turn ALL sounds off with this button. in the first frame of the movie there is:

    globalvolume = new Sound();
    ...
  23. Please help turn all sounds off! [FILE ATTACHED]

    In this movie there is a mute button in the upper right hand corner of the user interface. This button I want to turn ALL sounds off. in the first fram of the movie there is:

    globalvolume = new...
  24. Replies
    4
    Views
    476

    Did IT!

    Thanks so Much!!

    it worked with the if then's fine. Here is a simple test movie I was using and it works! instead of 8 there are only 3 in this movie but it will work the same....

    Thanks again...
  25. Replies
    4
    Views
    476

    Thanks Dev Flasher

    I will try out that solution. As you can see I have done some AS before but am not completely proficient. "Equality Operator" lesson learned!

    Just a quick question before I start into it again......
Results 1 to 25 of 27
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center