Author Topic: Issues and Bugs  (Read 3040 times)

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Issues and Bugs
« Reply #15 on: October 26, 2020, 08:02:08 am »
I tried doing it manually but it involves clicking about 2000 times  In the same place XD

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Issues and Bugs
« Reply #16 on: October 27, 2020, 08:54:54 am »
1r2> I'm not familiar with your Flash editor software.
I'm using FFDec where it's absolute PITA to replace a bitmap as you have to manually replace image and then to find shape framing that image and update shape bounds and rectangle dimensions for new image res size.
And because HTH2 Beta is created as a movie of bitmap frames playing in loops, it's awful to do anything with that. Fortunately, even Crowchild found that out and switched to utilize Flash more sopfisticated way with next HTH.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Issues and Bugs
« Reply #17 on: October 27, 2020, 04:08:24 pm »
I've figured it out. The process goes as follows.
 1. Export all of the bitmaps
 2. Upscale using tool
 3. Batch rename using utility
 4. Create a new symbol in the .fla called scenery
 5. Import the upscaled bitmaps as an image sequence
6. Allign on timeline, label, and reference the object.
7. Scenery gotoandplay() and you're done

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Issues and Bugs
« Reply #18 on: April 09, 2021, 08:57:08 am »
Hardware (gpu) accelerated flash emulator. Its freshly in development but it seems pretty straightforward. Should we consider this as the second projector to replace trong?

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Issues and Bugs
« Reply #19 on: August 10, 2021, 08:49:57 pm »
Tabby, you are able to install Adobe products on linux. You can get flash from the pirate bay, and install it using a program called Play On Linux. I'm sure you're familiar. Here is a screenshot of my pc with Photoshop 2015 installed.

Screenshots below

Image Desktop hosted on ImgBB
ImgBB · ibb.co


Image Photoshop-CC2015 hosted on ImgBB
ImgBB · ibb.co

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Issues and Bugs
« Reply #20 on: November 01, 2021, 02:20:07 am »
Final bugs for HTH2 before I launch. There are certain scenes that have keybinds disabled. I also noticed that none of them allow the user to see the entire player controller by right clicking. I've looked around the internet for a solution but found none. I know this is one of Crow's methods from a long time ago similar to the Mouse.drag() function that I hate with all my soul. If anyone can identify the problem it would be much appreciated.

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Issues and Bugs
« Reply #21 on: November 01, 2021, 05:01:46 pm »
Final bugs for HTH2 before I launch. There are certain scenes that have keybinds disabled. I also noticed that none of them allow the user to see the entire player controller by right clicking. I've looked around the internet for a solution but found none. I know this is one of Crow's methods from a long time ago similar to the Mouse.drag() function that I hate with all my soul. If anyone can identify the problem it would be much appreciated.
Hello, could you tell me what program do you use to help you?

Able to find something by digging deep into the internet

even if I don't know how to handle actionscript or flash

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Issues and Bugs
« Reply #22 on: November 01, 2021, 10:24:19 pm »
I use ffdec and flash cs6. Flash cs6 can only be downloaded from tbp

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Issues and Bugs
« Reply #23 on: November 01, 2021, 10:49:55 pm »
Final bugs for HTH2 before I launch. There are certain scenes that have keybinds disabled. I also noticed that none of them allow the user to see the entire player controller by right clickin ...
Right click invokes Context Menu. Flash allows context menu customization using ContextMenu class. Custom menu items can be added, or existing items removed, except security/privacy related items.
Search file scripts for ContextMenu and hideBuiltInItems you will find the cause. Just delete these.

Also search for Mouse.hide and delete that as well. I've added Mouse.show() to loader script so it enables it back on another file load, but it is still annoying.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Issues and Bugs
« Reply #24 on: November 02, 2021, 12:31:17 am »
Okay, ill give it a try

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Issues and Bugs
« Reply #25 on: November 02, 2021, 12:53:31 am »
not a single swf has any of these keywords or scripts.