Games Achievements My Kong Sign In

Comments for Shootorial #2

« Back to Shootorial #2

Muffinz0Fdoom

Feb. 20, 2010

Under rating threshold (show) This keeps showing up on my compiler errors tab "The class 'Backgound' needs to be defined". And I can't get the background to scroll, I've followed the tut all the way through. Help?

+ - !

(0)

lee_noo

Feb. 20, 2010

Under rating threshold (show) @Pomogi Same Problem.. Needing help.

+ - !

(0)

gta_fido

Feb. 17, 2010

Under rating threshold (show) I followed this tutorial exactly but my background scrolls with my ship. Any clues as to why?

+ - !

(0)

tron1o7

Feb. 17, 2010

Under rating threshold (show) @Jaycerulz. that sucks that your Dad turns the internet off. Does he also turn the computer off? Because if he does not turn the computer off then just have the tutorials loaded up. Like have a seperate page or tab for each tutorial. The only problem is if you need to download a sprite or background. I hope this helps!

+ - !

(0)

fr0z3nVampir3

Feb. 11, 2010

Under rating threshold (show) Extremely annoying...

+ - !

(-1)

k1ll3rz

Feb. 11, 2010

Under rating threshold (show) Tnx Kong. This is one of the best game tutorials

+ - !

(0)

Jaycerulz

Feb. 09, 2010

Under rating threshold (show) Is there anyway I can download this as a SWF and play it offline?? My dad turns off the internet at night and I would like to have these tuts on my PC for offline use. Help will be appreciated.

+ - !

(-2)

rosslyn568

Feb. 08, 2010

Under rating threshold (show) These tutorials are amazing. They actually teach you. I have already finished my first game. See it at http://www.kongregate.com/games/rosslyn568/planet-defender ---- anyway, great tut. 5/5

+ - !

(0)

Flexcool354

Feb. 07, 2010

Under rating threshold (show) Cant you have both classes in one as file. That would be alot easier

+ - !

(0)

julianso

Jan. 29, 2010

Under rating threshold (show) ¿Buscas una canción ó artista?Buscalo: Mas de 500 000 Canciones en MP3 Gratis Pruebalo Ya.

+ - !

(-1)

Plummer12

Jan. 28, 2010

Under rating threshold (show) it wont download i clicked it a million times

+ - !

(0)

FalconMrkII

Jan. 25, 2010

Under rating threshold (show) @lost447; sorry, i meant page 5...my bad...

+ - !

(0)

lost477

Jan. 22, 2010

Under rating threshold (show) Falcon have you tried continuing on it will tell you what to do

+ - !

(0)

FalconMrkII

Jan. 22, 2010

Under rating threshold (show) i'm stuck on page 4! i copied the code for the background to scroll and it won't scroll! plz help! note: i'm using Flash CS4 and i saved the .fla as a CS3 .fla.

+ - !

(0)

TopMaster360

Jan. 18, 2010

Under rating threshold (show) Did first tute, really easy and fun. Second one should be a blast, too! I never thought that actionscripting would be so... Easy!

+ - !

(0)

hazare

Jan. 10, 2010

Under rating threshold (show) @Thezanman That is cuz the code is wrong. class Background extends MovieClip { function onEnterFrame() { _x -= 5; if( _x < -2110 ) { _x = 2110; } } }

+ - !

(0)

Kizzi

Jan. 04, 2010

Under rating threshold (show) @Kador11: He could've misnamed the Background.as file. @saberioninja: Have you used the code from page 7 of this tutorial? Make sure you change the values to match your file.

+ - !

(0)

TheAberrant

Jan. 03, 2010

Under rating threshold (show) lol i can't spell "Backround"(no "g") so i got an erroe.

+ - !

(0)

thekinggamer

Jan. 02, 2010

Under rating threshold (show) thanks for these tuts. they work perfect!

+ - !

(0)

pugzy

Jan. 02, 2010

Under rating threshold (show) These tuts work, YOU JUST NEED TO KNOW A FEW PROGRAMMING TIPS. 1. It's Case Sensitive, if you spell it IlIKePiE then spell it that WAY! 2. On the back ground you need to change the values of when it's gonna change. other wise it's not gonna work properly.

+ - !

(0)

pec777

Dec. 31, 2009

Under rating threshold (show) How Do you import the ship?

+ - !

(0)

x4dd

Dec. 30, 2009

Under rating threshold (show) COOL it works

+ - !

(0)

zortog

Dec. 30, 2009

Under rating threshold (show) OMG its no point to follow these tutorials they never works if you do like they show

+ - !

(0)

Thezanman

Dec. 30, 2009

Under rating threshold (show) it wont scroll

+ - !

(0)

Kador11

Dec. 29, 2009

Under rating threshold (show) @Kizzi: Yes all of the .as files are saved in the same directory as your .fla else it would search for something that is not there.

+ - !

(0)

strife352

Dec. 29, 2009

Under rating threshold (show) ugh it never recognizes my background class

+ - !

(0)

siaosoul

Dec. 28, 2009

Under rating threshold (show) Nvm i solve the problem

+ - !

(0)

siaosoul

Dec. 28, 2009

Under rating threshold (show) On Page 7 line 8 _x = 0; i got this error ActionScript 2.0 class scripts may only define class or interface constructs. Source : } Alittle Help?

+ - !

(0)

saberioninja

Dec. 24, 2009

Under rating threshold (show) Alright, i have started a new project. My background scrolls up perfectly fine. I just can't get it to loop. Any help? Thanks.

+ - !

(0)

TyeMaiShus

Dec. 22, 2009

Under rating threshold (show) These tutorials are great and easy to follow 5 Stars for all of them

+ - !

(0)

Twinskid001

Dec. 22, 2009

Under rating threshold (show) This is working for me..

+ - !

(0)

Th3G4m3r

Dec. 22, 2009

Under rating threshold (show) wow this really works 5* xD just follow instructions as it say n itll work perfect

+ - !

(0)

Tukkun

Dec. 22, 2009

Under rating threshold (show) No offence, but doing it with scripts is much better than doing it with motion tween. Motion tweens take up a lot of frames, and is a pain to modify!

+ - !

(0)

RNGbladegames

Dec. 22, 2009

Under rating threshold (show) I've done this with no script but just motion tweens with about 362 frames lol

+ - !

(0)

badboy2

Dec. 21, 2009

Under rating threshold (show)

+ - !

(-3)

Kizzi

Dec. 19, 2009

Under rating threshold (show) @saberioninja: Is the Background.as file saved in the same directory as your game file?

+ - !

(0)

saberioninja

Dec. 15, 2009

Under rating threshold (show) The class 'Background' needs to be defined in a file whose relative path is 'Background.as'. Anyone help? D:

+ - !

(0)

xrox2

Dec. 14, 2009

Under rating threshold (show) OK my backround scrolls but it doesnt restart after 1885 PX (with of my picture

+ - !

(0)

v1c96

Dec. 14, 2009

Under rating threshold (show) my ship won't move at all, nor the backaground... ...help

+ - !

(0)

JJoiler

Dec. 14, 2009

Under rating threshold (show) **Error** Symbol=behind, layer=Layer 1, frame=1:Line 1: The class 'behind' could not be loaded. anyone help? i use Macromedia

+ - !

(0)

Jokerbla11

Dec. 10, 2009

Under rating threshold (show) love it thanks

+ - !

(0)

ChrisHobo

Dec. 08, 2009

Under rating threshold (show) 4cheive, make sure the background layer is above the ship layer.

+ - !

(0)

4chieve

Dec. 05, 2009

Under rating threshold (show) I can't see my ship flying around with my background.

+ - !

(-1)

HaPe

Nov. 26, 2009

Under rating threshold (show) Is there anyway I can make the screen of my game smaller because it is huge!!!

+ - !

(0)

toxicityj

Nov. 22, 2009

Under rating threshold (show) A problem people might be having is you don't click out of the ship frame and into the background frame when you place your background.

+ - !

(0)

123zooboy1

Nov. 20, 2009

Under rating threshold (show) Download not working...

+ - !

(0)

fel95

Nov. 19, 2009

Under rating threshold (show) good.

+ - !

(0)

dasneor

Nov. 16, 2009

Under rating threshold (show) my background doesnt scroll

+ - !

(0)

GibsonBlack

Nov. 11, 2009

Under rating threshold (show) ok i tried to open the files on page one and it opens for a fraction of a second and beeps then it goes away...any ideas?

+ - !

(0)

garetjax13

Nov. 07, 2009

Under rating threshold (show) Okay, nothing I try will show my background scrolling. is it cuz i have cs4?

+ - !

(0)

  • add a comment
Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms Privacy Code of Conduct
© 2024 Kongregate