Stick Page Forums Archive

infinite TUTORIAL (you will love that)

Started by: BlackPudding | Replies: 16 | Views: 3,142

BlackPudding

Posts: 103
Joined: May 2006
Rep: 10

View Profile
Aug 3, 2007 7:36 PM #49201
so, let's start

1.: Open new flash document
2.: press F9 (it's on your keyboard)
and enter this code:



import flash.display.BitmapData
a_bmp = new BitmapData
(Stage.width,Stage.height,false,0);
b_bmp = new BitmapData
(Stage.width,Stage.height,false,0);
this.createEmptyMovieClip("a_mc",1)
this.createEmptyMovieClip("b_mc",2)
a_mc.attachBitmap(a_bmp,0);
b_mc.attachBitmap(b_bmp,0);





-close window

3.: pick Rectangle tool (or press "r")

4.: draw rectangle (any one, and color)

5.: pick Selection tool (or press "v")

6.: select a hole rectangle

7.: now press F8 (it's on your keyboard)
and write on name: ANYTHING!!!!11!11!!1!!!1
for type pick: Movie clip
and press OK

8.: press on rectangle (once please)
now press on F9 (on your keyboard)
and enter this code:




onClipEvent(enterFrame) {
import flash.geom.Matrix
import flash.filters.BlurFilter

m = new Matrix()
z = 1.09
m.scale(z, z)
m.translate((Stage.width-Stage.width*z)
/2,(Stage.height-Stage.height*z)/2)

_root.b_bmp.draw(_root.a_mc, m)
_root.a_bmp.draw(_root.b_mc)

if (!counter) counter = 0
counter++

for (y=-10; y<10; y++) {
for (x=-30; x<30; x++) {
_root.a_bmp.setPixel
(Stage.width/2+x+Math.random(),
Stage.height/2+y+Math.random(),
counter*(x*y+30*10+counter*100))
}
}
}





you are done (press Ctrl+enter to see your stupid animation)











Checkers
2

Posts: 216
Joined: Jun 2007
Rep: 10

View Profile
Aug 3, 2007 9:04 PM #49213
It looks like your stoned. I like it.
Scorpioxxx
2

Posts: 1,454
Joined: Apr 2006
Rep: 10

View Profile
Aug 3, 2007 10:29 PM #49223
You need to understand the code yourself and be able to explain the code before you make a tutorial on it.
2pacproducer
2

Posts: 10
Joined: Jun 2007
Rep: 10

View Profile
Aug 4, 2007 11:12 AM #49352
this tut sucks ! why did you not macked it with flash and import it into swfup !
BlackPudding

Posts: 103
Joined: May 2006
Rep: 10

View Profile
Aug 4, 2007 11:44 AM #49362
Quote from 2pacproducer
this tut sucks ! why did you not macked it with flash and import it into swfup !


wow... looks like someone understand tut only whit animation-pictures...

well... I didnt made tut whit flash, cos your ugly AND cos it looks more professional (I dont have a time to make a tut in flash for noobs like you)

that's how it looks on the end
http://www.swfup.com/uploads/swf-18233.swf

Quote from Scorpioxxx
You need to understand the code yourself and be able to explain the code before you make a tutorial on it.


you're right... I'll try to understand this crap
Ns-2
2

Posts: 254
Joined: Feb 2007
Rep: 10

View Profile
Aug 4, 2007 11:51 AM #49366
Thats kinda cool.
Poseidon
2

Posts: 55
Joined: May 2007
Rep: 10

View Profile
Aug 4, 2007 12:28 PM #49388
I like it. I might use it as a background for a weird fight animation.
2pacproducer
2

Posts: 10
Joined: Jun 2007
Rep: 10

View Profile
Aug 4, 2007 3:18 PM #49408
Quote from BlackPudding
wow... looks like someone understand tut only whit animation-pictures...

well... I didnt made tut whit flash, cos your ugly AND cos it looks more professional (I dont have a time to make a tut in flash for noobs like you)

that's how it looks on the end
http://www.swfup.com/uploads/swf-18233.swf



you're right... I'll try to understand this crap


bingo ! ding ding ding ding ding ding ding !
glenn

Posts: 0
Joined: Jun 2025
Aug 4, 2007 4:44 PM #49421
Im new in flash, this is nothing with the tut to do, but how du you trace the last frame??
Raffi
2

Posts: 4,326
Joined: Aug 2006
Rep: 10

View Profile
Aug 4, 2007 4:59 PM #49425
That's very unusual... But as Scorpio said, you need to explain it.
cashleycool

Posts: 40
Joined: May 2007
Rep: 10

View Profile
Aug 7, 2007 12:52 PM #49914
People might learn from here, except me.
stickmanme1
2

Posts: 42
Joined: Apr 2007
Rep: 10

View Profile
Aug 18, 2007 7:21 PM #52692
noooooo:Nooooooo: . it dosen't work for me.
Zën
2

Posts: 64
Joined: Mar 2006
Rep: 10

View Profile
Aug 18, 2007 8:20 PM #52705
Sorry dude but the tut was bad, I guess it's your first.

Note: 3/10
general_zim
2

Posts: 62
Joined: Oct 2005
Rep: 10

View Profile
Aug 18, 2007 11:52 PM #52727
I smell a copypasta.
Reconcile
Banned

Posts: 3,793
Joined: Jan 2013
Rep: 10

View Profile
Jan 31, 2013 11:03 AM #868023
what da faaaaaaaaak
Website Version: 1.0.4
© 2025 Max Games. All rights reserved.