A Flash Developer Resource Site

Search:

Type: Posts; User: kenn1

Search: Search took 0.02 seconds.

  1. Thread: survey script

    by kenn1
    Replies
    0
    Views
    392

    survey script

    Hi

    I can write man_btn.onrealese = function(){
    gotoandplay(... and so on, but im a real newb at action script.

    could u please give me and example of code to use on a survey
    how do i use...
  2. Thread: password login

    by kenn1
    Replies
    6
    Views
    467

    thought i completed it yesterday... open it in...

    thought i completed it yesterday...

    open it in winrar or winzip...
  3. Thread: password login

    by kenn1
    Replies
    6
    Views
    467

    sorry.. no

    still jumpes over the -if-
    as if i write wrong password... but im sure i write correct password.

    iv tried with no required string on the inputs, but it still wont continue...
  4. Thread: password login

    by kenn1
    Replies
    6
    Views
    467

    password login

    on (release) {
    if (username=="kenneth" & password=="9" or username=="Velg ID" & password=="3") {
    gotoAndPlay("start");
    } else {
    gotoAndPlay("again");
    }
    }

    iv copied text from the book...
  5. Thread: a simple problem

    by kenn1
    Replies
    3
    Views
    492

    enhet1 = an input textbox enhet2 = an input...

    enhet1 = an input textbox
    enhet2 = an input textbox
    sum = a dynamic textbox

    i want enhet1 + enhet2 to show at sum when i push the button where
    the action are placed

    on (release) {
    sum =...
  6. Thread: a simple problem

    by kenn1
    Replies
    3
    Views
    492

    a simple problem

    i am a newbie yes.. but can i get some help with why i dont get anything when i klikk the button?

    on (release) {
    sum = a;
    enhet1 = b;
    enhet2 = c;

    a = (b + c);
    }
  7. Replies
    7
    Views
    518

    I think there is something i can do... I twist...

    I think there is something i can do...

    I twist the frames a little,.. or
    instead of repeating 4 frames i made 3000 frames with the same code and the bar incresed to 30% but still i shouldnt have...
  8. Replies
    7
    Views
    518

    Do you know the code for this?

    Do you know the code for this?
  9. Replies
    7
    Views
    518

    thanx

    but it didnt work

    I have a sound file it.. 5mb, maybe it cant refresh mp3's ???
  10. Replies
    7
    Views
    518

    Problem with a preloader

    Hi

    Im using the code:

    if (_root._framesloaded == _root._totalframes) {
    gotoAndPlay("Scene 4", "start");
    }
    and its working as it says.. but entering the page it just
    the bar just shows...
  11. Replies
    1
    Views
    346

    Hi Im creating a site with several flash...

    Hi

    Im creating a site with several flash movies surrouding an image in the center.

    The flash movies creates a squere with with color (its really the flash movie edge)
    and i cant make it...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center