Super Mario Bros. Scrolling

By Ninto - uploaded on 2009-5-3      4068 views (78 in the last 7 days)      11 votes (0 in the last 7 days)

Tags: game with-source mario scrolling platform nintendo

A Super Mario Bros. remake game.

Featuring:
-Some standard mario-game stuff...
-A scrolling world! :]
-A map
-A lot new features!

Controls:
-Move: arrow keys
-Pause: enter
-Show/hide map: backspace

Objective:
-Get lots of points!

Updates:
-Removed '?' and '\' from the image's names
-Lot of new features!
-Fixed a strange bug (couldn't access my level files).
-?blocks slowed down a bit.
-Death-music added.
-Radar-bug fix
-Black pixel removed from bg.

Levels:
1: Just a test level. No exits! ;]

Rights:
-Mario: Nintendo
-Other stuff: Nintendo
-Sprites: various sprite-artists from 'spriters-resource.com' and 'tsgk.captainn.net'
-Programing: me! (Ninto)
-Debugging: programmers of greenfootgallery!


Open the scenario in Greenfoot.
Download the source for this scenario.


Your browser is ignoring the <APPLET> tag.

This scenario is a member of the following collections: Scenario showcase, Builderboy's Favorites


Report this scenario as broken or inappropriate.

mjrb4 writes (on 2009-6-28):

I see it as well on inspection, but how on earth did you spot that?!

Ninto writes (on 2009-6-28):

Oh yeah, I see it now... But I don't think I want to do anything about it right now... ;]

Builderboy2005 writes (on 2009-6-30):

I think i found a bug in the map system. When you don't have the map turned on and you die, it brings you back and turns the map on, except now none of the enemies or special items show up on the map!

By the way, did you hack greenfoot or something? I was playing with the source, and i was able to move the actors all the way off the screen! And sometimes it wouldn't even let me select them after I moved them!

Ninto writes (on 2009-6-30):

It's the getX(), getY(), and setLocation() methods that do all the work (or the most of it.)

A new version of this scenario was uploaded on Tue Jun 30 11:48:42 UTC 2009

 

latitude81uk writes (on 2010-5-6):

I just need some help. I am trying to edit my greenFoot code from Eclipse IDE after following some instructions I got from googling. I am getting the following errors. I will really appreciate if anyone that has done this can help

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at greenfoot.export.GreenfootScenarioViewer.instantiateNewWorld(GreenfootScenarioViewer.java:370)
at greenfoot.export.GreenfootScenarioViewer.init(GreenfootScenarioViewer.java:264)
at greenfoot.export.GreenfootScenarioViewer.<init>(GreenfootScenarioViewer.java:132)
at greenfoot.export.GreenfootScenarioViewer$1.run(GreenfootScenarioViewer.java:115)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.ExceptionInInitializerError
at Sign.<init>(Sign.java:8)
at NWorld.<init>(NWorld.java:16)
... 16 more
Caused by: java.lang.IllegalArgumentException: java.io.FileNotFoundException: Could not find file: -BitFont/0.png
at greenfoot.GreenfootImage.loadFile(GreenfootImage.java:202)
at greenfoot.GreenfootImage.<init>(GreenfootImage.java:100)
at BitFont.<clinit>(BitFont.java:8)
... 18 more
Caused by: java.io.FileNotFoundException: Could not find file: -BitFont/0.png
at greenfoot.util.GreenfootUtil.getURL(GreenfootUtil.java:560)
at greenfoot.GreenfootImage.loadFile(GreenfootImage.java:199)
... 20 more
java.lang.ExceptionInInitializerError
at Sign.<init>(Sign.java:8)
at NWorld.<init>(NWorld.java:16)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at greenfoot.export.GreenfootScenarioViewer.instantiateNewWorld(GreenfootScenarioViewer.java:370)
at greenfoot.export.GreenfootScenarioViewer.init(GreenfootScenarioViewer.java:264)
at greenfoot.export.GreenfootScenarioViewer.<init>(GreenfootScenarioViewer.java:132)
at greenfoot.export.GreenfootScenarioViewer$1.run(GreenfootScenarioViewer.java:115)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: java.io.FileNotFoundException: Could not find file: -BitFont/0.png
at greenfoot.GreenfootImage.loadFile(GreenfootImage.java:202)
at greenfoot.GreenfootImage.<init>(GreenfootImage.java:100)
at BitFont.<clinit>(BitFont.java:8)
... 18 more
Caused by: java.io.FileNotFoundException: Could not find file: -BitFont/0.png
at greenfoot.util.GreenfootUtil.getURL(GreenfootUtil.java:560)
at greenfoot.GreenfootImage.loadFile(GreenfootImage.java:199)
... 20 more

 

latitude81uk writes (on 2010-5-7):

Sorry guys, wrong place to put this

 

latitude81uk writes (on 2010-5-7):

So how did you add the Mario object to the world initially? It doesn't seem to be an object cause when I right-click on it, it doesn't s show the methods for the class.

MathManiac writes (on 2010-6-1):

8650 is the highest score.

 

Andres writes (on 2010-6-28):

more pl0x

lol

See all comments for this scenario.



If you want to leave a comment on this scenario, you must first log in.


The Greenfoot Network:  Greenfoot.org    Greenfoot Gallery   Greenfoot-Discuss

Our sponsors:

University of Kent Deakin University Sun Microsystems