The VG Resource
The Engine - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: Archive (https://www.vg-resource.com/forum-65.html)
+--- Forum: July 2014 Archive (https://www.vg-resource.com/forum-139.html)
+---- Forum: Creative Zone (https://www.vg-resource.com/forum-86.html)
+----- Forum: Community Projects (https://www.vg-resource.com/forum-57.html)
+------ Forum: Smash Bros Project (https://www.vg-resource.com/forum-31.html)
+------ Thread: The Engine (/thread-14078.html)

Pages: 1 2 3 4


RE: The Engine - Hi Super Duper - 07-30-2010

there is a glitch when you pause when an item is in your hand.

but yeah, i believe you should use Tarvonas idea have stat bars.


RE: The Engine - Negative-Zer0 - 07-31-2010

Um... What is it?


RE: The Engine - Locked Achievement - 08-19-2010

In the character editor, Im struggling to get the intro to play in order, and the only thing that comes up is the last frame in the sequence. Is there a code that i have to put in?
Also, the background colour isn't turning transparent with the sprites I import. Could that be fixed?


RE: The Engine - Runouw - 08-20-2010

The background needs to be a transparent color.
Give me an example of the sprites you are talking about though. I could program it in where you can set the background color the be drawn as transparent.

The Intro animation is strange to work with. I haven't tested it for glitches, but, you should still be able to see the animation play through if you set the first frame to have:
Code:
function EnterFrame(){
    gotoFrame(char.frameNum+1);
}
setEnterFrame(EnterFrame);
And the last frame to have:
Code:
function EnterFrame(){
}
setEnterFrame(EnterFrame);
gotoFrame(char.frameNum+1);
This makes the animation will stop playing on the last frame and stay there until the countdown is completed.
If you want to make it repeat something change it to just:
Code:
gotoFrame();
And type in the frame number you want it to repeat to.


RE: The Engine - Locked Achievement - 08-25-2010

I just spotted a glitch with the gameplay:
If you hold an item and press pause, when the camera moves, the held item moves with the camera, and nothing else does


RE: The Engine - Runouw - 09-26-2010

I'm going to try to motivate myself to work on this some more...
My goal to work on next is (in order of whats the most important):
- Importing animated .gif files
- Importing from sprite sheets (option for the size of each 'tile')
- Importing sound effects
- Scroll bars
- Hitbox for attacks
- Fixing smaller glitches (like the item moving while paused)
Anyone want to make a request? I'll add it to the list.





RE: The Engine - ThePortalGuru - 09-26-2010

No real requests. I think that's a solid list!


RE: The Engine - Shadowth117 - 09-26-2010

Sounds good for now dude. If I think of something you should add I'll let you know. That you're doing any of this at all is awesome enough.


RE: The Engine - Runouw - 09-28-2010

.gif animation uploading complete!!
(Try it [updated link in first post], maybe you can find a glitch that I can fix)
New list of stuff to complete:
- Scroll bars
- Deleting from library
- Last clicked button in the library/animation-list stays highlighted
- Copy + Paste Frames
- Fix the undo button
- Importing sound effects
- Importing from sprite sheets (option for the size of each 'tile')
- Hitbox for attacks (They exist, but they need customizable stuff, and they need to work against other characters)
- Fixing smaller glitches (like the item moving while paused)


RE: The Engine - ThePortalGuru - 09-29-2010

Dayum, Runouw, you scary fast.


RE: The Engine - Ton - 09-29-2010

Yeah. Wow, man. That's awesome.


RE: The Engine - Runouw - 10-01-2010

Scroll bars are complete (finally)


RE: The Engine - Azu - 10-03-2010

Support for Joypad would be nice.
Downloadable version would be nice too as for reason, flash games freezes my computer, they work fine offline though.


RE: The Engine - Shadowth117 - 10-03-2010

(10-03-2010, 01:50 PM)Azu Wrote: Support for Joypad would be nice.
Downloadable version would be nice too as for reason, flash games freezes my computer, they work fine offline though.

You may want to make sure your Flash plugins are up to date if that's the case. If Flash doesn't work for you in your browser after that, then you could try getting a swf downloader and then playing it offline after using downloading it.


RE: The Engine - gabrielwoj - 10-09-2010

(10-03-2010, 01:50 PM)Azu Wrote: Support for Joypad would be nice.
Downloadable version would be nice too as for reason, flash games freezes my computer, they work fine offline though.

XPadder works, you just put keyboard inputs to an joypad...
Sorry for bumping >-<