Flasher Archive

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


Subject: FLASH: maximum actions exceeded error?
From: Tony Gunn
Date: Tue, 30 May 2000 13:34:58 +0100

Flashers,

Any help would be appreciated :)

I have the following script in a movie clip named 'counteRun'. My main movie 'interface' loads this MC into _level1. I want this script to loop continuously and update the 'popformatted' variable which is displayed in a text box in the 'counterRun' MC.

My 2 questions are:

will the following script loop generate the maximum actions exceeded error?
and
would it put less of a stress on the client if I use Call's as opposed to goto's?

Keyframe 1
----------------------------------------------------------------------------
Set Variable: "pop" = 6000000000
----------------------------------------------------------------------------
Keyframe 1
----------------------------------------------------------------------------
Set Variable: "pop" = pop + 3
Set Variable: "commaVal" = ","
Set Variable: "plength" = Length (pop)
Set Variable: "pindex" = plength - 2
Set Variable: "popSub" = Substring(pop, pindex, 3)
Set Variable: "pindex2" = plength - 5
Set Variable: "popSub2" = Substring(pop, pindex2, 3)
Set Variable: "pindex3" = plength - 8
Set Variable: "popSub3" = Substring(pop, pindex3, 3)
If (plength = 10)
Set Variable: "popSub4" = Substring(pop,1, 1)
Else If (plength = 11 )
Set Variable: "popSub4" = Substring(pop,1, 2)
Else If (plength = 12)
Set Variable: "popSub4" = Substring(pop,1, 3)
End If
Set Variable: "popformatted" = popSub4 & commaVal & popSub3 & commaVal & popSub2 & commaVal & popSub
----------------------------------------------------------------------------
Keyframe 2
----------------------------------------------------------------------------
Go To and Play(1)
----------------------------------------------------------------------------



TIA :)
Tony Gunn
S


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
World Animation Celebration - Big Internet Animation Pow Wow Discount Offer

Register before May 25 mention flasher and save 25%!! www.wacfest.com

Be discovered, get a job or have your web series picked up. A big talent search for Shockwave
and Flash animators is happening May 30-June 4 in Hollywood. Featuring Rob Burgess, Matt
Groening, Brad Bird and more. www.wacfest.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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]