Games Achievements My Kong Sign In

Comments for Shootorial #2

« Back to Shootorial #2

jrvboffin

Jul. 07, 2010

Under rating threshold (show) @regerity: you siad you solved the error message by making the background a .png file... how do you do that?? (bit of a noob at all this coding stuff...)

+ - !

(0)

Scrooge_McDuck

Jul. 05, 2010

Under rating threshold (show) I noticed that there was a about a millisecond gap from the end of the background before it popped back in to repeat, meaning their would be a small jump. If you want it to really run seamlessly simply change the code to - _x -= 5; if(_x < -2110) { _x = -10; }

+ - !

(0)

FeloSlarr

Apr. 17, 2011

Under rating threshold (show)

+ - !

(-3)

euanstevenson

Dec. 30, 2010

Under rating threshold (show) Problem please pm if you got a solution, ship moves, backgrounds scrolls, when ship moves background moves with it.....

+ - !

(-1)

Maliciousphyco

Nov. 15, 2010

Under rating threshold (show) The class or INTERFACE BackGround could not be loaded, any help??

+ - !

(-1)

DrMorriarTi

Sep. 24, 2010

Under rating threshold (show) This looping is not enough smooth. You need to change condition from (x < -2110) to (x < (-2110 + step_of_looping)) or (x <= 2110) because it makes a step before checking the position of background.

+ - !

(-1)

duffman197

Apr. 22, 2010

Under rating threshold (show)

+ - !

(-7)

numbus

Mar. 13, 2011

Under rating threshold (show)

+ - !

(-3)

numbus

Mar. 13, 2011

Under rating threshold (show)

+ - !

(-3)

asmit10

Nov. 30, 2010

Under rating threshold (show)

+ - !

(-3)

Foreign

Nov. 23, 2010

Under rating threshold (show)

+ - !

(-3)

Coolswampy

Aug. 03, 2010

Under rating threshold (show)

+ - !

(-3)

dudew

May. 29, 2010

Under rating threshold (show)

+ - !

(-25)

inthrees

Apr. 20, 2010

Under rating threshold (show) nevermind, i should finish the tutorial before commenting =p

+ - !

(0)

iGreenPuffle92

Apr. 11, 2010

Under rating threshold (show) I finished my Game! Please Play it Here! http://www.kongregate.com/games/iGreenPuffle92/maxotonic

+ - !

(0)

masta0021

Apr. 06, 2010

Under rating threshold (show) @lareeh, the ship and background may be in the same symbol..

+ - !

(0)

SAM0095

Apr. 05, 2010

Under rating threshold (show) AS3 makes a difference doesn't it...

+ - !

(0)

RaymondSamuel

Apr. 02, 2010

Under rating threshold (show) having a small issue here, my background doesn't move. it gotta be a small issue somewhere. Any hints?

+ - !

(0)

apexrose

Mar. 31, 2010

Under rating threshold (show) um.... i have an odd little problem. it seems like the background moves with the ship. any help?

+ - !

(0)

mithrilbalrog

Mar. 30, 2010

Under rating threshold (show) I'm getting a gap the size of my scrolling speed after the second background. How do I fix this?

+ - !

(0)

Kizzi

Mar. 27, 2010

Under rating threshold (show) lareeh: 'Backround' that would be your problem

+ - !

(0)

Regerity

Mar. 21, 2010

Under rating threshold (show) can someone tell me how to create a seamless loop with code?

+ - !

(0)

Regerity

Mar. 21, 2010

Under rating threshold (show) nvm i got it. the background has to be a png file

+ - !

(0)

Tegnano

Mar. 14, 2010

Under rating threshold (show) http://www.kongregate.com/games/Tegnano/tutorial-game

+ - !

(0)

Sutafuzz

Mar. 13, 2010

Under rating threshold (show) thecoolwolf: Drag your background layer under the ship layer.

+ - !

(0)

thecoolwolf

Mar. 13, 2010

Under rating threshold (show) my ship is behind the backround -_-

+ - !

(0)

Zetalight

Mar. 07, 2010

Under rating threshold (show) Would have been nice if they had sections for vertical shooters... To get it to scroll vertically, use _y += (input #) and for the loop, use (_y > (input #). Hope that clears things up!

+ - !

(0)

HighLordVin

Mar. 01, 2010

Under rating threshold (show) lol; make sure all the mentions of background have the "b" caped also, you may have to resave it

+ - !

(0)

kiwik

Feb. 24, 2010

Under rating threshold (show) bbatarai333 when you change simething save the script isnt an auto save

+ - !

(0)

ScaryFighter

Feb. 23, 2010

Under rating threshold (show) Oh what you need to do is you have to restart your computer. Then it should work.

+ - !

(0)

bhattarai333

Feb. 23, 2010

Under rating threshold (show) I'm getting the same 3 messages...

+ - !

(0)

bhattarai333

Feb. 23, 2010

Under rating threshold (show) I think I might have fixed it but I still get this message: The class or interface 'Backround' could not be loaded.

+ - !

(0)

bhattarai333

Feb. 23, 2010

Under rating threshold (show) No matter what I do I can't get the backround to scroll, I keep getting this message: The class 'Background' needs to be defined in a file whose relative path is 'Background.as'. and: Statement block must be terminated by '}' and:Syntax error. I have my backround code like this: class ackground extends MovieClip { function onEnterFrame() { _x -= 1; if(_x < -2110) { _x = 0; } } Could some one help?

+ - !

(0)

Squishybrick

Feb. 22, 2010

Under rating threshold (show) Well that's just mean, misleading us by properly spelling a commonly mispelled word...

+ - !

(0)

Huckebein

Feb. 21, 2010

Under rating threshold (show) Hmm, I put the background layer under the Ship layer, but it seems to go over the ship.

+ - !

(0)

Xirate

Feb. 21, 2010

Under rating threshold (show) I can't download it. Can someone help?

+ - !

(0)

Matiel_Migite

Feb. 20, 2010

Under rating threshold (show) It works every time however we are making trivial mistakes... Once you make it work by problem solving. If you cannot do that then go learn programming logic and come back. However, I will admit the tutorials are unclear, they make you learn flash by problem solving.

+ - !

(0)

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)

k1ll3rz

Feb. 11, 2010

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

+ - !

(0)

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)

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