Report as inappropriate.

Evil3_thumb

Ninto presents ...

2009/5/3

Super Mario Bros. Scrolling

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!

8302 views / 61 in the last 7 days

16 votes | 0 in the last 7 days

Tags: game with-source mario scrolling platform nintendo

This scenario is a member of: Scenario showcase


open in greenfoot
Your browser is ignoring the <APPLET> tag.
Avatar-1940Builderboy2005

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!
Evil3_thumbNinto

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
No_avatarlatitude81uk

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
No_avatar_thumblatitude81uk

2010/5/7

Sorry guys, wrong place to put this
No_avatarlatitude81uk

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.
Math_table_thumbMathManiac

2010/6/1

8650 is the highest score.
63541_1569440113480_1159787730_1296245_7006399_nAndres

2010/6/28

more pl0x lol
AvatarDonaldDuck

2010/12/6

It seems as if he hasn't imported all of the default greenfoot packages. I think he has used his own methods ( addObject(Actor actor, int x, int y ) ) etc. Seems like a complicated code.
No_avatar_thumbStaffy

2011/1/11

Where did you get those Mario Images from? :)

See all comments

Want to leave a comment? You must first log in.

Who likes this?

Percy_jackson_thumb Profilbild_thumb Logo_thumb Avatar_thumb Bmyers_ctd_headshot_thumb Math_table_thumb No_avatar_thumb Humphreybogart-1_thumb No_avatar_thumb Aaaargh_thumb No_avatar_thumb Sb2_thumb Libertarian_freedom_thumb Small_thumb Avatar-1940_thumb