Our Network: VGFacts - DidYouKnowGaming? - The Spriters Resource - Muscle Tower


User(s) Viewing This Thread: 1 Guest(s)
Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dimension Shift - A Pictochat Parody (2009 NCFC Best of Show)
Author Message
Jesse Offline
Junior Member
*

Posts: 43
Joined: Jul 2008
Reputation: 5
Post: #1
Dimension Shift - A Pictochat Parody (2009 NCFC Best of Show)
Dimension Shift is an innovative adventure game and a parody of the Nintendo DS in which you use the mouse to draw and interact with the screen. Create bridges and staircases over gaps, draw walls to shield yourself or even draw cages around your enemies! Solve 20 different puzzles in five diverse and detailed environments.

[Image: dsscreen1.png]

Full NCFC Demo: Download it here!
Video Walkthrough (Old): Watch it here!

This game won Best of Show in the 2009 NCFC.

Jesse
Stencyl Game Developer

[Image: shiftsignatureax6.png]
(This post was last modified: 11-03-2009 01:08 AM by Jesse.)
02-20-2009 01:56 AM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Login or Register to remove these ads!
tsr moderation staff Offline
Have Trumpet, Will Excite!

Posts: 2,018
Joined: May 2008
Post: #2
RE: Dimension Shift - A Nintendo Parody
first off, ditch the punching, make it so you kill ink enemies with the stylus, mario enemies with jumps, etc. Second, every now and then it gets an error and you have to start the level over again. Very annoying. Third, make the enemies stand out more. I often dont know they're there till I'm half dead. Last, extra lives. Its really annoying to die at some part then have to breeze through the easy start to die at the annoying part again. Its not bad, but I liked the old versions better.
02-20-2009 02:20 AM
Find all posts by this user Thank this post Quote this message in a reply
Taisuru Offline
Junior Member
*

Posts: 2
Joined: Feb 2009
Reputation: 0
Post: #3
RE: Dimension Shift - A Nintendo Parody
When I was in one of the rooms of cave of ordeals ("The answer is...") I was erasing an enemy and got:

Code:
___________________________________________
ERROR in
action number 2
of  Step Event
for object obj_player:

Error in code at line 1:
   if instance_number(par_enemy)>0       {  if floor(instance_nearest(self.x,self.y,par_enemy       )           .y         )=floor(self.y)      {  punch=0  }  else  if floor(instance_nearest(self.x,self.y         ,par_enemy).y)     =floor(self.y)-1  {  punch=0            }  else  if floor(instance_nearest(self.x,self            .y,par_enemy).y        )        =floor(self.y)+1  {  punch=0  }  else  if instance_nearest(self.x,self          .y,par_enemy).y<self        .y  {  punch=1  }  else  if instance_nearest       (self.x,self.y,par_enemy)      .y>self.y  {  punch=-1  }  else  {  punch=0        }  }  else           {  punch    =floor(random(3)-1)     ;  }    if instance_number(par_ienemy)>0  {  if instance_number(obj_ai    )>0 and instance_nearest(self.x           ,self.y,obj_ai).ducking        ==true  {  punch     =-1  }  else  if floor(instance_nearest(self.x,self.y,par_ienemy).y)            =floor(self.y)  {  punch         =0  }  else  if floor(instance_nearest(self.x,self.y    ,par_ienemy)    .y)           =floor    (self.y)-1  {  punch=0             }  else  if floor(instance_nearest           (self.x,self.y,par_ienemy       )            .y)=floor           (self.y)+1  {  punch=0  }  else  if instance_nearest(self.x,self.y,par_ienemy)           .y<self.y       {  punch=1  }  else  if instance_nearest(self.x           ,self.y,par_ienemy       ).y>self.y  {  punch=-1  }  else  {  punch=0       }  }  else  {  punch=floor     (random(3))-1      ;  }    

at position 790: Unknown variable ducking
02-20-2009 02:24 AM
Find all posts by this user Thank this post Quote this message in a reply
Jesse Offline
Junior Member
*

Posts: 43
Joined: Jul 2008
Reputation: 5
Post: #4
RE: Dimension Shift - A Nintendo Parody
Sup.

[Image: dsscreen1.png]

Play the three-level demo here.

Lemme know what you think. Smile

Jesse
Stencyl Game Developer

[Image: shiftsignatureax6.png]
(This post was last modified: 08-31-2009 05:53 AM by Jesse.)
08-31-2009 05:52 AM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Vipershark Offline
Smells like ~Desire~
***
Moderators

Posts: 5,110
Joined: May 2008
Reputation: 115
Post: #5
RE: Dimension Shift - A Nintendo Parody
Here's what I think of it: http://www.youtube.com/watch?v=oWoPBYp0km8

Anyway, there should be some sort of sound for when you jump, and one of your feet hitting the ground when you run.

08-31-2009 07:59 PM
Find all posts by this user Thank this post Quote this message in a reply
Jesse Offline
Junior Member
*

Posts: 43
Joined: Jul 2008
Reputation: 5
Post: #6
RE: Dimension Shift - A Nintendo Parody
Whoa man. Video, fancy.

I really appreciate seeing people play my games because it helps me fine tune it and see what parts are too challenging or frustrating, or spice up the parts that feel boring. Thanks for taking your time to play and record it.

There is a walking sound in the current version (unreleased), but I'll be sure to add a jumping sound as well.

Jesse
Stencyl Game Developer

[Image: shiftsignatureax6.png]
09-01-2009 08:06 AM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Vipershark Offline
Smells like ~Desire~
***
Moderators

Posts: 5,110
Joined: May 2008
Reputation: 115
Post: #7
RE: Dimension Shift
The game feels solid enough.
I can't really find any problems with it.

09-01-2009 02:59 PM
Find all posts by this user Thank this post Quote this message in a reply
Jesse Offline
Junior Member
*

Posts: 43
Joined: Jul 2008
Reputation: 5
Post: #8
RE: Dimension Shift
Hey guys! Smile

Dimension Shift's demo won best of show at this year's NCFC!
If you haven't played it already, download it now!

Jesse
Stencyl Game Developer

[Image: shiftsignatureax6.png]
(This post was last modified: 11-03-2009 01:05 AM by Jesse.)
11-03-2009 01:05 AM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Vipershark Offline
Smells like ~Desire~
***
Moderators

Posts: 5,110
Joined: May 2008
Reputation: 115
Post: #9
RE: Dimension Shift - A Pictochat Parody (2009 NCFC Best of Show)
Is this the name 3 level demo?

11-03-2009 02:20 AM
Find all posts by this user Thank this post Quote this message in a reply
Jesse Offline
Junior Member
*

Posts: 43
Joined: Jul 2008
Reputation: 5
Post: #10
RE: Dimension Shift - A Pictochat Parody (2009 NCFC Best of Show)
No, the NCFC demo includes eight levels and a boss battle.

Jesse
Stencyl Game Developer

[Image: shiftsignatureax6.png]
11-03-2009 03:17 AM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Post Reply 


Forum Jump:


 Quick Theme:


Login or Register to remove this ad!