Questions tagged [side-scroller]

95 questions
0
votes
1 answer

How to display or move sprite in as3 side scroller?

I have a sprite in my library called myRocket but it won't show up. I made my sprite a movie clip then I deleted it off the actual page so it was just in the library. I thought using this code, the sprite would appear once I started up the game but…
0
votes
2 answers

Adjusting the ship's speed and limiting the ship's range Python Pygame

Good evening, I am creating a side-scroller game in Pygame but I am running into trouble adjusting the ships speed and limiting the range. I am new to python and still in the learning process. I keep getting an AttributeError: 'Ship' object has no…
0
votes
1 answer

how to show html and css select scroller bar for both vertical and horizontal

I tried the following HTML and CSS that only show horizontal scroller. I can scroll vertically by the keyboard. How can I show vertical scroller so that the user can scroll by the mouse as well?
This is…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/css" class="post-tag grid--cell" title="show questions tagged 'css'" rel="tag">css</a> <a href="../../questions/tagged/select" class="post-tag grid--cell" title="show questions tagged 'select'" rel="tag">select</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 25 '19 at 11:55">asked Oct 25 '19 at 11:55</time> <a href="../../users/785535/masiboo" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/785535.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="masiboo" /> </a> <div class="s-user-card--info"> <a href="../../users/785535/masiboo" class="s-user-card--link">masiboo</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,537</li> <li class="s-award-bling s-award-bling__gold" title="9 gold badges">9</li> <li class="s-award-bling s-award-bling__silver" title="75 silver badges">75</li> <li class="s-award-bling s-award-bling__bronze" title="136 bronze badges">136</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-52103111"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/52103111/attempt-to-call-method-applyforce" class="question-hyperlink">attempt to call method 'applyForce'</a></h3> <div class="excerpt">I'm making a side scroller and when i start my game i can touch the screen to keep my penguin in the air, but when i fail and collide with an ice block and press play after going to restart.lua i get the error attempt to call method…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/lua" class="post-tag grid--cell" title="show questions tagged 'lua'" rel="tag">lua</a> <a href="../../questions/tagged/sdk" class="post-tag grid--cell" title="show questions tagged 'sdk'" rel="tag">sdk</a> <a href="../../questions/tagged/coronasdk" class="post-tag grid--cell" title="show questions tagged 'coronasdk'" rel="tag">coronasdk</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 30 '18 at 18:13">asked Aug 30 '18 at 18:13</time> <a href="../../users/10296729/dayviex" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/10296729.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Dayviex" /> </a> <div class="s-user-card--info"> <a href="../../users/10296729/dayviex" class="s-user-card--link">Dayviex</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-51228972"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/51228972/how-do-i-turn-my-pygame-into-a-side-scroller" class="question-hyperlink">How do I turn my pygame into a side scroller?</a></h3> <div class="excerpt">I'm building a game with pygame and I have a problem with this game, I don't know how to make the background and the platform scroll slowly to the right as my player sprite moves to the right. I want the scrolling to happen in def shift_world().…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/background" class="post-tag grid--cell" title="show questions tagged 'background'" rel="tag">background</a> <a href="../../questions/tagged/pygame" class="post-tag grid--cell" title="show questions tagged 'pygame'" rel="tag">pygame</a> <a href="../../questions/tagged/platform" class="post-tag grid--cell" title="show questions tagged 'platform'" rel="tag">platform</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 08 '18 at 04:58">asked Jul 08 '18 at 04:58</time> <a href="../../users/7174325/fadeco67" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7174325.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="FadeCo67" /> </a> <div class="s-user-card--info"> <a href="../../users/7174325/fadeco67" class="s-user-card--link">FadeCo67</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-47935208"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/47935208/how-to-smooth-a-scrolling-object-in-unity-3d" class="question-hyperlink">How to smooth a scrolling object in Unity 3D</a></h3> <div class="excerpt">all. I am making a mobile game in Unity, and it's a side-scroller. I want a platform to move across the screen until it gets off-screen. Then, I will set its position back to the starting point, so that the scrolling appears infinite. Here's my…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/ios" class="post-tag grid--cell" title="show questions tagged 'ios'" rel="tag">ios</a> <a href="../../questions/tagged/unity-game-engine" class="post-tag grid--cell" title="show questions tagged 'unity-game-engine'" rel="tag">unity-game-engine</a> <a href="../../questions/tagged/vector" class="post-tag grid--cell" title="show questions tagged 'vector'" rel="tag">vector</a> <a href="../../questions/tagged/translate" class="post-tag grid--cell" title="show questions tagged 'translate'" rel="tag">translate</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 22 '17 at 02:36">asked Dec 22 '17 at 02:36</time> <a href="../../users/5206821/vinny-711" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5206821.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="vinny_711" /> </a> <div class="s-user-card--info"> <a href="../../users/5206821/vinny-711" class="s-user-card--link">vinny_711</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">51</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-47870274"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/47870274/making-a-platform-game-with-corona-sdk" class="question-hyperlink">Making a Platform game with Corona SDK</a></h3> <div class="excerpt">I'm trying to develop a platform game similar to Geometry Dash but i'm facing a lot of problems during the making of the algorithm. I don't barely know how to proceed. Are the levels structured with a long image ( that is the ground) with obstacles…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/lua" class="post-tag grid--cell" title="show questions tagged 'lua'" rel="tag">lua</a> <a href="../../questions/tagged/coronasdk" class="post-tag grid--cell" title="show questions tagged 'coronasdk'" rel="tag">coronasdk</a> <a href="../../questions/tagged/platform" class="post-tag grid--cell" title="show questions tagged 'platform'" rel="tag">platform</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 18 '17 at 14:12">asked Dec 18 '17 at 14:12</time> <a href="../../users/8753168/luca-pasini" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/8753168.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Luca Pasini" /> </a> <div class="s-user-card--info"> <a href="../../users/8753168/luca-pasini" class="s-user-card--link">Luca Pasini</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">141</li> <li class="s-award-bling s-award-bling__bronze" title="8 bronze badges">8</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-41235481"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/41235481/monogame-basic-collision-detection-fails-to-work" class="question-hyperlink">Monogame Basic Collision Detection Fails to Work</a></h3> <div class="excerpt">I have a weird issue when it comes to detecting basic collision and frankly, I can't figure out why. So my movement for my player is in my Player.cs Class and in this class contains a Update() method that is called in my main game loop in…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/2d" class="post-tag grid--cell" title="show questions tagged '2d'" rel="tag">2d</a> <a href="../../questions/tagged/monogame" class="post-tag grid--cell" title="show questions tagged 'monogame'" rel="tag">monogame</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 20 '16 at 05:30">asked Dec 20 '16 at 05:30</time> <a href="../../users/5715482/blazexenon" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5715482.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="BlazeXenon" /> </a> <div class="s-user-card--info"> <a href="../../users/5715482/blazexenon" class="s-user-card--link">BlazeXenon</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">40</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="8 bronze badges">8</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-40922167"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/40922167/unity-2d-enemies-leaving-corpses-and-walking-over-them" class="question-hyperlink">Unity 2D enemies leaving corpses and walking over them</a></h3> <div class="excerpt">I'm doing a sidescroller where enemies will leave corpses after they are killed. I've tried to do colliders, but any following enemy will glitch horribly when walking over a corpse. Is there a solution for that? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/unity-game-engine" class="post-tag grid--cell" title="show questions tagged 'unity-game-engine'" rel="tag">unity-game-engine</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> <a href="../../questions/tagged/collider" class="post-tag grid--cell" title="show questions tagged 'collider'" rel="tag">collider</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 01 '16 at 23:17">asked Dec 01 '16 at 23:17</time> <a href="../../users/5572492/oleg-bondari" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5572492.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Oleg Bondari" /> </a> <div class="s-user-card--info"> <a href="../../users/5572492/oleg-bondari" class="s-user-card--link">Oleg Bondari</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-40568914"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/40568914/horizontal-tiling-background" class="question-hyperlink">Horizontal tiling background</a></h3> <div class="excerpt">I'm coding for a game and want the background to repeat itself. xOffset = (int) (camera.getX() % WIDTH); g.drawImage(bgInv, xOffset - WIDTH, 0, WIDTH, HEIGHT, null); g.translate(xOffset, 0); g.drawImage(bg, 0, 0, WIDTH, HEIGHT,…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/graphics2d" class="post-tag grid--cell" title="show questions tagged 'graphics2d'" rel="tag">graphics2d</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 12 '16 at 23:34">asked Nov 12 '16 at 23:34</time> <a href="../../users/4363776/david-gomes" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4363776.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="David Gomes" /> </a> <div class="s-user-card--info"> <a href="../../users/4363776/david-gomes" class="s-user-card--link">David Gomes</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">650</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="10 silver badges">10</li> <li class="s-award-bling s-award-bling__bronze" title="34 bronze badges">34</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-40221496"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/40221496/how-do-i-make-a-div-slide-into-view-when-a-button-is-clicked" class="question-hyperlink">How Do I make a <div> slide into view when a button is clicked?</a></h3> <div class="excerpt">I have a page that has a background wallpaper with 100% width and its 100vh height. The page has 3 buttons on it and one of the buttons is located at the extreme left side of the screen. When I click that button, I am hoping the div would slide to…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/css" class="post-tag grid--cell" title="show questions tagged 'css'" rel="tag">css</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 24 '16 at 14:56">asked Oct 24 '16 at 14:56</time> <a href="../../users/7011378/levin" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7011378.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Levin" /> </a> <div class="s-user-card--info"> <a href="../../users/7011378/levin" class="s-user-card--link">Levin</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">65</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badge">2</li> <li class="s-award-bling s-award-bling__bronze" title="10 bronze badge">10</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-34483615"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/34483615/creating-boundaries-for-scrollrect-for-platformer-game-as3" class="question-hyperlink">Creating boundaries for scrollRect for platformer game as3</a></h3> <div class="excerpt">Writing a side-scrolling platformer and figured that scrollRect would be best for memory, since it only renders the rectangle and not the entire stage. I have it centering my hero and scrolling with him. My problem is with creating the outer…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/actionscript-3" class="post-tag grid--cell" title="show questions tagged 'actionscript-3'" rel="tag">actionscript-3</a> <a href="../../questions/tagged/game-engine" class="post-tag grid--cell" title="show questions tagged 'game-engine'" rel="tag">game-engine</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> <a href="../../questions/tagged/scrollrect" class="post-tag grid--cell" title="show questions tagged 'scrollrect'" rel="tag">scrollrect</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 27 '15 at 18:42">asked Dec 27 '15 at 18:42</time> <a href="../../users/3441209/phazerous" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3441209.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="PHaZerous" /> </a> <div class="s-user-card--info"> <a href="../../users/3441209/phazerous" class="s-user-card--link">PHaZerous</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">59</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-28974892"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/28974892/the-camera-in-a-side-scrolling-tile-based-game-in-moving-slower-than-the-chara" class="question-hyperlink">The camera in a side-scrolling tile based game in moving slower than the character</a></h3> <div class="excerpt">In my side scroller game, when the character is moving past a specific zone (on the left side of the world) the camera should start moving until the character is past the next zone (on the right side of the world). However, when I cross the first…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/camera" class="post-tag grid--cell" title="show questions tagged 'camera'" rel="tag">camera</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 10 '15 at 21:59">asked Mar 10 '15 at 21:59</time> <a href="../../users/3723378/eirik-ff" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3723378.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="eirik-ff" /> </a> <div class="s-user-card--info"> <a href="../../users/3723378/eirik-ff" class="s-user-card--link">eirik-ff</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">153</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-27229047"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/27229047/scrolling-never-ending-background-in-game-not-working-as-expected" class="question-hyperlink">scrolling never-ending background in Game not working as expected</a></h3> <div class="excerpt">I am working on my first side-scroller game and am trying to achieve a neverending background effect and it's nearly working as i would expect but there are little glitches. I have 2 instances of the background (each fills the screen width), with…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/libgdx" class="post-tag grid--cell" title="show questions tagged 'libgdx'" rel="tag">libgdx</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 01 '14 at 13:04">asked Dec 01 '14 at 13:04</time> <a href="../../users/2145312/user2145312" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2145312.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user2145312" /> </a> <div class="s-user-card--info"> <a href="../../users/2145312/user2145312" class="s-user-card--link">user2145312</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">896</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="10 silver badges">10</li> <li class="s-award-bling s-award-bling__bronze" title="33 bronze badges">33</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-26046856"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/26046856/cocos2d-spaceship-targets-enemies-then-shoots-in-order" class="question-hyperlink">cocos2d spaceship targets enemies, then shoots in order</a></h3> <div class="excerpt">Im using cocos2d version 3 in Xcode. I want to move a sprite to a number of touch locations, in the order they were touched. It'll be a different number each time. With TouchBegan I've added sprites that look like targets at the touch locations,…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/cocos2d-iphone" class="post-tag grid--cell" title="show questions tagged 'cocos2d-iphone'" rel="tag">cocos2d-iphone</a> <a href="../../questions/tagged/side-scroller" class="post-tag grid--cell" title="show questions tagged 'side-scroller'" rel="tag">side-scroller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 25 '14 at 19:46">asked Sep 25 '14 at 19:46</time> <a href="../../users/4080296/sunnyday1203" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4080296.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="SunnyDay1203" /> </a> <div class="s-user-card--info"> <a href="../../users/4080296/sunnyday1203" class="s-user-card--link">SunnyDay1203</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">5</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/side-scroller_page=3" rel="prev" title="Go to page 3">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/side-scroller_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/side-scroller_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/side-scroller_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item is-selected">4</div> <a class="s-pagination--item" href="../../questions/tagged/side-scroller_page=5" rel="" title="Go to page 5">5</a> <a class="s-pagination--item" href="../../questions/tagged/side-scroller_page=6" rel="" title="Go to page 6">6</a> <a class="s-pagination--item" href="../../questions/tagged/side-scroller_page=7" rel="" title="Go to page 7">7</a> <a class="s-pagination--item" href="../../questions/tagged/side-scroller_page=5" rel="next" title="Go to page 5"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>