A Flash Developer Resource Site

Search:

Type: Posts; User: akhunaton

Search: Search took 0.04 seconds.

  1. Can anyone help me ? I have created a 4 button...

    Can anyone help me ? I have created a 4 button toggle and a different sound should be triggered when my movie clip is on any of the frames. How do I do this without actually putting the code inside...
  2. How do I play a sound with currentframe?

    The code below unfortunately results in the sound repeating at the framerate of the movie. I just need a simple "play a sound at a specific frame" function but can't figure this one out. Thanks for...
  3. Replies
    2
    Views
    757

    I'm trying to get this to work too. I'm not clear...

    I'm trying to get this to work too. I'm not clear as to your solution especially because a variable that needs to be declared is "specialid:000000" which is not legal. Thanks for your help
  4. Thread: if > problem

    by akhunaton
    Replies
    7
    Views
    1,115

    someone helped me from another board. here is the...

    someone helped me from another board. here is the fix:

    "getMinorVersion(...) takes your string data from text fields and convert them to ints, so you can then compare "apples to apples" (ints...
  5. Thread: if > problem

    by akhunaton
    Replies
    7
    Views
    1,115

    thanks for trying. someone told me that when...

    thanks for trying. someone told me that when retrieving data from external text file, flash makes it a string . So i need to convert it to number somehow, i guess. but i just can't get it...
  6. Thread: if > problem

    by akhunaton
    Replies
    7
    Views
    1,115

    well, this is weird because it works if i put the...

    well, this is weird because it works if i put the data in the field myself but when I retrieve the data from the server it does not work right. I made a new .fla with just the code I'm trying to get...
  7. Thread: if > problem

    by akhunaton
    Replies
    7
    Views
    1,115

    ok. i changed the code but am having the exact...

    ok. i changed the code but am having the exact same problem.I can't get a function to work if the variables are the same/equal.

    new code:

    var myversion:Number = _root.updates.myversion.text;...
  8. Thread: if > problem

    by akhunaton
    Replies
    7
    Views
    1,115

    if > problem

    this is driving me crazy, hopefully you can help.

    the problem I have is if "myversion" equal 3.00 and "currentversion" equals 3.00 flash goes to frame 2. what am I doing wrong?


    var...
  9. Replies
    2
    Views
    1,056

    thanks for your help. I got it to work with your...

    thanks for your help. I got it to work with your help! again. :)
  10. Replies
    2
    Views
    1,056

    read multiple shared objects loop?

    Flash 8

    I have no idea how to do this:

    I have 122 buttons that when clicked they make a shared object = "yes".

    the button instances are named save1 through save122.

    I want the buttons to...
  11. Replies
    2
    Views
    1,050

    that works great. Thanks!

    that works great. Thanks!
  12. Replies
    2
    Views
    1,050

    retrieve button instance name

    I'm so grateful for these forums. I'm stuck and need some help.

    I have 100 buttons. each instance named: save1, save2, save3, etc.

    i need this to happen for each button ("save1" being replaced...
  13. How to not load movie only if same movie already loaded?

    How to not load movie only if same movie already loaded?

    for example: loadMovie("clip.swf", myclip);
    //only if clip.swf is not already loaded. if clip2.swf or no clip is loaded then go ahead and...
  14. Replies
    1
    Views
    400

    external mp3 problem

    I've been pulling my hair out on this one. I'm trying to simply pause and pause,start,stop an external mp3. ( FLASH 8 )I've got it loading but can't stop it.
    here it is:

    on(release) {
    var...
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center