Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Button Weirdness
From: Seth Newton
Date: Tue, 10 Oct 2000 19:39:46 +0100

Hello all,

I have some "VCR" buttons in my program that control the timeline in my
movie. For some reason, whenever I run the movie, and I hit the button that
skips ahead to the next scene(which is really a movie loaded into another
movie instance), I have to double-click the button in order for it to skip
ahead. Now I can sidestep this, and say in the help for this demo, that
they need to double-click in order to advance to the next section OR I can
set my onmousevent to go off on Rollover and Press....this would make it so
the first rollover would be the first click, and the second click would be
the "Press"...but this creates weirdness as well. Does anyone know what
could possibly be causing this?

Here's the code on the "Skip Ahead to next section" button.

On (Release)
If (/:currentspot = 3)
Set Variable: "/:currentmovie" = "4200-SCS_Overview.swf"
Begin Tell Target ("/outfade")
Go to and Play (_currentframe + 1)
End Tell Target
Else If (/:currentspot = 4)
Set Variable: "/:currentmovie" = "4200-SCS_graphing.swf"
Begin Tell Target ("/outfade")
Go to and Play (_currentframe + 1)
End Tell Target
Else If (/:currentspot = 5)
Set Variable: "/:currentmovie" =
"4200-SCS_TestDefinition1_DefinitionTabDetails.swf"
Begin Tell Target ("/outfade")
Go to and Play (_currentframe + 1)
End Tell Target
Else If (/:currentspot = 6)
Set Variable: "/:currentmovie" =
"4200-SCS_GraphTransition_GraphTransition.swf"
Begin Tell Target ("/outfade")
Go to and Play (_currentframe + 1)
End Tell Target
Else If (/:currentspot = 7)
Set Variable: "/:currentmovie" = "4200-SCS_moreinfo.swf"
Begin Tell Target ("/outfade")
Go to and Play (_currentframe + 1)
End Tell Target
End If
End On

Any help would be most appreciated.
Thanks in advance,

-Seth.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]