A Flash Developer Resource Site

Search:

Type: Posts; User: ieatbugs

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. JavaScript function that loads data from localStorage

    Hello, i need a javascript function that will take a number i have saved in localStorage, that on the click of a button, will update the local storage key value. Any ideas?
  2. Thread: Rewind Root?

    by ieatbugs
    Replies
    3
    Views
    343

    Thanks again

    Thanks again
  3. Thread: Rewind Root?

    by ieatbugs
    Replies
    3
    Views
    343

    Rewind Root?

    This is a stupid easy question but i can't seem to find the right syntax
    I have a generic button that everytime i press it i want the root to go back 100 frames.

    Any help would be greatful
  4. Replies
    2
    Views
    1,022

    merci beaucoup

    excellent thank you
  5. Replies
    2
    Views
    1,022

    comboBox selection highlight color change

    I've done a search through the forums to find the appropriate style change for this. I can't find one that refers to the highlight colour which is presently a gross green. Is there a way to customize...
  6. Replies
    2
    Views
    1,598

    Idle time counter

    Does anyone have a sample script that has the similar functionality of a screen saver? Ie if no mouse click, no mouse movement or no keyboard click do this.

    Thanks in advance
  7. multiple MC controld and _current frame evaluation

    I have 13 movie clips in my root. I want to to activate and deactivate each with on(press). I'm having trouble writing an If And or Else statement that accurately processes where each moving clip...
  8. Replies
    1
    Views
    400

    ComboBox Return to top

    I have a combo box that i want to return to the top value after click. Is there a simple function or script for this?
    Thanks in advance
  9. Replies
    1
    Views
    422

    if and else conditions

    Simple answer i'm sure
    I'm writing a function to register which state has been clicked and to do something accordingly using a combo box. I want to add other states behind Wisconsin and Alaska ie...
  10. Thread: ComboBox?

    by ieatbugs
    Replies
    0
    Views
    513

    ComboBox?

    I have a ComboBox in flash 8 with the all the States as the labels. I want to divide the data for the states into 4 sections (easter region etc). On selection i want something to happen dependeant on...
  11. Replies
    0
    Views
    489

    Tab key disable?

    I have a CD-Rom built ready for production but i'v found a "glitch" that happens when the tab key is pressed. Is this an accessiblity action? and is there a way to turn it globally off? I've looked...
  12. Replies
    2
    Views
    416

    Thanks for the tip, i'm using MX 2004, but i'm...

    Thanks for the tip, i'm using MX 2004, but i'm recylcing code from a MC i found on this site. if it ain't broke....
    if there's a better way of doing it up open to any suggestions. HMV is the width...
  13. Replies
    2
    Views
    416

    Adding Inertia / Gravity

    I have a movie clip that gets scrolled depending on mouse movement


    Is there a way to add inertia the the movie clip response so it's not so afronting?
  14. Replies
    0
    Views
    587

    Mouse reactive Image scroll

    Does anyone have a snippet of code that will duplicate this type of look functionalitly (image scroll at tope)
    http://v2olongbeach.com/home.htm
    Thanks in advance
  15. Replies
    2
    Views
    522

    Great that works thanks. I've tried fooling with...

    Great that works thanks. I've tried fooling with some of the = and minus values to reverse it to go away from the mouse as opposed to trailing it. Is there a way to do that but constrain it within a...
  16. Replies
    2
    Views
    522

    Duplicate effect

    I'd like to dublicate this effect here:
    http://www.nuguy.com/experiments/analyze.html

    but have the object only trail in the y axis. Does anyone have any ideas?Thanks in advance!
  17. Thread: HTML Styles

    by ieatbugs
    Replies
    3
    Views
    428

    HTML Styles

    I've read all the posts pertaining to this but haven't found a definative answer. Here's the question, i've got HTMl being fed into a dynamic text box, is there a way to have a CSS sheet applied or...
  18. Replies
    3
    Views
    364

    I've tried that and variations of it. This is...

    I've tried that and variations of it. This is actually the full extent of the code. I'm reusing a widget. It doesn't like the removeMovieClip Acton. Is there away to clear level 1 of everything?
  19. Replies
    3
    Views
    364

    unloading a movie??

    I'm using this snippet of code
    onClipEvent(load){
    this.duplicateMovieClip("strip2",1);
    }
    this works great, but when my maintimeline progresses the MC "strip2" still duplicates itself even though...
  20. Replies
    0
    Views
    466

    removeMovieClip?

    I'm using this snippet of code
    onClipEvent(load){
    this.duplicateMovieClip("strip2",1);
    }
    this works great, but when my maintimeline progresses the MC "strip2" still duplicates itself even though...
  21. Replies
    1
    Views
    453

    swapDepths issue

    i'm using the loadMovie method to load an external SWF into my main timeline. The issue is even though it's located on a lower frame then another movieclip, it is interfering with the button states...
  22. Replies
    1
    Views
    494

    Action Script Errors (null)

    I'm getting errors when using an old widget i did in Flash 5. I need to update this code
    to be compatible with MX or MX 2004. Is there a quick answer?
    thanks in advance
  23. Replies
    2
    Views
    396

    Thanks for your suggestion, yes i understand root...

    Thanks for your suggestion, yes i understand root is the main timeline. The on(press) action is in the menu mc but i'll try your suggestion on defining the variable on _root using buttons from...
  24. Replies
    2
    Views
    396

    Variable help please

    Is there a way to define a variable on _root to be referenced in subsequent MC's (for navigation ie on(press) {
    if{
    variable=1
    gotoAndPlay etc etc etc
    )

    Any help would be greatly appreciated...
  25. Replies
    0
    Views
    413

    on(keypress...

    Is it possible to use other then the predefined keys for this command? For instance Command I. If not is there a work around?

    Thanks in advance for any help
Results 1 to 25 of 56
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center