Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

flash actionscript

Name: Anonymous 2007-02-17 3:52

Is there such thing as a for/next loop in flash?

also, i was told that i can use "_" to create in index for of thing... but i dont know how to work it... basically im trying to do something like this

for I = 1 to 5
   box_I = box_I + speed_I
   speed_I = speed_I + 1
next

i only know a little vb6 and vb.net.... and honestly that doesnt even help because vb.net pulls away from indexing from what ive noticed.

Name: Anonymous 2007-02-17 4:39

LOOP:
LDY #4
LDA SPEED_L
CLC
ADC BOX_L
STA BOX_L
INC SPEED_L
DEY
BPL LOOP

Name: Anonymous 2007-02-17 4:40

>>2 eep the LOOP: should come AFTER the LDY #4 not before

Name: Anonymous 2009-01-14 13:17

LISP

Name: Anonymous 2010-12-21 6:12

Name: Sgt.Kabu眜⦩kiman粤ऩ 2012-05-28 22:34

Bringing /prog/ back to its people
All work and no play makes Jack a dull boy

Name: Anonymous 2013-09-01 19:55



        ,.-ー-、
       /    \
     , '        \
    /,  _,.へ、_   ,.ヘ、
    ´7  ゝ、  _,.r⌒i´ 〈ヘ
    ,'-'"く__ィ__,.-=ニ=ニ=-=`ヽ、    「ヘハ、_
    / _,.イノ´         ', `'、_   | Vレ/ レヘ
   ,!ィ,.ィ´ γ   ハ  i  ハ-_ i  ハ> .| |l/イ///>
  ,.' .イノ  /  ハ_ニ、.ハノ,ィ'ハi イ i ,ゝ | l/ ///
 <、  i  イレ/イト ´ i `   ヒノ' i ハノ !  |l/Y//
  `ヽ)  .(、ハ.,,'ー'   ___  "从ハノ  'r、_イ
    ノ    Yヽ、  (´ ノ ,.イ ハi_ゝ  くハ」
   〈 i  / ',ヘ i`=rー=ニ´Y)ヽイ   //
    )ハ γ  `(ヽヘ、_,.〉}><{〉、_,.//、
     ´〈,ヘハ、_,.、_ノ      i〉、____つ(ノ
       /  ,.イk 、_,,...-='iヽ、 /7´
      ,〈  J´  Yi´   'イ  '., /
      i >ー'    Y   !'  _ゝ,
      ゝ)、 _/   `ー-= ´ イン
       `ーr=ゝ、____ハ、__,.イ'´
        ヽ__/´   `ー´

Don't change these.
Name: Email:
Entire Thread Thread List