Welcome to TalkGraphics.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2001
    Posts
    4

    Default

    Hi folks,

    I'm creating a small presentation in ver.4. Here's how i'd like it to run. The movie is divided into sections where information is displayed in chunks for the audience to view. One section plays then stops. I'd like to allow the audience to "hit any key to continue" sort of thing. Now i realise every section will be have a stop action, my question is, how can I set up the "press any key to continue" - function for it?

    Thanks, Yutz
    IP

  2. #2
    Join Date
    Aug 2000
    Location
    Toronto, Ontario, Canada
    Posts
    432

    Default

    Hmm...i honestly can't think of a way to do that in flash 4. it's much easier if you just say hit space to continue or hit enter to continue, etc. sorry i couldn't be more help. [img]/infopop/emoticons/icon_frown.gif[/img]


    hth,
    Deep (just a guy)
    <font face="arial" size="2">
    Pradeep Kumar Nair, B.Math
    Senior Web Designer
    http://www.blab.com
    ICQ: 39102360
    </font>
    hth,
    Deep (just a guy)
    --
    Pradeep Kumar Nair, B.Math
    CTO
    9 Story Entertainment
    http://www.9story.com
    IP

  3. #3
    Join Date
    Jan 2001
    Posts
    4

    Default

    <BLOCKQUOTE><font size="-1">quote:</font><HR>it's much easier if you just say hit space to continue or hit enter to continue<HR></BLOCKQUOTE>

    Sure - I'll take that, lay it on me [img]/infopop/emoticons/icon_biggrin.gif[/img]
    Thanks Deep
    IP

  4. #4
    Join Date
    Aug 2000
    Location
    Toronto, Ontario, Canada
    Posts
    432

    Default

    why is it i feel i've already answered this? hmm...guess my post was lost. or maybe i never had a chance to post it.
    anyway, the gist of my earlier post was this:

    1) create an invisible button - put it anywhere unobtrusive on the page (try and make it as small as possible, just to make sure that it isn't going to interfere with the end user's browsing experience).

    2) give the button an onMouseEvent action - and select keyPressed as the action

    3) make the keyPressed be <space>

    4) do whatever action you need within there.

    for example:

    on keyPressed (<space> ) {
    goToAndPlay("myscene");
    }

    i can't say that this is exactly the syntax, so don't cut-n-paste it, but it's along the lines of what you need to do.


    hth,
    Deep (just a guy)
    <font face="arial" size="2">
    Pradeep Kumar Nair, B.Math
    Senior Web Designer
    http://www.blab.com
    ICQ: 39102360
    </font>
    hth,
    Deep (just a guy)
    --
    Pradeep Kumar Nair, B.Math
    CTO
    9 Story Entertainment
    http://www.9story.com
    IP

  5. #5
    Join Date
    Jan 2001
    Posts
    4

    Default

    Thanks again for your time and trouble.

    regards, Yutz (just a yutz) [img]/infopop/emoticons/icon_smile.gif[/img]
    IP

  6. #6
    Join Date
    Jan 2001
    Posts
    4

    Default

    Just want to say thanks for your help Deep, it works prefectly. I don't know why I didn't see this in the "onmouse" section of the scripting. Tunnel vision I guess.

    Regards, Yutz
    IP

  7. #7
    Join Date
    Aug 2000
    Location
    Toronto, Ontario, Canada
    Posts
    432

    Default

    hehehe - no worries. you should see some of the posts i put in here - i'll COMPLETELY forget about something and then someone will point it out. imagine how silly i feel then! [img]/infopop/emoticons/icon_smile.gif[/img] no worries, though - glad to hear you got it working


    hth,
    Deep (just a guy)
    <font face="arial" size="2">
    Pradeep Kumar Nair, B.Math
    Senior Web Designer
    http://www.blab.com
    ICQ: 39102360
    </font>
    hth,
    Deep (just a guy)
    --
    Pradeep Kumar Nair, B.Math
    CTO
    9 Story Entertainment
    http://www.9story.com
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •