Powered by Invision Power Board

 
  Pages: (2) 1 [2]  ( Go to first unread post ) Reply to this topicStart new topicStart Poll

> Super Luigi: Dreams, Preview of World 2 included!
Unspecified
Noble
Posted: Aug 24 2006, 05:49 PM
Quote Post


Regular


Group Icon
Group: Members
Posts: 110
Member No.: 2469
Joined: 10-August 06

Status: (0d) [--]


QUOTE (Hatman @ Aug 24 2006, 03:24 PM)
Your wish is my lunch!

This song has been Hatman approved.
Credit to Blue Warrior of vgmusic.com.

Thanks!
PMEmail Poster
Top
Unspecified
Captain Chicken Soup
Posted: Aug 24 2006, 06:17 PM
Quote Post


Hot Member
[*][*]

Group Icon
Group: Members
Posts: 4785
Member No.: 2245
Joined: 26-June 06

Status: (0d) [--]


QUOTE (Hatman @ Aug 24 2006, 04:10 PM)
Thanks for the suggestions, but I already have a plan for the game.

Yes, there will be a shop where could purchase things like lives and unlockables using blue coins acquired after completing a level, but I absolutely refuse to use M&L sprites in a sidescrolling platformer. It doesn't look right. Plus, if you could see from the screenshots, I have updated the SMW sprites with sprites made by Ty_m7ue and oldskoolmario.

Thank you for trying the game and your suggestions, but I'll stick to what I've got. laugh.gif

i think he means for the map, and anyways, here is a jumping code
IN THE BEGIN STEP EVENT,From trisofts engine

if not (vspeed = 0)
{
{
mask_index = smallmask;
if sprite_index = Right
sprite_index = JumpRight;

if sprite_index = StandRight
sprite_index = JumpRight;

if sprite_index = JumpRight
sprite_index = JumpRight

if sprite_index = Left
sprite_index = JumpLeft;

if sprite_index = StandLeft
sprite_index = JumpLeft;

if sprite_index = JumpLeft
sprite_index = JumpLeft
}
}
edit your running right and left
PMEmail PosterAOLMSN
Top
Unspecified
Hatman
Posted: Aug 24 2006, 07:07 PM
Quote Post


The astro craaag
[*][*][*][*][*]
[*][*][*][*][*]
[*]

Group Icon
Group: Members
Posts: 10223
Member No.: 2510
Joined: 16-August 06

Status: (0d) [--]


QUOTE (shadysback321 @ Aug 24 2006, 06:17 PM)
i think he means for the map, and anyways, here is a jumping code
IN THE BEGIN STEP EVENT,From trisofts engine

if not (vspeed = 0)
{
  {
  mask_index = smallmask;
  if sprite_index = Right
  sprite_index = JumpRight;
 
  if sprite_index = StandRight
  sprite_index = JumpRight;
 
  if sprite_index = JumpRight
  sprite_index = JumpRight
 
  if sprite_index = Left
  sprite_index = JumpLeft;
 
  if sprite_index = StandLeft
  sprite_index = JumpLeft;
 
  if sprite_index = JumpLeft
  sprite_index = JumpLeft
  }
}
edit your running right and left

Thanks for the code, but as I posted before, I've got it under control.

By the way, there is a shop on the map... the world map. Not Level Maps. laugh3.gif

This post has been edited by Hatman on Aug 24 2006, 07:08 PM
PMEmail PosterUsers WebsiteIntegrity Messenger IMAOLYahooMSN
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

  Topic Options Topic Options Pages: (2) 1 [2]  Reply to this topicStart new topicStart Poll

 




[ Script Execution time: 0.0387 ]   [ 13 queries used ]   [ GZIP Enabled ]   [ Server Load: 1.36 ]