A Flash Developer Resource Site

Search:

Type: Posts; User: hot sake

Search: Search took 0.03 seconds.

  1. Replies
    119
    Views
    233,000

    Sticky: wow

    very very cool. Excelent work! Curious, that effect trapcode particular in after effects?
  2. Replies
    119
    Views
    233,000

    Sticky: best video ever found

    the cleanest, sharpest video ive ever seen on the web...
    think its streaming flash too...

    http://dsc.discovery.com/convergence/planet-earth/planet-earth-main.html

    thoughts?
  3. Replies
    1
    Views
    818

    fast rollover sticks 20frame mc button

    my nav buttons are 20 frame mc's and when i roll over fast, the mc's get
    stuck in the over state.

    the code is attached to an invisible button on a layer in the mc

    is there a way to make...
  4. thanks Len! So if i had the mp3 streaming, could...

    thanks Len!
    So if i had the mp3 streaming, could i use the same code
    that i have now to manipulate the volume and such?
    see..the real problem is that my sound object is acting global, and i dont...
  5. sound obj "music off" turns video sound off too...help meh

    this im sure is very noob, but i cant figure it out...
    here is my code for the sound object. its in a mc, dropped on the main timeline. the videos are in an mc on the main timeline....
  6. sound object "music off" turns off flv audio

    this im sure is very noob, but i cant figure it out...
    here is my code for the sound object. its in a mc, dropped on the main timeline. the videos are in an mc on the main timeline....
  7. Replies
    3
    Views
    422

    i cant view that page due to its security...

    i cant view that page due to its security status....sorry.
    pm me your price
  8. Replies
    6
    Views
    423

    could this code be attached to 5 different...

    could this code be attached to 5 different buttons so that any rolled over would make them all grow, but each has its own rollover state?
  9. Replies
    3
    Views
    422

    need a quick code asap!

    need this nav title menu coded.
    all titles start small and tightly grouped, when rolled
    over, the scale up and spread out.
    an example of this move: www.pixelgasoline.com
    click services, then...
  10. yeah i wish i knew how though lol......

    yeah i wish i knew how though lol......
  11. sound controller turns off video sound...help

    im trying find out why.......here is my set up
    onClipEvent(load)
    {
    _root.soundstatus="on";
    _root.mySound = new Sound(_level0);
    _root.mySound2 = new Sound(_level1);
    _root.mySound3 = new...
  12. anyone?

    anyone?
  13. Replies
    0
    Views
    371

    rollover within a rollover????

    is this possible? im trying to animate the main nav tiles all at once when any rolled over........seems advanced
  14. is there none here that can achieve this?

    im trying to make these titles they did at www.pixelgasoline.com after you click a link, the menu titles shrink and expand when rolled over.
    Someone plz help meh?
  15. Replies
    1
    Views
    368

    anyone know why this code will not work?

    Its the code ive got so far here on my post:
    "all 5 titles scale up if anyone rolled over"
    this waht ive got on the first button

    onClipEvent (enterFrame) {
    this.onRollOver = function() {...
  16. im such a tool :/.....one more try small state...

    im such a tool :/.....one more try
    small state (not rolled over yet)
    title(1)w-43.1....(2)w-42.1....(3)w-59.0...(4)w-47.0...(5)w-44.8...
  17. small state (not rolled over yet) title(1)w-43.1...

    small state (not rolled over yet)
    title(1)w-43.1 (2)w-42.1 (3)w-59.0 (4)w-47.0 (5)w-44.8
    ______h-15.1 h-15.1 h-15.1 h-15.1 h-15.1
    ______x-253.3 ...
  18. well i could...but its everything you put up...

    well i could...but its everything you put up lol....i just had a movie made up that expanded all the titles with one roll over for all.....that works great, i can only use one nav though...
    so in a...
  19. hey man.....well, i put the if (_root.Over ==...

    hey man.....well, i put the
    if (_root.Over == true) {
    if (this._x>0) {
    this._x = this._x-30;
    }
    }
    if (_root.Over == false) {
    if (this._x<250) {
    this._x = this._x+30;
    }
  20. well could i still add the navigation on...

    well could i still add the navigation on individual clicks of the titles? if they are not buttons?
  21. ill try both thanks.....brb

    ill try both thanks.....brb
  22. animate all 5 nav menu titles if any one rolled over

    hi...
    if anyone could help me with this, i will be saved.
    I have 5 titles as the nav menu on the main timeline.
    i have them sclaed down and sqeezed together.
    how can i, when i rollover any ONE of...
  23. scaling all menu buttons if any rolled over

    hi...
    if anyone could help me with this, i will be saved.
    I have 5 titles as the nav menu on the main timeline.
    i have them sclaed down and sqeezed together.
    how can i, when i rollover any ONE of...
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center