Play: Shootorial #2
Tutorials
(Guest)
|
|
|
|
Connecting to chat
Room:
in room
You have been silenced for . Click here to read about silences.
Kongregate Notice: Part of your message was cut off because it exceeded the 250 character maximum.
Kongregate Notice: To prevent spamming, we've limited how fast you can submit messages. Please try again.
This beginning level Flash game making tutorial covers scrolling backgrounds. Complete the Shootorials and learn to make your own Flash games! Other great games on Kongregate!
Become a Kongregate member for free!Kongregate members can take advantage of over 10,000 games and much more – all for free!
Earn points when you share Shootorial #2
You'll get 15 points for each user that signs up through the share tools below, and a bonus every time they level up. Post a game link on your favorite websiteEmail an Invitation to play this gameYou set a high score in Shootorial #2You have been disconnected from Kongregate's chat & score submission servers.Check the hints below to get connected with the community and track achievements in thousands of games. Check your connection Please check your internet connection and refresh the page if chat does not reconnect on its own. Note that you may lose unsaved game progress if you refresh the page. Try again in a few minutes Sometimes the internet is just not happy. We might have restarted our chat server, or there might be a temporary problem that will resolve itself soon. You can try refreshing the page in a couple minutes - or contact our support team for more help if the problem continues. Did you lose an achievement? Take a screenshot first and report the missing achievement. ![]() You have been disconnected from Kongregate's chat & score submission servers due to a session conflict.Check the hints below to get connected with the community and save your progress in thousands of games. Are you logged into Kongregate in another tab or window? Kongregate only allows one chat connection per user. Please close other tabs and windows where you are logged in, then hit the 'reconnect' button below. Did you lose an achievement? Take a screenshot first and report the missing achievement. ![]() To reconnect to chat or submit statistics, you must refresh your page.Check the hints below to get connected with the community and save your progress in thousands of games. Did you log into Kongregate in another browser? That would make the session in this browser stale. Did you lose an achievement? Take a screenshot first and report the missing achievement. You are not yet connected to Kongregate's chat & score submission servers.Check the hints below to get connected with the community and track achievements in thousands of games. Check your security settings Connection issues are typically caused by security settings on your network or computer. Check that your firewall or router has port 5222 open and allowing traffic. If you are on a school or office network, you may need to contact your network administrator to make the necessary changes. Is your version of Flash current? Some old versions of Flash don't work well with our new chat application. You can go to http://get.adobe.com/flashplayer/ to get the newest version. Ad blockers and browser plug ins Ad blocker programs like AdBlock Plus, proxy software and a variety of other browser add-ons can prevent users from connecting to chat. Please try disabling any third party browser plugins you have have, then refresh the page. Try again in a few minutes Sometimes the internet is just not happy. We might have restarted our chat server, or there might be a temporary problem that will resolve itself soon. You can try refreshing the page in a couple minutes - or contact our support team for more help if the problem continues. Did you lose an achievement? Take a screenshot first and report the missing achievement. ![]() Register now to claim your !Kongregate members can take advantage of over 10,000 games and much more – all for free!
|

-
Willomo
Jul. 02, 2009
- please help me, my background is scrolling but not looping here is my code:
class Background extends MovieClip
{
function onEnterFrame()
{
_x -= 1;
if(_x < -2110)
{
_x = 0;
}
}
}
Flag this comment as inappropriate-
11starfish12
Jun. 28, 2009
- i can not get it to work here is my code class Background extends MovieClip
{
function onEnterFrame()
{
_x -= 1;
if(_x < -2110)
{
_x = 0;
}
}
}
Flag this comment as inappropriate-
dzyn3
Jun. 27, 2009
- haha me too. but I got it eventually.. weee.. off to the next tutorial.
Flag this comment as inappropriate-
blah321123
Jun. 22, 2009
- it took along time to make the scrolling line up
Flag this comment as inappropriate-
King_Tyras
Jun. 22, 2009
- These tutorials are really helping me on flash. Thanks!
Flag this comment as inappropriate-
buddy302
Jun. 21, 2009
- srry for double comment, but i fixed it! just had to redo it... i dont know why, but YAY it works now!
Flag this comment as inappropriate-
buddy302
Jun. 21, 2009
- HELPZ PLZ! I followed step by step, and when i move my ship, it moves the background with it! It's still scrolling, but it gets annoying trying to move and the whole background move too! help me fix this please! this is my background code:
class Background extends MovieClip
{
function onEnterFrame()
{
_x -= 1;
if(_x < -2110)
{
_x = 0;
}
}
}
Flag this comment as inappropriate-
Querolant
Jun. 13, 2009
- Thank for this! Help to understand Logic of Flash.
Flag this comment as inappropriate-
MedicalChew
Jun. 11, 2009
- Awesome so far =P
i even improvised and make my ship go slower if Shift is held down at the same time =D
Gonna make my shooter with a more fine-tunable ship movement
Flag this comment as inappropriate-
tal829
Jun. 10, 2009
- i have one eye y isnt it wblab
Flag this comment as inappropriate