Search found 11251 matches

by hallsofvallhalla
Tue Sep 22, 2020 2:19 am
Forum: Off-Topic
Topic: -
Replies: -1
Views: 23884

Re: Long story, no where else to go

Man life is relative. A grain of rice for a hungry man is gold, but a ounce of gold for a rich man is a pound of rice. Instead do what makes you happy. I am paying for my parents bankruptcy and buying them a car after I already bought them a house. They are low educated back woods folks. I am just h...
by hallsofvallhalla
Sat Sep 19, 2020 3:31 pm
Forum: Off-Topic
Topic: -
Replies: -1
Views: 23884

Re: Long story, no where else to go

Geeze man so sorry to hear. Unless you are sitting on a fortune that's worth fighting for I would start life over. I have had to a few times and there is no greater feeling letting the past go. I know that's easier said than done but that fight might prove more wealth and health in the end than what...
by hallsofvallhalla
Sun Sep 06, 2020 6:07 pm
Forum: Project Showoff Tier II
Topic: A Strategic 4X Space Game
Replies: 1
Views: 50037

Re: A Strategic 4X Space Game

Awesome update!
by hallsofvallhalla
Wed Jul 29, 2020 8:11 pm
Forum: Project Showoff Tier II
Topic: Key To Heaven 2D MMORPG
Replies: -1
Views: 5780

Re: Key To Heaven 2D MMORPG

Wow awesome! Congrats!
by hallsofvallhalla
Sun Jul 26, 2020 11:05 pm
Forum: Beginner Help and Support
Topic: Problem with animation of character
Replies: -1
Views: 27758

Re: Problem with animation of character

I am not 100% sure what exactly you mean but in your main.js draw: function() { ig.system.context.save(); ig.system.context.scale( 0.5, 0.5 ); this.parent(); ig.system.context.restore(); } ig.system.width = ig.system.realWidth / 0.5; ig.system.height = ig.system.realHeight / 0.5;
by hallsofvallhalla
Sat Jul 25, 2020 3:49 pm
Forum: Beginner Help and Support
Topic: Problem with animation of character
Replies: -1
Views: 27758

Re: Problem with animation of character

try to add another animation to the right and see what happens. Like make a copy of your sprite sheet and add another image just for a test.
by hallsofvallhalla
Sat Jul 25, 2020 3:45 pm
Forum: Beginner Help and Support
Topic: Problem with animation of character
Replies: -1
Views: 27758

Re: Problem with animation of character

Sorry for delay in response. Was away. The only way it would try to get additional sprite is if your image is not what your measurement defines. for instance not compatible with 32x62
by hallsofvallhalla
Thu Jul 23, 2020 11:59 pm
Forum: Beginner Help and Support
Topic: Problem with animation of character
Replies: -1
Views: 27758

Re: Problem with animation of character

Code: Select all

this.addAnim( 'up', .1, [6,7,6,8]);
                this.addAnim( 'down', .1, [0,1,0,2]);
                this.addAnim( 'left', .1, [9,10,9,11] );
                this.addAnim( 'right', .1, [11,12,11,13] );
by hallsofvallhalla
Thu Jul 23, 2020 11:57 pm
Forum: Beginner Help and Support
Topic: Problem with animation of character
Replies: -1
Views: 27758

Re: Problem with animation of character

Does the character actually disappear or does it jump animation? It goes 0,1,2 then jumps back to 0. Try doing [0,1,0,2] and see if that helps.
by hallsofvallhalla
Thu Jul 23, 2020 7:42 pm
Forum: Beginner Help and Support
Topic: Problem with animation of character
Replies: -1
Views: 27758

Re: Problem with animation of character

It has been a long time so I am a bit rusty on impact but i re watched the video. Do you have "this.parent();" at the end of the function?

Go to advanced search