Questions tagged [side-scroller]

95 questions
-1
votes
1 answer

C# script for moving platforms in a 2D Unity game, code is not making the correct menu for an array in the inspector

I am a beginner game creator in Unity 2D, I am following this tutorial by Coding in Flow: https://www.youtube.com/watch?v=UlEE6wjWuCY&list=PLrnPJCHvNZuCVTz6lvhR81nnaf1a-b67U&index=10 (I am having a problem at 11:37 in the video) My C# script for…
-1
votes
3 answers

Unity3d - Rigidbody vs CharacterController vs transform.Translate for Sidescroller

I recently dive into Unity and for my first personal project, I plan to make a 3d sidescroller. The sidescroller however will behave like 2d platformer/sidescroller (only x and y axis). I am wondering which is the best movement controll for the…
-1
votes
2 answers

Java Development: How To Draw Scenes Like In Rayman

I want to create a basic side-scrolling game in Java like the 1995 game Rayman. If you haven't played Rayman, here's a screenshot of what I mean: http://www.iphone-gamer.net/images/jump-feb20-rayman-1.jpg More specificly, I'm wondering how exactly…
AlexPriceAP
  • 1,987
  • 6
  • 26
  • 41
-2
votes
1 answer

How to randomly spawn ccsprites one at a time with a delay in between

Hello I am making a cocos2d side scroller app and I want enemies to fly at the character at random. I am a beginner to objective c and cocos2d so this may seem like a simple question but any help is valuable. Would arc4random help?? Here is my code…
PoKoBros
  • 701
  • 3
  • 9
  • 25
-2
votes
1 answer

Collision Detection Cocos2d

My application is a sidescroller. I would like to be able to make my sprite be able to bump into an object and not be able to pass through it. I am very new to Cocos2d, so how can I make my character (sprite) do this?
1 2 3 4 5 6
7