Hey kirupa, sorry bout to late submission but I got in an internal moral conflict over the whole time zone thing and coulndt stop working Hope you wont deny my contrib. Unfortunatly this is all I could finish⦠But its not too badā¦
(Got it in roughly around the 13th⦠heh)
very cool idea for a game, Iāve seen that 3-minute Mario 3 thing before and this definitely reminds me of it. I only wish that it ran at full speed on my computer :(, perhaps you could make a version of it that allowed users to select low quality in the context menu or something? Ah well, great idea anyway - and it feels/acts like mario!
Thanks for the feedback. It is prety much on as low as it can go :(, and low quality is toggled. It is a full tile enginge and unfortunately flash does lag it a bit. I wrote the engine trying 3 different ways and this is the best i could get.
And Im an idiot and waited till the last minute to make 2 crappy levels. Ohwell, its the thought that counts. I really wanted to make a level editor/submitor⦠but i ran out of timeā¦
PS: im from Toronto Ont, i noticed your from Sauga
It can get faster⦠not boasting but my super mario engine has a much better framerate, at first I thought it might be your enemies but even on your level hub itās rather slow? Are you drawing the whole level all the time, as thats the only thing I can see that might be making the slowdown (mine is only one screen). Maybe we can swap source when the compoās over?
The Traveler, thatāa an awesome game. I also wished it would run faster, but itās pretty amazing as it is right now. Btw, is it me or is there just one level?
Hey, yeah I killed myself figuring out a way to make the scrolling work. The whole levels are just arrays, and the buffer is reading a 12x13 square at a time. The problem is the enterFrames for the enemies kill the CPU. SO i had to work something out and comprimise. IF i had 1 more day Id have like 100 levels⦠but i put this stupid this off to the last minute
I wanted a level editor for people to submit their own stuffā¦
Yeah, I made en editor for mine, although, it was only for me, not for public release.
Are the enemies part of your array? Do you process all enemies all the time, or only when they fall inside your 12 x 13 grid? When you render them to stage you could assign the handlers then?
vgslag: the fact that your game is only one screen will definitely make it a lot faster than a scrolling game.
both you guys have done awesome jobs of recreating the look and proper movements/controls of mario, Iām very impressed.
Only two more things I want now,
one : a mario game that is just like the battle mode in super mario all-starts(similar to what youāve got vgslag)
two : I want white-blocks in both your games that make you go into the background after you duck on them for a while
And the traveler, yeah man, I am in sauga⦠I go to Humber College for Multimedia Design and Production:hugegrin:
All the tiles are attached to a movieClip which sits upon the stage. this MC is called āworldā. The tile order is of course directed by my array.
The bad guyās sit inside the array however they have a flag that tells the level drawer that they are āspecialā. So for the moving gombaās and Turtles, they are all attached to a similar MC called ābadGuysā
All tiles/badguys are automatically set to ._visible = false. (Which frees them up from the system process)
Then the buffer for the tiles is 1 to the left and right. The buffer for the badGuys is 3 to the left and right. So when the badguys step inside the buffer zone, they get an enterFrame.
Hence i have a library of functions that represent the badGuyās AI. Then just pull that data out acordingly. Man, im really kicking myself that I didnt make more levels
At least i didnt use any hitTests! That made me happy.
i know a few people (myself included) who have been looking for one for a while, and your game runs perfectly!
it doesnāt have to be the whole hopskotch theme, just basic platforming